/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  box-sizing: border-box;
}
*, *:before, *:after {
  box-sizing: inherit;
}
/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
  max-width: 100%;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}


.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    margin-block-start: 0px;
    margin-block-end: 0px;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 0px;
}


.cafeClaro{
	background: #C19B76;
}
.cafeClaro-text{
	color: #C19B76;
}
.cafeOscuro{
	background: #8F745A;
}
.cafeOscuro-text{
	color: #8F745A;
}
.guinda{
	background: #780E3E;
}
.guinda-text{
	color: #780E3E;
}
.guindaOscuro{
	background: #5C0A2F;
}
.guindaOscuro-text{
	color: #5C0A2F;
}
.negro{
	background: #1C1C1D;
}
.negro-text{
	color: #1C1C1D;
}
.blanco{
	background: #FFFFFF;
}
.blanco-text{
	color: #FFFFFF;
}
.gris{
	background: #B3B3C0;
}
.gris-text{
	color: #B3B3C0;
}

body{
	font-family: 'Lustria', serif;
	font-family: 'Work Sans', sans-serif;	
	font-weight: 400;
	font-size: 16px;
	color: #636364;
	letter-spacing: 0.5px;
	line-height: 24px;
	background-image: url(../img/background.png);
	background-size: 1280px 500px;
	padding-top: 122px;
  text-align: center;
}

a{
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}

header{
	background: white;
	border-bottom: 1px solid #B3B3C0;
	font-size: 13px;
	position: fixed;
	top: 0px;
	left: 0px;
	height: 31px;
	width: 100vw;
	z-index: 100;
}
header a{
	color: #636364;
}
header a:visited{
	color: #636364;
}

header .address {
    position: absolute;
    left: 32px;
    top: 4px;
}

header .lang {
    position: absolute;
    right: 32px;
    top: 4px;
}

html[lang='en'] header .lang a.en {
    font-weight: 700;
}
html[lang='es'] header .lang a.es {
    font-weight: 700;
}

header .email {
    position: absolute;
    left: 50%;
    top: 4px;
    transform: translateX(-50%);
}



nav {
    position: relative;
    width: 100vw;
    height: 81px;
}

nav ul {
    width: calc(100vw - 64px);
    margin-left: 32px;
    padding-top: 19px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between
}

nav ul li {
    display: inline-block;
    vertical-align: middle;
}
nav ul li a, nav ul li a:visited{
	color: #780E3E;
}
nav ul li.logo img {
    width: 150px;
}
nav#menuPrincipal {
    position: fixed;
    top: 31px;
    z-index: 10;
    background-image: url(../img/background.png);
    background-size: 1280px 500px;
    background-color: white;
}
#menuMobile{
  display: none;
}
ul.slide li {
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 100%;
}

ul.slide {
    position: relative;
    border-radius: 5px;
}
ul.slide li img {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    transform: translate(-50%, -50%);
}

ul.slide li p {
    position: absolute;
    font-family: 'Lustria', serif;
    font-size: 50px;
    color: #FFFFFF;
    letter-spacing: 1px;
    bottom: .8em;
    left: .7em;
    transition: .8s .5s ease-in;
    transform: translateX(1em);
    opacity: 0;
    text-shadow: 0 2px 3px rgba(0,0,0,0.60);
}
ul.slide li.selected p{
	opacity: 1;
	transform: none;
}
ul.slide .navSlide {
    position: absolute;
    bottom: 1em;
    left: 50%;
    transform: translateX(-50%);
    z-index: 50;
}

ul.slide .navSlide span {
    display: inline-block;
    width: .6em;
    height: .6em;
    background: #F0F0F0;
    border-radius: 1em;
    margin-left: 1em;
    margin-right: 1em;
    opacity: .3;
    cursor: pointer;
}

ul.slide .navSlide span.selected {
    opacity: .8;
}

/*************** Seccion imagen head ****************/
#hero {
    position: relative;
    overflow: hidden;
}

#hero ul li {
    width: 100vw;
    height: 43.67vw;
    position: relative;
}
#hero ul li img {
    width: 100vw;
    display: block;
}
#hero ul li .info{
	font-size: 12px;
	color: #1C1C1D;
	letter-spacing: 4px;
	text-align: center;	
	text-transform: uppercase;
}
#hero ul li .info{
    text-align: center;
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%)
}
#hero ul li .info .icon{
	width: 60px;
	display: inline-block;
}
#hero ul li .info h6 {
	color: #1C1C1D;
}
#hero ul li .info b{
	font-family: 'Lustria', serif;
	font-size: 50px;
	color: #FFFFFF;
	letter-spacing: 1px;
	font-weight: 500;
	text-transform: none;
  text-shadow: 0 2px 3px rgba(0,0,0,0.60);
}

