html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline; }

html {
  line-height: 1; }

ol, ul {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

q, blockquote {
  quotes: none; }
  q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none; }

a img {
  border: none; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

@font-face {
  font-family: 'governorregular';
  src: url("../_fonts/governor/governor-webfont.eot");
  src: url("../_fonts/governor/governor-webfont.eot?#iefix") format("embedded-opentype"), url("../_fonts/governor/governor-webfont.woff2") format("woff2"), url("../_fonts/governor/governor-webfont.woff") format("woff"), url("../_fonts/governor/governor-webfont.ttf") format("truetype"), url("../_fonts/governor/governor-webfont.svg#governorregular") format("svg");
  font-weight: normal;
  font-style: normal; }
/*******************
Typography
*******************/
body {
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  font-min-width: 62.5em;
  color: #333;
  -webkit-text-size-adjust: 100%; }

h1, h2, h3, h4, h5, h6 {
  font-weight: normal; }

h1 {
  font-size: 1.125em; }

/* 18px */
h2 {
  font-size: 1.063em; }

/* 17px */
h3 {
  font-size: 1em; }

/* 16px */
h4 {
  font-size: 0.938em; }

/* 15px */
h5 {
  font-size: 0.875em; }

/* 14px */
h6 {
  font-size: 0.813em; }

/* 13px */
p {
  font-size: 0.75em;
  /* 12px */
  line-height: 2; }

strong {
  font-weight: bold; }

em {
  font-style: italic; }

/* Links */
a,
a img {
  text-decoration: none;
  /* CSS3 Transitions */
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #000; }

a:focus {
  text-decoration: underline; }

a img {
  border: 0; }

/*******************
Forms
*******************/
input[type="text"],
input[type="password"],
input[type="email"],
input[type="number"],
input[type="submit"],
input[type="button"],
input[type="reset"],
textarea {
  border: solid 3px #000;
  background-color: #fff;
  width: 100%;
  font-size: 0.8em;
  font-weight: 700;
  padding: 1rem;
  margin-bottom: 0.6em;
  font-family: "Raleway", sans-serif;
  letter-spacing: 0.1em; }

input[type="submit"] {
  background-color: #000;
  color: #fff;
  text-transform: uppercase;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

label {
  display: block;
  color: #666; }

/*******************
Main Styles
*******************/
#wrap {
  width: 100%;
  min-width: 62.5em; }

.header {
  position: relative;
  width: 100%;
  padding: 3.125em 0;
  background-color: #fff; }
  .header.header-contact {
    background-color: #fff; }
    .header.header-contact .title {
      width: 22%; }
  .header h2 {
    font-family: "governorregular", sans-serif;
    font-size: 1.25em;
    text-align: center;
    letter-spacing: 0.3em;
    margin: 2em 0; }

#logo {
  display: block;
  width: 28%;
  height: auto;
  margin: 0 auto; }

.title {
  display: block;
  width: 15%;
  height: auto;
  margin: 0 auto; }

#btn-home img {
  position: fixed;
  left: 2em;
  top: 2em;
  width: 3em;
  height: auto;
  z-index: 1000; }

#btn-menu img {
  position: fixed;
  right: 2em;
  top: 2em;
  width: 2.5em;
  height: auto;
  z-index: 1000; }

.border {
  width: 100%;
  position: absolute;
  bottom: -10%;
  z-index: 20; }

/* Menu */
#menu {
  background-color: #000;
  background-image: url(../images/bg-menu.jpg);
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  min-width: 62.5em;
  z-index: -1;
  opacity: 0;
  display: none;
  position: fixed; }

#btn-exitmenu img {
  position: absolute;
  right: 2em;
  top: 2em;
  width: 2.5em;
  height: auto;
  z-index: 110; }

#btn-inicio img {
  position: absolute;
  left: 2em;
  top: 2em;
  width: 3em;
  height: auto;
  z-index: 110; }

