
:root{
--color-primary:#000000;
--color-secondary:#b82100;
--color-success:#527a21;
--color-info:#8d8d8d;
--color-warning:#e22600;
--color-danger:#dc3545;
--color-light:#f8f9fa;
--color-dark:#111111;
--color-white:#ffffff;
--color-black:#000000;
--body-bg-color:rgba(255, 255, 255, 0);
--body-text-color:#000000;
--body-link-color:#e22600;
--body-link-hover-color:#f20303;
--mainnav-text-color:#212529;
--mainnav-link-color:#212529;
--mainnav-link-hover-color:#f20303;
--mainnav-link-active-color:#f20303;
--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: rgba(184, 33, 0, 0.933);
}
.t4-palette-dark a:not(.btn) {
	color: #e22600;
}
.t4-palette-dark a:not(.btn):hover {
	color: #b52002;
}
/* 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: #e22600;
}
.t4-palette-dark .nav > li > a:hover,
.t4-palette-dark .nav > li > a:focus,
.t4-palette-dark .nav > li > a:active {
	color: #b52002;
}
.layout-home .t4-sticky.t4-palette-dark {
	background-color: transparent;
}
.not-at-top .t4-sticky.t4-palette-dark {
	background-color: rgba(184, 33, 0, 0.933);
}

/* Pattern: Primary */
.t4-palette-primary {
	color: #3a3a3a;
	background-color: rgba(255, 255, 255, 0.718);
}
.t4-palette-primary a:not(.btn) {
	color: #d01900;
}
.t4-palette-primary a:not(.btn):hover {
	color: #c41800;
}
/* 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: #d01900;
}
/* Module */
.t4-palette-primary .nav > li > a {
	color: #d01900;
}
.t4-palette-primary .nav > li > a:hover,
.t4-palette-primary .nav > li > a:focus,
.t4-palette-primary .nav > li > a:active {
	color: #c41800;
}
.layout-home .t4-sticky.t4-palette-primary {
	background-color: transparent;
}
.not-at-top .t4-sticky.t4-palette-primary {
	background-color: rgba(255, 255, 255, 0.718);
}

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

/* Pattern: Transparent */
.t4-palette-transparent {
	color: #f8f9fa;
	background-color: rgba(1, 1, 1, 0);
}
.t4-palette-transparent a:not(.btn) {
	color: #b92002;
}
.t4-palette-transparent a:not(.btn):hover {
	color: #a91e02;
}
/* 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: #b92002;
}
.t4-palette-transparent .nav > li > a:hover,
.t4-palette-transparent .nav > li > a:focus,
.t4-palette-transparent .nav > li > a:active {
	color: #a91e02;
}
.layout-home .t4-sticky.t4-palette-transparent {
	background-color: transparent;
}
.not-at-top .t4-sticky.t4-palette-transparent {
	background-color: rgba(1, 1, 1, 0);
}

/* Pattern: buscar y login */
.t4-palette-buscar_y_login {
	color: #888888;
	background-color: #736565;
}
.t4-palette-buscar_y_login a:not(.btn) {
	color: #e22600;
}
.t4-palette-buscar_y_login a:not(.btn):hover {
	color: #f3330c;
}
/* Heading */
.t4-palette-buscar_y_login h1,
.t4-palette-buscar_y_login h2,
.t4-palette-buscar_y_login h3,
.t4-palette-buscar_y_login h4,
.t4-palette-buscar_y_login h5,
.t4-palette-buscar_y_login h6 {
	color: #7c0000;
}
/* Module */
.t4-palette-buscar_y_login .nav > li > a {
	color: #e22600;
}
.t4-palette-buscar_y_login .nav > li > a:hover,
.t4-palette-buscar_y_login .nav > li > a:focus,
.t4-palette-buscar_y_login .nav > li > a:active {
	color: #f3330c;
}
.layout-home .t4-sticky.t4-palette-buscar_y_login {
	background-color: transparent;
}
.not-at-top .t4-sticky.t4-palette-buscar_y_login {
	background-color: #736565;
}

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

