html, button, input, select, textarea {
  font-family: sans-serif;
  color: #222;
}

body {
  margin: 0;
  font-size: 1em;
  line-height: 1.4;
}

::-moz-selection {
  background: #cccccc;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #cccccc;
  color: #fff;
  text-shadow: none;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
}

dfn {
  font-style: italic;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

ins {
  background: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background: #ff0;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

pre, code, kbd, samp {
  font-family: monospace, serif;
  _font-family: 'courier new',monospace;
  font-size: 1em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: none;
}
q:before, q:after {
  content: "";
  content: none;
}

small {
  font-size: 85%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

ul, ol {
  margin: 1em 0;
  padding: 0 0 0 40px;
}

dd {
  margin: 0 0 0 40px;
}

nav ul, nav ol {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

form {
  margin: 0;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

label {
  cursor: pointer;
}

legend {
  border: 0;
  *margin-left: -7px;
  padding: 0;
  white-space: normal;
}

button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

button, input {
  line-height: normal;
}

button, input[type="button"], input[type="reset"], input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
  *overflow: visible;
}

button[disabled], input[disabled] {
  cursor: default;
}

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *width: 13px;
  *height: 13px;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

input:invalid, textarea:invalid {
  background-color: #f0dddd;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td {
  vertical-align: top;
}

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: black;
  padding: 0.2em 0;
}

a {
  color: #00e;
}

a:visited {
  color: #551a8b;
}

a:hover {
  color: #06e;
}

a:focus {
  outline: thin dotted;
}

a:hover, a:active {
  outline: 0;
}

/* =============================================================================
   Non-Semantic Helper Classes
   ========================================================================== */
.ir {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
  *line-height: 0;
}

.ir br {
  display: none;
}

.hidden {
  display: none !important;
  visibility: hidden;
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.invisible {
  visibility: hidden;
}

.clearfix:before, header:before, .clearfix:after, header:after {
  content: "";
  display: table;
}

.clearfix:after, header:after {
  clear: both;
}

.clearfix, header {
  *zoom: 1;
}

html {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}

body {
  font: 13px 'Raleway', Arial, Helvetica, sans-serif;
  color: #666666;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}
body * {
  box-sizing: border-box;
}

a, a:visited {
  text-decoration: none;
  color: #EC9000;
  outline: none;
  -moz-transition: ease-in-out 0.25s color;
  -o-transition: ease-in-out 0.25s color;
  -webkit-transition: ease-in-out 0.25s color;
  transition: ease-in-out 0.25s color;
}
a:hover, a:visited:hover {
  color: #EC9000;
}

h2, h3, h4 {
  font-weight: normal;
  font-family: 'Raleway', Arial, Helvetica, sans-serif;
}

h2 {
  margin: 20px 0;
  font-size: 15px;
  color: white;
}

h3 {
  margin: 0;
  padding: 40px 0 8px 0;
  color: #999999;
  font-family: 'Raleway_B', Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-smooth: always;
  line-height: 22px;
  text-align: center;
  display: block;
}

h4 {
  margin: 0;
  padding: 0;
  color: #EC9000;
  font-weight: normal;
  line-height: 24px;
  text-align: left;
  border: none;
}

ul, ol {
  line-height: 1.8em;
  margin: 8px 0 8px 40px;
  padding: 0;
}
ul li, ol li {
  margin: 0;
  padding: 0;
  font-size: 16px;
  text-align: left;
  position: relative;
  line-height: 22px;
  color: white;
}

ol {
  margin: 0;
  padding: 0;
  list-style-type: none;
  counter-reset: li-counter;
}
ol li {
  margin: 0 0 24px 0;
  padding: 0 0 0 40px;
  position: relative;
  min-height: 26px;
}
ol li::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 26px;
  height: 26px;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  color: white;
  border-radius: 50%;
  background-color: #EC9000;
  content: counter(li-counter);
  counter-increment: li-counter;
}

p {
  line-height: 20px;
  font-size: 16px;
  font-family: 'Raleway', Arial, Helvetica, sans-serif;
  color: #CCCCCC;
  margin: 0 0 0 0;
  padding: 0 0 14px 0;
  text-align: left;
}

section {
  margin: 0;
  padding: 40px 0;
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  z-index: 2; 
}
.kt-box-content {
  margin: 0;
  padding: 0;
  position: relative;
  display: block;
}
.kt-content {
  margin: 0;
  padding: 0;
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}

.kt-container {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  max-width: 1200px;
  position: relative;
}
.kt-bg {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  background: url("../img/bg.jpg");
  background-size: cover;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1;
}
footer {
  margin: 0;
  padding: 30px 0;
  width: 100%;
  position: relative;
}
footer p {
  margin: 0;
  padding: 0;
  color: white;
  font-size: 14px;
  text-align: center;
}
footer p a {
  color: white!important;
}

/* =============================================================================
   SlideShow
   ========================================================================== */
.kt-slide-show {
  margin: 0;
  padding: 0;
  position: relative;
  display: block;
  width: 100%;
  max-height: 400px;
  overflow: hidden;
}
.kt-slide-show .kt-slide {
  margin: 0;
  padding: 0;
  display: block;
  width: 100%;
}
.kt-slide-show .kt-slide img {
  margin: 0;
  padding: 0;
  display: block;
  width: 100%;
  height: auto
}

/* =============================================================================
   CONTENIDO
   ========================================================================== */
.kt-cotenidos {
  margin: 0;
  padding: 0;
  position: relative;
  font-size: 0;
  display: table;
  width: 100%;
}
.kt-cotent-box {
  margin: 0;
  padding: 46px;
  display: table-cell;
  width: 33.33%;
  max-width: 400px;
  height: 442px;
  position: relative;
  text-align: center;
  vertical-align: middle;
  cursor:pointer;
}
.kt-cotent-box:nth-child(1) {
  background: white;
}
.kt-cotent-box:nth-child(1) img {
  max-width: 250px;
}
.kt-cotent-box:nth-child(2) {
  background: #990025;
}
.kt-cotent-box:nth-child(3) {
  background: #333333;
}
.kt-cotent-box:nth-child(3) img {
  max-width: 250px;
}
.kt-cotent-box a {
  outline: none;
}
.kt-cotent-box:hover img {
  opacity:.5;
  transition:ease-in-out .25s all;
  -webkit-transition:ease-in-out .25s all;
  -moz-transition:ease-in-out .25s all;
  -o-transition:ease-in-out .25s all;
}
.kt-cotent-box img {
  margin: 0;
  padding: 0;
  width: 100%;
  outline: none;
  transition:ease-in-out .25s all;
  -webkit-transition:ease-in-out .25s all;
  -moz-transition:ease-in-out .25s all;
  -o-transition:ease-in-out .25s all;
}
.kt-cotent-box .kt-verificar-edad input {
  margin: 0 auto 15px auto;
  padding: 10px 18px;
  display: block;
  position: relative;
  text-align: center;
  font-size: 30px;
  width: 100px;
}
.kt-cotent-box .kt-verificar-edad button {
  margin: 0 20px;
  padding: 0;
  display: inline-block;
  position: relative;
  text-align: center;
  font-size: 20px;
  line-height: 24px;
  font-family: 'Raleway_B', Arial, Helvetica, sans-serif;
  color: #990025;
  background: none;
  border:none;
  outline: none;
}
.kt-cotent-box .kt-verificar-edad .error-mesg {
  margin: 0;
  padding: 4px 0 0 0;
  color: red;
  font-family: 'Raleway_B', Arial, Helvetica, sans-serif;
  font-size: 0;
  font-weight: bold;
  display: block;
  text-align: center;
  opacity: 0;
}
.kt-cotent-box .kt-verificar-edad .error-mesg.active {
  font-size: 12px;
  opacity: 1;
  transition:ease-in-out opacity .25s, ;
  -webkit-transition:ease-in-out opacity .25s;
  -moz-transition:ease-in-out opacity .25s;
  -o-transition:ease-in-out opacity .25s;
  -ms-transition:ease-in-out opacity .25s;
}
.kt-verificar-edad {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition:ease-in-out all .50s, ;
  -webkit-transition:ease-in-out all .50s;
  -moz-transition:ease-in-out all .50s;
  -o-transition:ease-in-out all .50s;
  -ms-transition:ease-in-out all .50s;
}
.kt-cotent-box.active .kt-verificar-edad {
  margin: 0;
  padding: 0;
  display: block;
  max-height: 1000px;
  opacity: 1;
  transition:ease-in-out all .50s, ;
  -webkit-transition:ease-in-out all .50s;
  -moz-transition:ease-in-out all .50s;
  -o-transition:ease-in-out all .50s;
  -ms-transition:ease-in-out all .50s;
}
.kt-cotent-box:nth-child(2) .kt-verificar-edad h3, .kt-cotent-box:nth-child(2) .kt-verificar-edad button {
  color: white;
}
.kt-cotent-box:nth-child(2) .kt-verificar-edad input {
  color: white;
  border:1px solid white;
  background: #990025;
}
.kt-cotent-box:nth-child(2) .kt-verificar-edad .error-mesg {
  color: white;
}

/* =============================================================================
   FORMULARIO CONTACTENOS
   ========================================================================== */
.kt-contactenos {
  display: none;
  text-align:center;
  height: 100%;
}
.kt-contactenos h2 {
  margin:20px 0 36px 0; 
  padding: 0;
  font-size:35px;
  color: #990025;
  display: block;
  text-align: center;
}
.kt-contactenos h3 {
  margin:0 0 28px 0;
  padding: 0;
  font-size:18px;
  color: #000000;
  display: block;
  text-align: center;
}
.kt-contactenos ul {
  margin:0; 
  padding: 0;
  display: block;
  text-align: center;
  font-size: 0;
}
.kt-contactenos ul li {
  margin:0 0 43px 0; 
  padding: 0 16px;
  display: inline-block;
  text-align: center;
  vertical-align: top;
  font-size: 15px;
  color: #666666;
}
.kt-contactenos ul li a {
  color:#990025;
}
.kt-contactenos ul li img {
  margin:0 auto; 
  padding: 0;
  width: 100%;
  height: auto;
  max-width: 60px;
  display: block;
  text-align: center;
  vertical-align: top;
}
.kt-contactenos .kt-field {
  margin:0 0 28px 0; 
  padding:0 0 0 8px;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  max-width: 50%;
  position: relative;
}
.kt-contactenos .kt-field span.circle {
  margin:-12px 0 0 0; 
  padding:0;
  display: block;
  width: 24px;
  height: 24px;
  top: 50%;
  right: 10px;
  z-index: 3;
  position: absolute;
  text-align: center;
  vertical-align: middle;
  border:1px solid #CCCCCC;
  -moz-border-radius:50%;
  -o-border-radius:50%;
  -webkit-border-radius:50%;
  border-radius:50%; 
  overflow: hidden;
}
.kt-contactenos .kt-field span.circle i {
  font-size: 22px;
  line-height: 30px;
  color: #CCCCCC;
}
.kt-contactenos .kt-field:nth-child(odd) span.circle {
  right: 20px;
}
.kt-contactenos .kt-field span {
  margin:-12px 0 0 0; 
  padding:0;
  display: block;
  width: 46px;
  height: 24px;
  top: 50%;
  right: 0;
  z-index: 3;
  position: absolute;
  text-align: center;
  vertical-align: middle;
  font-size: 24px;
  line-height: 16px;
  color: #CCCCCC;
}
.kt-contactenos .kt-field span i {
  font-size: 28px;
  color: #CCCCCC;
}
.kt-contactenos .kt-field:nth-child(odd) {
  padding:0 8px 0 0;
}
.kt-contactenos .kt-field:nth-child(odd) span {
  right: 10px;
}
.kt-contactenos .kt-field-full {
  margin:0 0 -18px 0; 
  padding:0;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  z-index: 4;
  position: relative;
}
.kt-contactenos form {
  margin:0 auto; 
  padding: 0;
  width: 100%;
  max-width: 650px;
  font-size: 0;
  text-align: center;
}
.kt-contactenos form p {
  margin:0 0 4px 0; 
  padding: 0;
  font-size: 14px;
  color: #666666;
  text-align: left;
}
.kt-contactenos form input {
  margin:0;
  padding: 14px;
  display: block;
  width: 100%;
  position: relative;
  border:1px solid #CCCCCC;
  font-size: 14px;
  color: #666666;
  -moz-border-radius:4px;
  -o-border-radius:4px;
  -webkit-border-radius:4px;
  border-radius:4px;
  z-index: 4;
  background: none;
}
.kt-contactenos form textarea {
  margin:0;
  padding: 14px;
  display: block;
  width: 100%;
  height: 120px;
  position: relative;
  border:1px solid #CCCCCC;
  font-size: 14px;
  color: #666666;
  -moz-border-radius:4px;
  -o-border-radius:4px;
  -webkit-border-radius:4px;
  border-radius:4px;
}
.kt-contactenos form button {
  margin:0 auto; 
  padding:12px;
  display: block;
  width: 100%;
  max-width: 316px;
  background: #990025;
  color: white;
  font-size: 18px;
  text-align: center;
  border:none;
  -moz-border-radius:6px;
  -o-border-radius:6px;
  -webkit-border-radius:6px;
  border-radius:6px;
  z-index: 5;
  position: relative;
}
.fancybox-close {
    top: 0!important;
    right: 0!important;
    width: 60px!important;
    height: 60px!important;
    background-image:none!important;
    background-color: #EEEEEE;
}
.fancybox-close::before {
  font-family: 'FontAwesome';
  font-size: 34px;
  content:'\f00d';
  color: #990025;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  right: 0;
  top: 0;
  position: absolute;
}

.ui-widget-overlay {
  z-index: 9000!important;
}
.ui-dialog {
  z-index: 9001!important;
}
.no-scroll {
	margin: 0;
	height: 100%;
	overflow-y:hidden;
}
.kt-overlay-container {
    top: 50%;
    left: 50%;
    margin: 0;
    padding: 0;
    width: 0;
    height: 0;
    position: fixed;
    z-index: 0;
    overflow: hidden;
    background: rgba(0,0,0,.5);
    text-align: left;
}
.kt-overlay-container.active {
    z-index: 1901;
    overflow: auto;
    overflow-y: scroll;
}
.kt-overlay-container .kt-overlay-close {
    margin: 0;
    padding: 0;
    right: 0;
    top: 0;
    position: absolute;
    width: 0;
    height: 0;
    font-size: 30px;
    line-height: 60px;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    color: #990025;
    cursor: pointer;
    outline: none;
    z-index: 0;
    display: none;
}
.kt-overlay-container.active .kt-overlay-close {
    width: 60px;
    height: 60px;
    z-index: 1901;
    display: inline-block;
    background: #EEEEEE;
}
.kt-overlay-content {
	margin:0 auto;
	padding:0;
	position:relative;
	display: table;
	vertical-align:middle;
	width:100%;
  max-width: 800px;
	height:100%;
}
.kt-overlay-content-inner {
  margin:0;
  padding:0;
  position:relative;
  display: table-cell;
  vertical-align:middle;
  width:100%;
}
.kt-contactenos-content {
  margin:0;
  padding:50px;
  position:relative;
  width:100%;
  background: white;
}
/* loading */
.modal {
    display:    none;
    position:   fixed;
    z-index:    9000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: rgba( 255, 255, 255, .8 )
                url('../img/ajax-loader.gif')
                50% 50%
                no-repeat;
}
body.loading {
    overflow: hidden;
}