#hero img#home-hero-izq {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 18.75%;
}
#hero img#home-hero-der {
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 18.28%;
}
/***************END: Seccion imagen head ****************/


#reserva{
  font-family: 'Lustria', serif;
  text-align: center;
  display: inline-block;
  padding: 1em;
  padding-top: 0px;
  padding-left: 5em;
  padding-right: 5em;
  border-radius: 8px;
  box-shadow: 2px 2px 5px 0 #000000;
  transform: translate(-50%,-50%);
  font-size: 20px;
  transition: 1s ease-in-out;
  width: 23em;
  left: 50%;
  position: absolute;
}

#reserva .boton{
    font-size: 15px;
    color: #FFFFFF;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    padding-left: 6em;
    padding-right: 6em;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
}
#triggerMenuMobile{
  display: none;
}
div#reserva.fixed {
    position: fixed;
    z-index: 10;
    width: 100vw;
    top: 112px;
    left: 50%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-around;
    align-items: center;
    transform: translateX(-50%);
    padding-bottom: 0px;
}
div#reserva.fixed .intro p {
    min-width: 12em;
}
.content{
	width: calc(100vw - 144px);
	margin-left: 72px;
	position: relative;
}

h2{
    font-family: 'Lustria', serif;
	font-size: 50px;
	color: #C19B76;
	letter-spacing: 1px;	
	line-height: 64px;
	font-weight: 400;	
}

h5 {
    font-family: 'Lustria', serif;
	font-size: 20px;
	font-weight: 400;
}
h6{
	font-size: 12px;
	color: #780E3E;
	letter-spacing: 4px;
	text-transform: uppercase;
}
a.boton {
    padding: 15px 0px;
    display: block;
    text-align: center;
    border-radius: 5px;
    font-family: 'Work Sans', sans-serif;	
}
.btn{
	font-size: 16px;
	color: #C19B76;
	letter-spacing: 0.5px;
	text-align: center;	
	border: 2px solid #C19B76;
	border-radius: 5px;
	min-width: calc(167px - 6em);
	line-height: 50px;
	display: inline-block;
    padding-left: 3em;
    padding-right: 3em;
    cursor: pointer;
    transition: .2s ease-in-out;
}
.btn:hover{
	background: #FFFFFF;
	box-shadow: 2px 2px 4px rgba(0,0,0,.4);
	text-decoration: none;
}
.rec-izq {
    background-color: #EFEFF4;
    width: 3.06em;
    height: 3.06em;
    position: absolute;
    bottom: 0px;
    z-index: 6;
}
.rec-der {
    background-color: #EFEFF4;
    width: 3.06em;
    height: 3.06em;
    position: absolute;
    bottom: 0px;
    z-index: 6;
    right: 0px
}

/** Footer **/

footer{
	background-color: #1C1C1D;
  text-align: left;
}
#contentFooter {
	display: flex;
	display: -ms-flexbox;
	flex-wrap: wrap;
	justify-content: space-around;
}
#contentFooter h5 {
    margin-bottom: 0.65em;
    margin-top: 1em;
    text-align: left;
}

.clima .fecha{
	color: #FAFAFA;
	margin-top: .5em;
}
.clima .fecha p{
	margin: 0;
    font-size: 38px;
    position: relative;
    vertical-align: middle;
    transform: translateY(50%);
    font-family: 'Roboto',sans-serif;
    font-weight: 100;	
	
}
.clima .fecha p span{
	font-size: 12px;
}
.clima .fecha #content-temp{
	display: inline-flex;
	margin-top: 1.26em;
}
#content-temp p{
	margin: 0;
    font-size: 38px;
    position: relative;
    vertical-align: middle;
    transform: translateY(50%);
    font-family: 'Roboto',sans-serif;
    font-weight: 100;	
}
.fecha .temp{
	display: inline-block;
}
.temp.one{
	width: 4.375em;
	height: 3.125em;
	background-color: #833D3D;
}
.temp.two{
	width: 6.25em;
	height: 3.125em;
	background-color: #A65151;	
}
.temp.two:last-child{
	background-color: #833D3D;
}
.metodo{
	width: 5.18em;
	height: 3em;
	position: relative;
	display: inline-block;
	border-radius: 3px;
	margin-right: .8em;
}
.metodo:last-of-type{
	margin-right: 0em;
}
footer a{
  color: #B3B3C0;
}