#nav {
  font-family: "governorregular", sans-serif;
  margin: 0 auto;
  text-align: center;
  margin-top: 4%; }
  #nav a {
    display: block;
    color: #929292;
    color: rgba(255, 255, 255, 0.2);
    text-transform: uppercase;
    font-size: 3.75em;
    margin-bottom: 6%; }
    #nav a:hover {
      color: #fff;
      color: white; }

/* Contenidos */
.main {
  position: relative; }
  .main.caja-about {
    background: #fff url(../images/bg-about3.jpg) no-repeat center top;
    -moz-background-size: 100% auto;
    -o-background-size: 100% auto;
    -webkit-background-size: 100% auto;
    background-size: 100% auto; }
  .main.caja-care {
    background: #fff url(../images/bg-care.jpg) no-repeat center top;
    -moz-background-size: 100% auto;
    -o-background-size: 100% auto;
    -webkit-background-size: 100% auto;
    background-size: 100% auto; }
  .main.caja-contact {
    background-color: #e5e5e5; }

.border-bottom {
  width: 100%;
  height: auto;
  vertical-align: top; }

#border-bottom-main {
  position: absolute;
  bottom: -0.1em;
  z-index: 900; }

.caja-centro {
  width: 43.75em;
  padding: 50% 0 10em 0;
  margin: 0 auto; }
  .caja-centro p {
    font-size: 1.3em;
    margin-bottom: 3rem;
    text-align: justify; }

#wash {
  width: 100%;
  height: auto;
  margin-bottom: 3em; }

#caja-centro-contact {
  width: 34.375em;
  padding-top: 3em;
  margin: 0 auto;
  text-align: center; }
  #caja-centro-contact p {
    font-size: 1em;
    font-weight: 700;
    margin-bottom: 2rem;
    letter-spacing: 0.2em;
    text-transform: uppercase; }

.lineup-container {
  margin: 0 auto;
  width: 80%;
  padding: 5em 0; }

.lineup-container .tee {
  position: relative;
  margin: 0 0.5em;
  background-color: #111; }

.lineup-container .tee img {
  width: 100%;
  height: auto; }

.lineup-container .tee .overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0; }

.lineup-container .tee .on {
  opacity: 1; }

.lineup-container .tee .overlay img {
  width: 6.875em;
  height: auto;
  margin: 25% auto 1em auto; }

.lineup-container .tee .overlay:hover {
  opacity: 1;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.lineup-container .tee .overlay p {
  display: block;
  width: 84%;
  margin-left: 8%;
  font-weight: 700;
  margin-bottom: 0.2em;
  text-transform: uppercase;
  font-family: "governorregular", sans-serif;
  letter-spacing: 0.2em; }

.lineup-container .tee .overlay span {
  font-size: 0.75em; }

.arrow-prev,
.arrow-next {
  cursor: pointer;
  position: absolute; }

.arrow-prev {
  left: -2em;
  top: 45%; }

.arrow-next {
  right: -2em;
  top: 45%; }

.made {
  display: block;
  margin: 0 auto;
  width: 12em;
  height: auto;
  margin-bottom: 5em; }

#formulario {
  margin-bottom: 4em; }

#email {
  width: 62%;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  background-color: #e5e5e5; }

#submit {
  width: 30%;
  float: right;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline; }

p.msj-form {
  display: block;
  border: solid 2px #000; }

.social-icon {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  width: 2.325em;
  margin-bottom: 1rem; }
  .social-icon img {
    width: 100%;
    height: auto; }

#twitter {
  margin-left: 1.5em;
  margin-right: 1.5em; }

#instagram {
  margin-right: 1.5em; }

p#copyright {
  margin-bottom: 0;
  font-size: 0.75em;
  font-weight: 300;
  color: #848484; }

/*******************
Nivo Slider
*******************/
/*
 * jQuery Nivo Slider v3.2
 * http://nivo.dev7studios.com
 *
 * Copyright 2012, Dev7studios
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */
/* The Nivo Slider styles */
.nivoSlider {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden; }

