/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/

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

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

/*==========================================================================

                                  FUENTES

============================================================================*/
@font-face {
  font-family: "Oxigen-mono";
  src: url("../fonts/oxygen-mono/OxygenMono-Regular.ttf");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "boogie-nights-shadow";
  src: url("../fonts/boogie-nights-shadow/BoogieNightsShadowNF.ttf");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "PoiretOne";
  src: url("../fonts/poiret-one/PoiretOne-Regular.ttf");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "york-whiteletter";
  src: url("../fonts/york-whiteletter/yorkwhiteletter.ttf");
  font-weight: 400;
  font-style: normal;
}

/*==========================================================================

                                  BODY

============================================================================*/

body {
  background: #0f0f0f;
}

/*==========================================================================

                                  HEADER

============================================================================*/

.main-header {
  width: 100%;
  position: relative;
  z-index: 10;
}

.containerHeader {
  background-color: #0000;
  max-width: 1400px;
  margin: 0 auto;
  width: 100%;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 0px;
  position: absolute;
  bottom: 2rem;
  left: 0;
  z-index: 100;
}

.siteLogo {
  width: 15%;
  display: table-cell;
  vertical-align: middle;
  padding: 0 15px 0 0;
  padding-right: 15px;
  overflow: hidden;
}

.siteLogo img {
  padding-bottom: 10px;
  padding-top: 10px;
  perspective: 800px;
  -webkit-perspective: 800px;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  max-width: 122px;
  max-height: 120px !important;
  padding-bottom: 10px;
  padding-top: 10px;
  width: 100px;
  display: none
}

.headerMenuCentro {
  text-align: center;
}

.menu {
  display: table-cell;
  vertical-align: middle;
  line-height: 1.3;
}

.menu .menuItem {
  position: relative;
  display: inline-block;
  text-align: left;
}

.menu .menuItem a {
  font-family: "Oxigen-mono";
  color: #ffffff;
  font-size: .8rem;
  text-transform: uppercase;
  height: 95px;
  line-height: 1;
  padding: 0 13px;
  text-decoration: none;
  letter-spacing: 0.5px;
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
}

.menu .menuItem a:hover {
  color: rgba(255, 255, 255, 0.8);
}

/*Columna derecha iconos search ,carrito ,responsive */
.right-column {
  width: 15%;
  padding-left: 15px;
  display: table-cell;
  vertical-align: middle;
  text-align: right;
}

/*==========================================================================

                            AJUSTES SLIDER

============================================================================*/

.slider .big.title {
  font-family: "york-whiteletter";
  font-size: 4rem;
}

.slider .big.title em:nth-child(1) {
  font-family: "PoiretOne";
}

.slider .big.title em:nth-child(2) {
  margin-left: 2rem;
}

em {
  color: #cccccc !important;
}

/*==========================================================================

                            SECCION UNO

============================================================================*/

.seccion-uno {
  width: 100%;
  padding: 50px 0;
  margin: 0 auto;
  max-width: 1400px;
}

.container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.container-img {
  width: 50%;
}

.container-info {
  width: 40%;
}

.container-img img {
  width: 100%;
}

.container h2 {
  font-family: "york-whiteletter";
  font-size: 4rem;
  color: #ab9b74;
}

.container h2 em{
  font-family: "PoiretOne";
  font-size: 3rem;
}

.container-parrafo {
  color: #fefefe;
  font-family: "PoiretOne";
  font-size: 1.3rem;
  margin-top: 10px;
  line-height: 1.2;
}