.content-distintivos, .metodo-pago {
    padding-top: 1em;
}
.metodo-pago .boton{
  font-size: 16px;
  letter-spacing: 0.5px;
  text-align: center;
  border: 2px solid #C19B76;
  border-radius: 5px;
  min-width: calc(29.14vw - 6.06em);
  line-height: 50px;
  display: inline-block;
  padding-left: 3em;
  padding-right: 3em;
  cursor: pointer;
  transition: .2s ease-in-out;
}
.metodo-pago .boton:hover{
  box-shadow: 2px 2px 5px 0 #8F745A;
}
.redes .red{
	width: 1.125em;
	height: 1.125em;
	display: inline-block;
	position: relative;
	border-radius: 3px;
}
.distintivo{
	display: inline-block;
}
.distintivo.big{
	display: block;
}

.content-redes {
    margin-top: 2em;
    text-align: left;
}
footer .address{
  margin-left: 1em;
  margin-right: 1em;
}
footer #contentFooter div#logoFooter {
    padding: 43px 0px;
}
footer div#navFooter {
    border-top: 1px solid #B3B3C0;
    margin-top: 1em;
}
footer div#navFooter nav {
	height: auto;

}
footer div#navFooter nav ul {
	padding-top: 25px;
	padding-bottom: 17px;
	height: auto;
	justify-content: center;
}
footer div#navFooter nav ul li {
	margin-right: 30px;
}
footer div#navFooter nav ul li:last-child {
	margin-right: 0px;
}
footer div#navFooter nav li a {
    font-size: 13px;
    color: #B3B3C0;
}
/***** Ajustes big ***/
@media only screen and (min-width: 1025px) {
	.content{
		width: 1148px;
		margin-left: calc(50vw - 574px);
	}	
}
/***** Ajustes small ***/
@media only screen and (min-width: 992px) and (max-width: 1024px) {
	h2{
		font-size: 4.88vw;
	}	

	#reserva .intro p {
	    margin-block-start: 30px;
	}
	
	#reserva .entrada b {line-height: 78px;}
	
	#reserva .salida b {
	    line-height: 78px;
	}
	
	#reserva .huespedes b {
	    line-height: 78px;
	}
	
	#reserva .entrada .mes {
	    left: 68px;
	}
	
	#reserva .salida .mes {
	    left: 68px;
	}
	
	#reserva .calendario {
	    width: 22em;
	}
	
	#reserva .calendario.open {
	    transform: translateY(100%) translateX(calc(50% - 4.5em));
	}

}
/***** Ajustes tablet ***/
@media only screen and (min-width: 600px) and (max-width: 992px){
	header {
	    height: 44px;
	}
	
	header .email {
	    left: 32px;
	    top: 19px;
	    transform: none;
	}

	#reserva .calendario {
	    width: 22em;
	}
	
	#reserva .calendario.open {
	    transform: translateY(100%) translateX(calc(50% - 4.5em));
	}
	
	/** Footer **/
	#contentFooter{
		flex-direction: column;
		text-align: center;
	}
	#contentFooter h5 {
		text-align: center;
	}
	.clima{
		display: none;
	}
	
	.content-distintivos{
		display: flex;
		flex-direction: column;
		padding-bottom: 1.87em;
		padding-top: 1.87em;
	}
	.content-distintivos .address{
		order: 2;
		padding-top: 1.87em;
	}
	.content-redes{
		order: 1;
	    margin-top: 0em;
	    padding-bottom: 1.87em;	
	}
	footer #contentFooter div#logoFooter{
		order: -1;
	}
}
/***** Ajustes mobile ***/
@media only screen and (max-width: 600px) {
	body{
    font-size: 16px;
    overflow-x: hidden;
  }
  header {
      display: none;
  }
  
  div#hero {
      height: calc(100vh - 69px);
  }
  
  body {
      padding-top: 0px;
  }
  
  #hero ul li {
      height: calc(100vh - 69px);
  }
  
  #hero ul li img {
      width: auto;
      height: 100%;
      max-width: unset;
      margin-left: 50%;
      transform: translateX(-50%);
  }
  #hero ul li .info .icon {
      position: absolute;
      left: 0px;
      width: 110px;
      transform: translate(-50%, -50%);
  }
  
  #hero ul li .info p {
      font-size: 38px;
      line-height: 48px;
      margin-top: 2em;
  }
  #hero img#home-hero-izq {
      width: 50%;
      transform: translate(-2%, -13%);
  }
  
  #hero img#home-hero-der {
      width: 50%;
  }
  div#reserva.fixed {
      bottom: 0px;
      top: unset;
      padding: 0px;
  }
  div#reserva {
      height: 86px;
      border-radius: 0px;
  }
  nav#menuMobile {
      display: flex;
      position: fixed;
      z-index: 10;
      width: 100vw;
      left: 0px;
      top: 0px;
      height: calc(100vh - 86px);
      background-image: url(../img/background.png);
      background-color: white;
      flex-direction: column;
      flex-wrap: nowrap;
      align-content: space-around;
      justify-content: space-around;
      align-items: center;
      transform: translateY(100vh);
      transition: .25s ease-in-out;
  }
  body.showMenuMobile nav#menuMobile {
      transform: none;
  }
  div#reserva .intro {
      display: none;
  }
  
  #reserva .boton {
      right: 0px;
      border-radius: 0px;
      height: 100%;
      padding: 0px;
      width: 91px;
      line-height: 89px;
  }
  div#triggerMenuMobile {
      display: flex;
      width: calc(100% - 91px);
      justify-content: space-around;
      align-items: center;
      height: 100%;
  }
  
  img#burguerClose {
      display: none;
  }
  
  div#triggerMenuMobile .logo {
      flex-grow: 1;
  }
  
  div#triggerMenuMobile .burguers {
      height: 100%;
      width: 77px;
      border-right: 1px solid #C19B76;
      padding-top: 28px;
  }
  body.showMenuMobile div#triggerMenuMobile #burguerClose {
      display: inline-block;
  }
  body.showMenuMobile div#triggerMenuMobile #burguer {
      display: none;
  }
  #menuMobile a.btn {
      color: white;
      width: calc(100vw - 40px);
  }
  
  #menuMobile .icon {
      width: 40px;
  }
  
  nav#menuMobile ul {
      flex-direction: column;
      margin: 0px;
      padding: 0px;
      font-size: 16px;
      line-height: 3em;
  }
  #menuMobile p {
      font-size: 11px;
      line-height: 1.5em;
      padding-left: 1em;
      padding-right: 1em;
  }
  
  #menuMobile p a.cafeClaro-text {
      text-decoration: underline;
  }
  
  #menuMobile p.gris-text a {
      color: #B3B3C0;
  }
  #menuMobile li.habitaciones {
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap;
      align-content: center;
      justify-content: space-between;
      align-items: center;
  }
  
  #menuMobile li.habitaciones img.derecha {
      transform: rotate(180deg);
  }
  
  #menuMobile li.habitaciones ul.habitaciones {
      display: block;
      position: relative;
      height: 4em;
      font-size: 14px;
      overflow: hidden;
  }
  
  #menuMobile li.habitaciones ul.habitaciones li {
      display: block;
      position: absolute;
      left: 0px;
      width: 100%;
      top: 0px;
      line-height: 1em;
      transform: translateX(100%);
      transition: .2s ease-in-out;
  }
  #menuMobile li.habitaciones ul.habitaciones li.active {
    transform: none;
  }
  
  #menuMobile li.habitaciones ul.habitaciones li p {
      margin: 0px;
      padding: 0px;
  }
  
  #menuMobile li.habitaciones ul.habitaciones li p img {
      vertical-align: middle;
      margin-right: 1em;
  }
  .colum-12 {
		flex: 0 0 100%;
	}
	nav{
		display: none;
	}
	#reserva{
		display: none;
	}
	.content {
	    width: calc(100vw - 16px);
	    margin-left: 8px;
	}
	h2{
		font-size: 38px;
    letter-spacing: 1px;
    line-height: initial;
    padding-right: 2em;
	}
	
	
	#contentFooter{
		flex-direction: column;
	}
	/** Footer **/
	#contentFooter{
		flex-direction: column;
		text-align: center;
	}
	#contentFooter h5 {
		text-align: center;
	}
	.clima{
		display: none;
	}
	
	.content-distintivos{
		display: flex;
		flex-direction: column;
		padding-bottom: 1.87em;
		padding-top: 1.87em;
	}
	.content-distintivos .address{
		order: 2;
		padding-top: 1.87em;
	}
	.content-redes{
		order: 1;	
		margin-top: 0em;
		padding-bottom: 1.87em;
    text-align: center;
	}
	footer #contentFooter div#logoFooter{
		order: -1;
	}

	footer div#navFooter nav{
		display: block;
	}
	#navFooter ul {
		display: grid;
	    grid-template-columns: repeat(2,1fr);
	    text-align: center;
	}
	footer div#navFooter nav ul li{
		margin-right: 0em;
	}
}