.nivoSlider img {
  position: absolute;
  top: 0px;
  left: 0px;
  max-width: none; }

.nivo-main-image {
  display: block !important;
  position: relative !important;
  width: 100% !important; }

/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  border: 0;
  padding: 0;
  margin: 0;
  z-index: 6;
  display: none;
  background: white;
  filter: alpha(opacity=0);
  opacity: 0; }

/* The slices and boxes in the Slider */
.nivo-slice {
  display: block;
  position: absolute;
  z-index: 5;
  height: 100%;
  top: 0; }

.nivo-box {
  display: block;
  position: absolute;
  z-index: 5;
  overflow: hidden; }

.nivo-box img {
  display: block; }

/* Caption styles */
.nivo-caption {
  position: absolute;
  left: 0px;
  bottom: 0px;
  background: #000;
  color: #fff;
  width: 100%;
  z-index: 8;
  padding: 5px 10px;
  opacity: 0.8;
  overflow: hidden;
  display: none;
  -moz-opacity: 0.8;
  filter: alpha(opacity=8);
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */ }

.nivo-caption p {
  padding: 5px;
  margin: 0; }

.nivo-caption a {
  display: inline !important; }

.nivo-html-caption {
  display: none; }

/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
  position: absolute;
  top: 45%;
  z-index: 9;
  cursor: pointer; }

.nivo-prevNav {
  left: 0px; }

.nivo-nextNav {
  right: 0px; }

/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
  text-align: center;
  padding: 15px 0; }

.nivo-controlNav a {
  cursor: pointer; }

.nivo-controlNav a.active {
  font-weight: bold; }

/*
Skin Name: Quina Theme
Skin URI: http://alfaice.cl
Description: Tema para el sitio Quina.
Version: 1.0
Author: Alex Camacho
Author URI: http://alfaice.cl
Supports Thumbs: false
*/
.theme-quina .nivoSlider {
  position: relative;
  background: #fff url(../images/loading.gif) no-repeat 50% 50%; }

.theme-quina .nivoSlider img {
  position: absolute;
  top: 0px;
  left: 0px;
  display: none; }

.theme-quina .nivoSlider a {
  border: 0;
  display: block; }

.theme-quina .nivo-controlNav {
  text-align: center;
  padding: 20px 0;
  position: absolute;
  right: 2em;
  top: 30%;
  z-index: 20;
  text-indent: -99999px; }

.theme-quina .nivo-controlNav a {
  display: block;
  width: 0.75em;
  height: 0.75em;
  border: 0;
  margin: 0.5em 2px;
  border: solid 3px #000; }

.theme-quina .nivo-controlNav a.active {
  background-color: #000; }

.theme-quina .nivo-directionNav a {
  display: block;
  width: 30px;
  height: 30px;
  background: url(../images/arrows.png) no-repeat;
  text-indent: -9999px;
  border: 0;
  opacity: 0;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out; }

.theme-quina:hover .nivo-directionNav a {
  opacity: 1; }

.theme-quina a.nivo-nextNav {
  background-position: -30px 0;
  right: 15px; }

.theme-quina a.nivo-prevNav {
  left: 15px; }

.theme-quina .nivo-caption {
  font-family: "Raleway", sans-serif; }

.theme-quina .nivo-caption a {
  color: #fff;
  border-bottom: 1px dotted #fff; }

.theme-quina .nivo-caption a:hover {
  color: #fff; }

.theme-quina .nivo-controlNav.nivo-thumbs-enabled {
  width: 100%; }

.theme-quina .nivo-controlNav.nivo-thumbs-enabled a {
  width: auto;
  height: auto;
  background: none;
  margin-bottom: 5px; }

.theme-quina .nivo-controlNav.nivo-thumbs-enabled img {
  display: block;
  width: 120px;
  height: auto; }

/*******************
Media Queries
*******************/
@media all and (max-width: 1200px) {
  .lineup-container .tee .overlay {
    font-size: 13px; }
    .lineup-container .tee .overlay img {
      margin: 15% auto 1em auto; } }