/* Pattern: fondo naranja */
.t4-palette-fondo_naranja {
	color: #fffdf9;
	background-color: #000000;
}
.t4-palette-fondo_naranja a:not(.btn) {
	color: #b91f00;
}
.t4-palette-fondo_naranja a:not(.btn):hover {
	color: #7f7f7f;
}
/* Heading */
.t4-palette-fondo_naranja h1,
.t4-palette-fondo_naranja h2,
.t4-palette-fondo_naranja h3,
.t4-palette-fondo_naranja h4,
.t4-palette-fondo_naranja h5,
.t4-palette-fondo_naranja h6 {
	color: #b93700;
}
/* Module */
.t4-palette-fondo_naranja .nav > li > a {
	color: #b91f00;
}
.t4-palette-fondo_naranja .nav > li > a:hover,
.t4-palette-fondo_naranja .nav > li > a:focus,
.t4-palette-fondo_naranja .nav > li > a:active {
	color: #7f7f7f;
}
.layout-home .t4-sticky.t4-palette-fondo_naranja {
	background-color: transparent;
}
.not-at-top .t4-sticky.t4-palette-fondo_naranja {
	background-color: #000000;
}

/* Section: topbar */

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

/* 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: masthead */

#t4-masthead .bg-overlay {
	opacity: 1;
}
#t4-masthead .bg-overlay-image {
	background-image: url(/images/fondo.jpg#joomlaImage://local-images/fondo.jpg?width=3000&height=2000);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: 50% 50%;
}

/* Section: mainbody */

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

/* Section: footnav */

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

/* Section: footer */

#t4-footer .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: #b82100;
  --success: #527a21;
  --info: #8d8d8d;
  --warning: #e22600;
  --danger: #dc3545;
  --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: #000000;
  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: 400;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: normal; 
}
h1, .h1 {
  font-size: 48px; 
}
h2, .h2 {
  font-size: 32px; 
}
h3, .h3 {
  font-size: 28px; 
}
h4, .h4 {
  font-size: 24px; 
}
h5, .h5 {
  font-size: 20px; 
}
h6, .h6 {
  font-size: 16px; 
}
/* COLORS
--------------------------------------- */
/* Backgrounds Colors */
.bg-primary {
  background-color: #000000 !important; 
}
.bg-secondary {
  background-color: #b82100 !important; 
}
.bg-success {
  background-color: #527a21 !important; 
}
.bg-info {
  background-color: #8d8d8d !important; 
}
.bg-warning {
  background-color: #e22600 !important; 
}
.bg-danger {
  background-color: #dc3545 !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: #b82100 !important;
  border-color: #b82100 !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: #8d8d8d !important;
  border-color: #8d8d8d !important; 
}
.btn.btn-info:hover {
  opacity: 0.85; 
}
.btn.btn-warning {
  background-color: #e22600 !important;
  border-color: #e22600 !important; 
}
.btn.btn-warning:hover {
  opacity: 0.85; 
}
.btn.btn-danger {
  background-color: #dc3545 !important;
  border-color: #dc3545 !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: #b82100 !important; 
}
.text-success {
  color: #527a21 !important; 
}
.text-info {
  color: #8d8d8d !important; 
}
.text-warning {
  color: #e22600 !important; 
}
.text-danger {
  color: #dc3545 !important; 
}
.text-light {
  color: #f8f9fa !important; 
}
.text-dark {
  color: #111111 !important; 
}
/* Badage Colors */
.badge-primary {
  background-color: #000000; 
}
.badge-secondary {
  background-color: #b82100; 
}
.badge-success {
  background-color: #527a21; 
}
.badge-info {
  background-color: #8d8d8d; 
}
.badge-warning {
  background-color: #e22600; 
}
.badge-danger {
  background-color: #dc3545; 
}
.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: #b82100; 
}
.t4-megamenu .dropdown-menu ul > .active a.nav-link,
.t4-megamenu .dropdown-menu ul > .active a.dropdown-item {
  color: #b82100; 
}
.t4-megamenu .dropdown-menu .mega-nav > li a.nav-link:hover,
.t4-megamenu .dropdown-menu .mega-nav > li a.dropdown-item:hover {
  color: #b82100; 
}
.t4-megamenu .dropdown-menu .mega-nav > .active a.nav-link,
.t4-megamenu .dropdown-menu .mega-nav > .active a.dropdown-item {
  color: #b82100; 
}
.module-title {
  color: #b82100; 
}
#t4-section-7 .t4-section-module .module-title {
  color: #b82100; 
}