/* CSS Document */
/*************************************************************************** [[ Reset defaul navegator styles ]] ******************/
@import url("https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@300;400;500;600&display=swap");
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 {
  font-family: "Barlow Condensed";
  font-size: 16px;
  letter-spacing: 0.15em;
}
body button {
  letter-spacing: 0.15em;
}

html {
  scroll-behavior: smooth;
}

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;
}

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

a {
  color: #000;
  text-decoration: none;
}
a > img {
  border: none;
}

h1, h2, h3, button {
  font-family: "Barlow Condensed";
  text-transform: uppercase;
  font-weight: 500;
}

/*************************************************************************** [[ Header ]] ******************/
#Header {
  background-color: #fff;
  float: left;
  font-family: "Barlow Condensed";
  font-weight: 500;
  position: fixed;
  transition: 0.3s;
  width: 100%;
  z-index: 90;
}
#Header.largeHeader {
  height: 10em;
}
#Header.largeHeader > .hLogo > .imgLogo {
  height: 6.5em;
  margin: 1.8em;
  width: 6.5em;
}
#Header.largeHeader > #HMenu > span.luxury {
  margin: 1.2em 0 0.2em;
}
#Header.largeHeader > #HMenu > span.general {
  margin: 0.6em 0 0.3em;
}
#Header.largeHeader > #HMenu > a.hEnviarMensaje {
  margin-top: 1em;
}
#Header.largeHeader > #HMenuExterior > .hExterior {
  margin: 1em 0 0 0;
}
#Header.largeHeader > #HMenuExterior > .hTools {
  margin: 2em 0;
}
#Header.smallHeader {
  height: 7em;
}
#Header.smallHeader > .hLogo {
  height: 6em;
}
#Header.smallHeader > .hLogo > .imgLogo {
  height: 5em;
  margin: 1em 2em;
  width: 5em;
}
#Header.smallHeader > #HMenu > span.luxury {
  margin: 0;
}
#Header.smallHeader > #HMenu > span.general {
  margin: 0;
}
#Header.smallHeader > #HMenu > a.hEnviarMensaje {
  margin-top: 0.1em;
}
#Header.smallHeader > #HMenuExterior > .hExterior {
  margin: -4em 0 0 0;
}
#Header.smallHeader > #HMenuExterior > .hTools {
  margin: 2.5em 0;
}
#Header > .hLogo {
  float: left;
  height: 100%;
  position: relative;
  transition: 0.3s;
  width: 13em;
}
#Header > .hLogo > .imgLogo {
  float: right;
  position: relative;
  transition: 0.3s;
  z-index: 1;
}
#Header > .hLogo > .imgLogo > * {
  height: 100%;
  position: absolute;
  width: 100%;
}
#Header > #HMenu {
  float: left;
  position: relative;
  transition: 0.3s;
  text-transform: uppercase;
  width: calc(100% - 26em);
}
#Header > #HMenu.showHMenu {
  width: 14em;
  z-index: 12;
}
#Header > #HMenu > #Navicon {
  border: none;
  background: #000;
  cursor: pointer;
  display: none;
  float: right;
  margin: 0.4em 0;
  padding: 1.1818181818rem 0.52rem;
  position: relative;
  transition: 0.3s;
}
#Header > #HMenu > #Navicon .lines {
  background: #fff;
  border-radius: 0.1857142857rem;
  display: block;
  display: inline-block;
  height: 0.3714285714rem;
  position: relative;
  transition: background 0.3s 0.3s ease;
  width: 2.6rem;
}
#Header > #HMenu > #Navicon .lines:before, #Header > #HMenu > #Navicon .lines:after {
  content: "";
  display: inline-block;
  height: 0.3714285714rem;
  background: #fff;
  border-radius: 0.1857142857rem;
  transition: 0.2s;
  position: absolute;
  right: 0;
  transition: top 0.3s 0.3s ease, transform 0.3s ease;
  transform-origin: 50% 50%;
  width: 2.6rem;
}
#Header > #HMenu > #Navicon .lines:before {
  top: 0.65rem;
}
#Header > #HMenu > #Navicon .lines:after {
  top: -0.65rem;
}
#Header > #HMenu > #Navicon.close > .lines {
  transition: background 0.3s 0s ease;
  background: transparent;
}
#Header > #HMenu > #Navicon.close > .lines:before, #Header > #HMenu > #Navicon.close > .lines:after {
  transition: top 0.3s ease, transform 0.3s 0.3s ease;
  top: 0;
  width: 2.6rem;
}
#Header > #HMenu > #Navicon.close > .lines:before {
  transform: rotate3d(0, 0, 1, 45deg);
}
#Header > #HMenu > #Navicon.close > .lines:after {
  transform: rotate3d(0, 0, 1, -45deg);
}
#Header > #HMenu > span {
  box-sizing: border-box;
  color: #c5b9a0;
  float: left;
  padding: 0 2%;
  transition: 0.3s;
}
#Header > #HMenu > span.luxury {
  font-size: 1.2em;
  width: calc(100% - 10em);
}
#Header > #HMenu > span.luxury::first-letter {
  font-size: 1.1em;
  font-weight: 600;
}
#Header > #HMenu > span.general {
  border-top: 1px solid #c5b9a0;
  font-size: 1.1em;
  padding-top: 0.2em;
  width: 100%;
}
#Header > #HMenu > a {
  box-sizing: border-box;
  color: #000;
  float: right;
  padding: 0.2em 0.5em;
  transition: 0.3s;
}
#Header > #HMenu > a.hEnviarMensaje {
  background-color: #000;
  color: #fff;
  text-align: center;
  width: 8em;
}
#Header > #HMenu > a.hDescuentos {
  color: #000;
  margin-top: -1.5em;
  text-align: right;
  width: 10em;
}
#Header > #HMenu > .hMenus {
  box-sizing: border-box;
  float: left;
  padding: 0 2%;
  position: relative;
  transition: 0.3s;
  width: calc(100% - 18em);
}
#Header > #HMenu > .hMenus#HMenusPremium > .hMenu {
  float: left;
}
#Header > #HMenu > .hMenus#HMenusPremium > .hMenu > .hMenuLink {
  font-size: 1.1em;
  padding: 0.1em 0;
}
#Header > #HMenu > .hMenus#HMenusPremium > .hMenu > .hMenuLink::first-letter {
  font-size: 1.2em;
  font-weight: 600;
}
#Header > #HMenu > .hMenus#HMenusBeneral > .hMenu {
  float: left;
}
#Header > #HMenu > .hMenus#HMenusBeneral > .hMenu > .hMenuLink {
  font-size: 0.9em;
  padding: 0.1em 0;
}
#Header > #HMenu > .hMenus > .hMenu {
  float: left;
}
#Header > #HMenu > .hMenus > .hMenu:hover > .hMenuLink:after {
  border-top-color: #000;
}
#Header > #HMenu > .hMenus > .hMenu > .hMenuLink {
  box-sizing: border-box;
  color: #000;
  float: left;
  margin-right: 1.5em;
  padding-right: 0.3em;
  position: relative;
  transition: 0.3s;
}
#Header > #HMenu > .hMenus > .hMenu > .hMenuLink.active:after {
  border-top-color: #000;
}
#Header > #HMenu > .hMenus > .hMenu > .hMenuLink:after {
  border-left: 0.2em solid transparent;
  border-right: 0.2em solid transparent;
  border-top: 0.3em solid transparent;
  top: 0;
  content: "";
  height: 0;
  left: calc(50% - 0.3em);
  position: absolute;
  transition: 0.3s;
}
#Header > #HMenuExterior {
  background-color: #000;
  box-sizing: border-box;
  float: right;
  height: 100%;
  overflow: hidden;
  padding: 0 1em;
  position: relative;
  width: 11.2em;
}
#Header > #HMenuExterior > ul {
  float: left;
  font-size: 1em;
  list-style-type: none;
  width: 100%;
}
#Header > #HMenuExterior > ul.hExterior {
  transition: 0.3s;
}
#Header > #HMenuExterior > ul.hExterior > li {
  padding: 0.1em 0;
}
#Header > #HMenuExterior > ul > li > a {
  color: #ddd;
}
#Header > #ContactFloat {
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 1.2em 0 0 1.2em;
  padding: 0.5em 0;
  position: fixed;
  right: 0;
  top: 25vh;
}
#Header > #ContactFloat > button, #Header > #ContactFloat > a {
  background-color: none;
  border: none;
  cursor: pointer;
  clear: both;
  float: left;
  font-size: 1em;
  height: 2.5em;
  margin: 0.3em;
  padding: 0;
  position: relative;
  width: 2.5em;
}
#Header > #ContactFloat > button::before, #Header > #ContactFloat > a::before {
  background-repeat: no-repeat;
  background-size: 300% 200%;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
#Header > #ContactFloat > button.whatsApp::before, #Header > #ContactFloat > a.whatsApp::before {
  background-image: url("/images/web/iconsExteriorConcept.png");
  background-position: bottom center;
}
#Header > #ContactFloat > button.message::before, #Header > #ContactFloat > a.message::before {
  background-image: url("/images/web/iconsExteriorConcept.png");
  background-position: bottom left;
}
#Header > #ContactFloat > button.phone, #Header > #ContactFloat > a.phone {
  display: none;
}
#Header > #ContactFloat > button.phone::before, #Header > #ContactFloat > a.phone::before {
  background-image: url("/images/web/iconsExteriorConcept.png");
  background-position: bottom right;
}

#TestVariables {
  background-color: #fff;
  display: none;
  position: fixed;
  right: 0;
  bottom: 20vh;
  z-index: 100;
}

/*************************************************************************** [[ Footer ]] ******************/
#Showroms {
  float: left;
  font-family: "Barlow Condensed";
  height: 43em;
  overflow: hidden;
  width: 100%;
}
#Showroms > .contactSucursal {
  background-size: cover;
  float: left;
  height: 50%;
  overflow: hidden;
  position: relative;
  width: 25%;
}
#Showroms > .contactSucursal:hover > h4 {
  background-color: #373737;
  color: #fff;
}
#Showroms > .contactSucursal:hover > .contactDates {
  bottom: 0;
}
#Showroms > .contactSucursal > h4 {
  background-color: #fff;
  float: left;
  font-size: 1.2em;
  padding: 1em 0;
  position: relative;
  text-align: center;
  transition: 0.5s;
  width: 100%;
  z-index: 1;
}
#Showroms > .contactSucursal > h4 > span {
  border-style: solid;
  border-width: 0 2px;
  padding: 0 1em;
  text-transform: uppercase;
}
#Showroms > .contactSucursal > .contactDates {
  background-color: rgba(0, 0, 0, 0.7);
  bottom: 100%;
  color: #fff;
  box-sizing: border-box;
  float: left;
  font-family: "Barlow Condensed";
  height: 90%;
  padding: 1em 10%;
  position: absolute;
  transition: 0.5s;
  width: 100%;
}
#Showroms > .contactSucursal > .contactDates > h5 {
  margin-top: 1.2em;
}
#Showroms > .contactSucursal > .contactDates > p > button, #Showroms > .contactSucursal > .contactDates > p > a {
  background-color: transparent;
  border: none;
  color: #fff;
  cursor: pointer;
  float: left;
  font-family: "Barlow Condensed";
  margin-top: 0.8em;
  text-align: left;
  text-decoration: underline;
  width: 100%;
}

.popUp {
  height: 0;
  overflow: hidden;
  position: fixed;
  transition: 0.5s;
  width: 100vw;
  z-index: 100;
}
.popUp.active {
  height: 100vh;
}
.popUp > .bgPopUp {
  background-color: rgba(0, 0, 0, 0.6);
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 0;
}
.popUp > .contPupUp {
  background-color: #fff;
  float: left;
  height: 80vh;
  margin: 10vh 0 0 8vw;
  position: relative;
  width: 80vw;
  z-index: 1;
}
.popUp > .contPupUp > .btnClose {
  background-color: transparent;
  border: none;
  cursor: pointer;
  height: 4em;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 4em;
  z-index: 10;
}
.popUp > .contPupUp > .btnClose > .lines {
  background-color: #000;
  height: 4em;
  position: relative;
  width: 4em;
}
.popUp > .contPupUp > .btnClose > .lines:before, .popUp > .contPupUp > .btnClose > .lines:after {
  content: "";
  display: block;
  height: 0.3333333333em;
  background: #fff;
  position: absolute;
  right: -1.3333333333em;
  transform-origin: 50% 50%;
  width: 2.8571428571em;
}
.popUp > .contPupUp > .btnClose > .lines:before {
  transform: rotate(45deg);
}
.popUp > .contPupUp > .btnClose > .lines:after {
  transform: rotate(-45deg);
}
.popUp > .contPupUp > #Maps {
  float: left;
  height: 100%;
  position: relative;
  width: 100%;
  z-index: 1;
}
.popUp > .contPupUp > #video {
  float: left;
  height: 100%;
  position: relative;
  width: 100%;
  z-index: 1;
}

#Footer {
  background-color: #373737;
  color: #fff;
  float: left;
  font-family: "Barlow Condensed";
  position: relative;
  width: 100%;
}
#Footer > .showrooms {
  background-color: #555;
  float: left;
  margin: 2em calc(50% - 10em);
  text-align: center;
  width: 20em;
}
#Footer > .showrooms > .aShowrooms {
  border-color: #fff;
  border-style: solid;
  border-width: 0 1px;
  font-size: 2em;
  font-weight: 600;
  padding: 0.3em 1em;
  width: 100%;
}
#Footer > div {
  float: left;
  margin: 2em 0 1em;
  width: 20%;
}
#Footer > div.fSocialMedia {
  float: left;
}
#Footer > div.fSocialMedia > .fSiguenos {
  float: left;
  margin-left: 2.5em;
}
#Footer > div.fSocialMedia > .fSiguenos > a {
  color: #fff;
  float: left;
  font-weight: bold;
  height: 2em;
  margin: 0 0.3em;
  position: relative;
  width: 2em;
}
#Footer > div.fSocialMedia > .fSiguenos > a::before {
  background-repeat: no-repeat;
  background-size: 300% 200%;
  content: "";
  height: 100%;
  position: absolute;
  width: 100%;
}
#Footer > div.fSocialMedia > .fSiguenos > a.facebook::before {
  background-image: url("/images/web/iconsExteriorConcept.png");
  background-position: top left;
}
#Footer > div.fSocialMedia > .fSiguenos > a.twitter::before {
  background-image: url("/images/web/iconsExteriorConcept.png");
  background-position: top center;
}
#Footer > div.fSocialMedia > .fSiguenos > a.instagram::before {
  background-image: url("/images/web/iconsExteriorConcept.png");
  background-position: top right;
}
#Footer > div.fSocialMedia > .fSiguenos > a > img {
  float: left;
  width: 100%;
}
#Footer > div.fFormContacto {
  width: 40%;
}
#Footer > div > h4 {
  border-color: #ccc;
  border-style: solid;
  border-width: 0 2px 0 2px;
  float: left;
  font-size: 1.2em;
  margin: 0 10% 0.5em;
  padding: 0 0.8em;
}
#Footer > div > a {
  box-sizing: border-box;
  color: #fff;
  float: left;
  padding: 0 3em;
  width: 90%;
}

/*************************************************************************** [[ Main ]] ******************/
#Main {
  float: left;
  transition: 0.3s;
  width: 100%;
  /****************************** [[ Estuilos Generales ]] ******************/
  /****************************** [[ 404 ]] ******************/
}
#Main.largeHeader {
  margin-top: 10em;
}
#Main.smallHeader {
  margin-top: 7em;
}

.bgImage {
  align-items: center;
  display: flex;
  justify-content: center;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  z-index: 0;
  width: 100%;
}
.bgImage > picture {
  height: fit-content;
  width: 100%;
}
.bgImage > picture > img {
  height: auto;
  width: 100%;
}

/*************************************************************************** [[ Index ]] ******************/
#Main {
  /*Slide  *********************************************************/
}
#Main #IndexSlide {
  background-color: #000;
  height: 90vh;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}
#Main #IndexSlide video {
  position: absolute;
  height: 100%;
  top: 0;
  width: 100%;
  z-index: 0;
}
#Main #IndexSlide .videoCover {
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 1;
}
#Main #IndexSlide #SlideImg {
  background-image: url("../../images/index/buen-fin_1920.jpg");
  background-size: cover;
  background-position: center;
  height: 100%;
  width: 100%;
}
#Main > #IndexDesafio {
  border-bottom: 1em solid #000;
  float: left;
  /*height:0em;*/
  margin-top: 70vh; /*margin-top: 0;*/
  overflow: hidden;
  position: relative;
  width: 100%;
  z-index: 1;
}
#Main > #IndexDesafio > .imgDesafio {
  height: 100%;
  position: absolute;
  width: 60%;
  z-index: 0;
}
#Main > #IndexDesafio > .imgDesafio > picture {
  float: left;
  width: 100%;
}
#Main > #IndexDesafio > .imgDesafio > picture > * {
  float: left;
  width: 100%;
}
#Main > #IndexDesafio > .desafio {
  background-image: linear-gradient(-70deg, #f3f3f3 70%, rgba(243, 243, 243, 0) 70%);
  float: right;
  height: 100%;
  position: relative;
  width: 75%;
  z-index: 1;
}
#Main > #IndexDesafio > .desafio > .tableDesafio {
  float: right;
  position: relative;
  width: 65%;
}
#Main > #IndexDesafio > .desafio > .tableDesafio tr {
  float: left;
  width: 100%;
}
#Main > #IndexDesafio > .desafio > .tableDesafio tr > td {
  float: left;
  margin-right: 4%;
  width: 29%;
}
#Main > #IndexDesafio > .desafio > .tableDesafio > thead {
  float: left;
  font-family: "Barlow Condensed";
  font-size: 1.3em;
  font-weight: 600;
  margin: 2em 10% 1em;
  width: 80%;
}
#Main > #IndexDesafio > .desafio > .tableDesafio > thead > tr > td {
  box-sizing: border-box;
  border-color: #000;
  border-style: solid;
  border-width: 0 2px 0 2px;
  padding: 0 0.5em;
}
#Main > #IndexDesafio > .desafio > .tableDesafio > tbody {
  float: left;
  font-size: 1.1em;
  margin: 0 10%;
  width: 80%;
}
#Main > #IndexDesafio > .desafio > .tableDesafio > tbody > tr > td {
  box-sizing: border-box;
  padding: 0 0.5em;
}
#Main > .indexProducts {
  border-bottom: 1em solid #000;
  float: left;
  font-family: "Barlow Condensed";
  overflow: hidden;
  position: relative;
  width: 100%;
}
#Main > .indexProducts.left > .txtTopProducts {
  background-image: linear-gradient(70deg, rgba(0, 0, 0, 0.7) 70%, rgba(0, 0, 0, 0) 70%);
  float: left;
  padding: 5em 0 5em 2em;
}
#Main > .indexProducts.left > .txtTopProducts > h2 {
  float: left;
}
#Main > .indexProducts.left > .txtTopProducts > p {
  float: left;
}
#Main > .indexProducts.right > .txtTopProducts {
  background-image: linear-gradient(-70deg, rgba(0, 0, 0, 0.7) 70%, rgba(0, 0, 0, 0) 70%);
  float: right;
  padding: 5em 2em 5em 0;
}
#Main > .indexProducts.right > .txtTopProducts > h2 {
  float: right;
}
#Main > .indexProducts.right > .txtTopProducts > p {
  float: right;
}
#Main > .indexProducts.indexLuxuryBrands {
  display: none;
}
#Main > .indexProducts > .txtTopProducts {
  color: #fff;
  position: relative;
  width: 28em;
}
#Main > .indexProducts > .txtTopProducts > h2 {
  font-size: 1.6em;
  font-weight: normal;
  width: 60%;
}
#Main > .indexProducts > .txtTopProducts > h2:first-letter {
  font-size: 1.2em;
}
#Main > .indexProducts > .txtTopProducts > h2 > span {
  font-size: 2em;
  font-weight: 500;
}
#Main > .indexProducts > .txtTopProducts > p {
  font-size: 1.2em;
  font-weight: 800;
  width: 60%;
}
#Main > .indexPages {
  background-color: #000;
  display: none;
  float: left;
  position: relative;
  padding: 0.5em 1% 1em;
  width: 98%;
}
#Main > .indexPages > a {
  box-sizing: border-box;
  border: 1px solid #333;
  color: #ccc;
  float: left;
  font-size: 1.2em;
  font-family: "Barlow Condensed";
  font-weight: 600;
  margin: 0.2em 0;
  padding: 1em 0;
  text-align: center;
  transition: 0.3s;
}
#Main > .indexPages > a.fullwidth {
  width: 100%;
}
#Main > .indexPages > a.midWidth {
  width: 50%;
}

/*************************************************************************** [[ Index ]] ******************/
#Main > .coleccionesGenerales {
  display: flex;
  float: left;
  margin-bottom: 2em;
  height: 60vh;
  width: 100%;
}
#Main > .coleccionesGenerales:hover > .coleccion {
  border: none;
}
#Main > .coleccionesGenerales:hover > .coleccion > h3 {
  background-color: #c5b9a0;
  color: #fff;
}
#Main > .coleccionesGenerales:hover > .coleccion > img {
  filter: sepia(0.7) saturate(0.4);
}
#Main > .coleccionesGenerales > .coleccion {
  box-sizing: border-box;
  border-width: 0 1px;
  border-color: #fff;
  border-style: solid;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex: 1;
  height: 100%;
  justify-content: center;
  float: left;
  overflow: hidden;
  position: relative;
  transition: 0.5s;
}
#Main > .coleccionesGenerales > .coleccion:hover {
  flex: 5;
}
#Main > .coleccionesGenerales > .coleccion:hover > h3 {
  background-color: #000;
  color: #c5b9a0;
  left: 3em;
}
#Main > .coleccionesGenerales > .coleccion:hover > img {
  filter: none;
}
#Main > .coleccionesGenerales > .coleccion > h3 {
  border-radius: 3.5em 3.5em 0 0;
  background-color: #000;
  bottom: 0;
  color: #c5b9a0;
  height: 5em;
  left: calc(50% - 2.5em);
  padding: 2.2em 0 0;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  transition: 0.3s;
  width: 7em;
  z-index: 1;
}
#Main > .coleccionesGenerales > .coleccion > h3 > span {
  box-sizing: border-box;
  float: left;
  font-size: 1.1em;
  width: 100%;
}
#Main > .coleccionesGenerales > .coleccion > h3 > span::first-letter {
  font-size: 1.2em;
  font-weight: 600;
}
#Main > .coleccionesGenerales > .coleccion > .imgColeccion {
  height: 100%;
  position: relative;
  transition: 1s;
}
#Main > .coleccionesGenerales > .coleccion > .descuento {
  background-color: rgba(197, 185, 160, 0.6);
  color: #fff;
  font-family: "Barlow Condensed";
  font-size: 3em;
  line-height: 1em;
  padding: 0.1em;
  position: absolute;
  right: 0;
  top: 0em;
}
#Main > .coleccionesGenerales > .coleccion > .sello {
  left: 1.5em;
  position: absolute;
  top: 1.5em;
  width: 6em;
}
#Main > .coleccionesPremium {
  float: left;
  width: 100%;
}
#Main > .coleccionesPremium > .headCollection {
  background-color: #c5b9a0;
  border-bottom: 2em solid #fff;
  float: left;
  height: 80vh;
  overflow: hidden;
  width: 100%;
}
#Main > .coleccionesPremium > .headCollection > h3 {
  background-color: #000;
  box-sizing: border-box;
  color: #fff;
  float: left;
  font-size: 2em;
  padding: 0.2em 1em;
  width: 100%;
}
#Main > .coleccionesPremium > .headCollection > h3 > .brand {
  float: left;
}
#Main > .coleccionesPremium > .headCollection > h3 > .brand::first-letter {
  font-size: 1.2em;
  font-weight: 600;
}
#Main > .coleccionesPremium > .headCollection > h3 > .gold {
  color: #c5b9a0;
  float: left;
  margin-left: 0.2em;
}
#Main > .coleccionesPremium > .headCollection > h3 > .gold::first-letter {
  font-size: 1.2em;
  font-weight: 600;
}
#Main > .coleccionesPremium > .headCollection > .txt {
  box-sizing: border-box;
  color: #fff;
  float: left;
  font-size: 1.1em;
  height: 100%;
  line-height: 1.6em;
  padding: 3em 2em;
  width: 45%;
}
#Main > .coleccionesPremium > .headCollection > .img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  float: left;
  height: 100%;
  width: 55%;
}
#Main > .coleccionesPremium > .coleccion {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  float: left;
  height: 60vh;
  margin-bottom: 2em;
  position: relative;
  width: 100%;
}
#Main > .coleccionesPremium > .coleccion > div {
  float: right;
  margin-top: -2em;
  position: relative;
}
#Main > .coleccionesPremium > .coleccion > div > h3 {
  background-color: #000;
  border-bottom: 0.5em solid #c5b9a0;
  color: #fff;
  float: right;
  font-size: 2.6em;
  font-weight: 400;
  padding: 0.8em 0.1em;
  position: relative;
  position: relative;
  text-align: center;
  width: 4.1em;
  z-index: 1;
}
#Main > .coleccionesPremium > .coleccion > div > h3::first-letter {
  font-size: 1.2em;
  font-weight: 500;
}
#Main > .coleccionesPremium > .coleccion > div > .material {
  background-color: transparent;
  background-position: center;
  background-size: cover;
  content: "";
  border-radius: 0 0 50% 50%;
  bottom: -7em;
  height: 10em;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 0;
}
#Main > .coleccionesPremium > .coleccion > .sello {
  left: 2em;
  position: absolute;
  top: 2em;
  width: 7em;
}
#Main > #Coleccion {
  float: left;
  width: 100%;
}
#Main > #Coleccion > .coleccionHead {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  float: left;
  height: 70vh;
  position: relative;
  width: 100%;
}
#Main > #Coleccion > .coleccionHead > div {
  float: right;
  margin-top: -2em;
  position: relative;
}
#Main > #Coleccion > .coleccionHead > div > h3 {
  background-color: #000;
  border-bottom: 0.5em solid #c5b9a0;
  color: #fff;
  float: right;
  font-size: 2.5em;
  font-weight: 400;
  padding: 0.8em 0.1em;
  position: relative;
  position: relative;
  text-align: center;
  width: 4.28em;
  z-index: 1;
}
#Main > #Coleccion > .coleccionHead > div > h3::first-letter {
  font-size: 1.2em;
  font-weight: 500;
}
#Main > #Coleccion > .coleccionHead > div > .material {
  background-color: transparent;
  background-position: center;
  background-size: cover;
  content: "";
  border-radius: 0 0 50% 50%;
  bottom: -7em;
  height: 10em;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 0;
}
#Main > #Coleccion > .coleccionHead > .sello {
  left: 2em;
  position: absolute;
  top: 2em;
  width: 10em;
}
#Main > #Coleccion > .coleccionBody {
  float: left;
  margin-left: 15%;
  font-family: "Barlow Condensed";
  font-weight: 400;
  width: 70%;
}
#Main > #Coleccion > .coleccionBody > .disenador {
  background-color: #000;
  border-radius: 0 0 5em 5em;
  box-sizing: border-box;
  color: #fff;
  float: left;
  padding: 2em 1em 5em;
  text-align: center;
  width: 10em;
}
#Main > #Coleccion > .coleccionBody > .disenador > h3 {
  float: left;
  font-weight: 400;
  margin-bottom: 1.2em;
  width: 100%;
}
#Main > #Coleccion > .coleccionBody > .disenador > p {
  float: left;
  width: 100%;
}
#Main > #Coleccion > .coleccionBody > .descripcion {
  float: right;
  font-size: 1.2em;
  letter-spacing: normal;
  margin-top: 1.6em;
  text-align: justify;
  width: calc(100% - 11em);
}
#Main > #Coleccion > .coleccionFooter {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  float: left;
  margin-bottom: 1em;
  height: 60vh;
  width: 100%;
}
#Main #ColeccionSlide {
  float: left;
  width: 100%;
}
#Main #ColeccionSlide > .divContcoleccion {
  float: left;
  margin: 1em 0 4em 0;
  width: 100%;
}
#Main #ColeccionSlide > .divContcoleccion > .producto {
  color: #000;
  float: left;
  margin: 0 1%;
  width: 23%;
}
#Main #ColeccionSlide > .divContcoleccion > .producto:nth-child(4n+1) {
  clear: left;
}
#Main #ColeccionSlide > .divContcoleccion > .producto > a {
  float: left;
  width: 100%;
}
#Main #ColeccionSlide > .divContcoleccion > .producto > a > .imgProducto {
  float: left;
  width: 100%;
}
#Main #ColeccionSlide > .divContcoleccion > .producto > .txtProducto {
  float: left;
  margin: 0 10%;
  width: 80%;
}
#Main #ColeccionSlide > .divContcoleccion > .producto > .txtProducto > h2 {
  float: left;
  font-size: 1.4em;
  margin-bottom: 0.3em;
  width: 100%;
}
#Main #ColeccionSlide > .divContcoleccion > .producto > .txtProducto > h2::first-letter {
  font-size: 1.2em;
  font-weight: 600;
}
#Main #ColeccionSlide > .divContcoleccion > .producto > .txtProducto > .colors {
  float: left;
  margin-bottom: 0.3em;
  width: 100%;
}
#Main #ColeccionSlide > .divContcoleccion > .producto > .txtProducto > .colors > button {
  border: none;
  border-radius: 50%;
  cursor: pointer;
  float: left;
  height: 1em;
  margin: 0.2em 0.5em 0.2em 0;
  padding: 0;
  width: 1em;
}
#Main #ColeccionSlide > .divContcoleccion > .producto > .txtProducto > button {
  background-color: #fff;
  border: none;
  cursor: pointer;
  float: left;
  font-size: 1.1em;
  padding: 0;
  text-decoration: underline;
}

/*************************************************************************** [[ Index ]] ******************/
#Main > .divProducto {
  float: left;
  margin: 0;
  width: 100%;
}
#Main > .divProducto > .imgView {
  box-sizing: border-box;
  float: left;
  width: 60%;
}
#Main > .divProducto > .imgView > #ImgZoom {
  box-sizing: border-box;
  background-color: grey;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  float: left;
  height: 40em;
  margin: 0 2em;
  width: 100%;
}
#Main > .divProducto > .imgView > .imgGalleria {
  box-sizing: border-box;
  float: left;
  margin: 0 2em;
  overflow: hidden;
  width: 100%;
}
#Main > .divProducto > .imgView > .imgGalleria > .contImgGaleria {
  float: left;
  margin: 0.5em 0;
  width: 200%;
}
#Main > .divProducto > .imgView > .imgGalleria > .contImgGaleria > button {
  background-color: gray;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border: none;
  cursor: pointer;
  float: left;
  height: 8em;
  margin: 0 1%;
  width: 8%;
}
#Main > .divProducto > .descripcion {
  box-sizing: border-box;
  float: left;
  padding: 0 4em;
  width: 40%;
}
#Main > .divProducto > .descripcion > h1, #Main > .divProducto > .descripcion h3 {
  float: left;
  font-family: "Barlow Condensed";
}
#Main > .divProducto > .descripcion > h1 {
  font-size: 2.5em;
  margin-bottom: 0.3em;
}
#Main > .divProducto > .descripcion > h1::first-letter {
  font-size: 1.2em;
  font-weight: 600;
}
#Main > .divProducto > .descripcion > p {
  float: left;
  margin-bottom: 2em;
  width: 100%;
}
#Main > .divProducto > .descripcion > .finishOptions {
  float: left;
  width: 100%;
}
#Main > .divProducto > .descripcion > .finishOptions > h3 {
  font-size: 1.6em;
  margin-bottom: 0.5em;
  width: 100%;
}
#Main > .divProducto > .descripcion > .finishOptions > div {
  float: left;
  margin-bottom: 4em;
  width: 20%;
}
#Main > .divProducto > .descripcion > .finishOptions > div > button {
  border: 0;
  border-radius: 1em;
  cursor: pointer;
  float: left;
  margin-left: calc(50% - 2em);
  height: 4em;
  transition: 0.3s;
  width: 4em;
}
#Main > .divProducto > .descripcion > .finishOptions > div > button:hover {
  transform: scale(1.1);
}
#Main > .divProducto > .descripcion > .finishOptions > div > span {
  float: left;
  font-family: "Barlow Condensed";
  margin: 0 10%;
  text-align: center;
  width: 80%;
}
#Main > .divProducto > .descripcion > .divButtons {
  float: left;
  width: 100%;
}
#Main > .divProducto > .descripcion > .divButtons > button, #Main > .divProducto > .descripcion > .divButtons > a {
  background-color: #c5b9a0;
  border: 0;
  box-sizing: border-box;
  clear: left;
  color: #000;
  cursor: pointer;
  padding: 0.2em 0.5em;
  float: left;
  font-family: "Barlow Condensed";
  font-size: 1.2em;
  text-align: center;
  transition: 0.3s;
  width: 16em;
}
#Main > .divProducto > .descripcion > .divButtons > button:hover, #Main > .divProducto > .descripcion > .divButtons > a:hover {
  background-color: #fff;
  border: 1px solid #c5b9a0;
}
#Main > .divProducto > .descripcion > .divButtons > button.agregarCotizacion, #Main > .divProducto > .descripcion > .divButtons > a.agregarCotizacion {
  margin-bottom: 1em;
}
#Main > .divProducto > .descripcion > .divButtons > button.verColeccion, #Main > .divProducto > .descripcion > .divButtons > a.verColeccion {
  margin-bottom: 0.2em;
}
#Main > .divProducto > .descripcion > .divButtons > #ColeccionAgregada {
  float: left;
  width: 100%;
}
#Main > .recomendaciones {
  background-color: #ddd;
  float: left;
  padding: 2em 3% 0;
  width: 94%;
}
#Main > .recomendaciones > h3 {
  border-bottom: 2px solid #c5b9a0;
  float: left;
  font-size: 2.5em;
  margin-bottom: 1em;
  width: 100%;
}
#Main > .recomendaciones > .recomendacion {
  float: left;
  margin-bottom: 4em;
  width: 50%;
}
#Main > .recomendaciones > .recomendacion > .imgRecomendacion {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  float: left;
  height: 14em;
  width: 40%;
}
#Main > .recomendaciones > .recomendacion > .txtRecomendacion {
  float: right;
  width: 50%;
}
#Main > .recomendaciones > .recomendacion > .txtRecomendacion > h3 {
  float: left;
  font-family: "Barlow Condensed";
  font-size: 2em;
  margin-bottom: 0.4em;
  width: 100%;
}
#Main > .recomendaciones > .recomendacion > .txtRecomendacion > p {
  float: left;
  width: 100%;
}
#Main > .recomendaciones > .recomendacion > .txtRecomendacion > a {
  color: #000;
  float: left;
  font-family: "Barlow Condensed";
  font-size: 1.2em;
  margin: 0.6em 0 1em;
}
#Main > .recomendaciones > .recomendacion > .txtRecomendacion > button {
  background-color: #c5b9a0;
  box-sizing: border-box;
  clear: left;
  cursor: pointer;
  float: left;
  font-family: "Barlow Condensed";
  font-size: 1.2em;
  padding: 0.2em 1em;
}
#Main > .recomendaciones > .recomendacion > .txtRecomendacion > button:hover {
  background-color: #fff;
  border: 2px solid #c5b9a0;
}

/*************************************************************************** [[ Index ]] ******************/
#Main > .headNosotros {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  float: left;
  height: 70vh;
  position: relative;
  width: 100%;
}
#Main > .headNosotros > .txtNosotros {
  color: #fff;
  font-size: 3em;
  left: 2em;
  position: absolute;
  top: 10vh;
  width: 40%;
}
#Main > section {
  float: left;
  overflow: hidden;
  position: relative;
}
#Main > section h1, #Main > section h2 {
  font-family: "Barlow Condensed";
  font-size: 3em;
  position: relative;
}
#Main > .exteriorConcept {
  margin: 4em 0;
  width: 100%;
}
#Main > .exteriorConcept > .imgExterior {
  float: left;
  margin: 0 5%;
  width: 40%;
}
#Main > .exteriorConcept > .imgExterior > img {
  float: left;
  width: 100%;
}
#Main > .exteriorConcept > .txtExterior {
  float: left;
  width: 45%;
}
#Main > .exteriorConcept > .txtExterior > h1 {
  float: left;
  margin-bottom: 0.5em;
  width: 100%;
}
#Main > .exteriorConcept > .txtExterior > p {
  float: left;
  font-size: 1.1em;
  width: 100%;
}
#Main > .misionVision {
  background-color: #ddd;
  display: grid;
  float: left;
  grid-template-columns: 50% 50%;
  width: 100%;
}
#Main > .misionVision > div {
  box-sizing: border-box;
  float: left;
  padding: 2em 20%;
  position: relative;
  width: 100%;
}
#Main > .misionVision > div > h2, #Main > .misionVision > div > p {
  float: left;
  position: relative;
}
#Main > .misionVision > .mision {
  float: left;
}
#Main > .misionVision > .vision {
  float: right;
  float: left;
}
#Main > .misionVision > .vision::before {
  background-image: linear-gradient(-70deg, #c5b9a0 70%, rgba(197, 185, 160, 0) 70%);
  content: "";
  height: 100%;
  left: -40%;
  position: absolute;
  top: 0;
  width: 140%;
}

/*************************************************************************** [[ Index ]] ******************/
#Main.pageMarcas > .headMarcas {
  background-color: #eee;
  float: left;
  margin-bottom: 4em;
  width: 100%;
}
#Main.pageMarcas > .headMarcas > h1 {
  font-family: "Barlow Condensed";
  float: left;
  font-size: 3em;
  margin: 1em 0 0.5em;
}
#Main.pageMarcas > .headMarcas > .imgMarcas {
  float: left;
  margin: 3em 5%;
  width: 40%;
}
#Main.pageMarcas > .headMarcas > .txtMarcas {
  float: left;
  font-size: 1.2em;
  width: 45%;
}
#Main.pageMarcas > .marcas {
  display: grid;
  grid-template-columns: 25% 25% 25% 25%;
  grid-gap: 1em 0;
  float: left;
  margin: 0 0 6em;
  width: 100%;
}
#Main.pageMarcas > .marcas > .marca {
  float: left;
  width: 100%;
}
#Main.pageMarcas > .marcas > .marca > img {
  box-sizing: border-box;
  float: left;
  margin-left: 2em;
  width: calc(100% - 4em);
}
#Main.pageMarcas > .marcas > .marca > .aTitle {
  float: left;
  width: 100%;
}
#Main.pageMarcas > .marcas > .marca > .aTitle > h2 {
  float: left;
  font-family: "Barlow Condensed";
  font-size: 2em;
  letter-spacing: 0.2em;
  margin: 0.7em 0;
  padding: 0 0.8em;
}
#Main.pageMarcas > .marcas > .marca > .aTitle > h2::first-letter {
  font-size: 1.2em;
  font-weight: 600;
}
#Main.pageMarcas > .marcas > .marca > p {
  float: left;
  margin-bottom: 1em;
  padding: 0 2em;
  text-align: justify;
}
#Main.pageMarcas > .marcas > .marca > p.borderRight {
  border-right: 2px solid #c5b9a0;
}
#Main.pageMarcas > .marcas > .marca > p.borderLeft {
  border-right: 2px solid #c5b9a0;
}
#Main.pageMarcas > .marcas > .marca > .aCatalogo {
  background-color: #c5b9a0;
  color: #000;
  float: left;
  font-size: 1.2em;
  margin-left: 2em;
  padding: 0.2em 0;
  text-align: center;
  width: calc(100% - 4em);
}

/*************************************************************************** [[ Contacto ]] ******************/ /*************************************************************************** [[ Index ]] ******************/
#Main.pageCotizacion h1, #Main.pageCotizacion h3 {
  border-bottom: 2px solid #c5b9a0;
  float: left;
  font-family: "Barlow Condensed";
  font-size: 3em;
}
#Main.pageCotizacion > h1 {
  margin: 1em 10% 0.3em;
  width: 80%;
}
#Main.pageCotizacion > .formCorizador {
  float: left;
  width: 100%;
}
#Main.pageCotizacion > .formCorizador > .productos {
  float: left;
  margin: 1em 10%;
  width: 80%;
}
#Main.pageCotizacion > .formCorizador > .productos > .producto {
  float: left;
  height: 7em;
  margin-bottom: 0.5em;
  overflow: hidden;
  transition: 0.3s;
  width: 100%;
}
#Main.pageCotizacion > .formCorizador > .productos > .producto.remove {
  opacity: 0;
  height: 0;
}
#Main.pageCotizacion > .formCorizador > .productos > .producto:nth-child(2n) {
  background-color: rgba(197, 185, 160, 0.1);
}
#Main.pageCotizacion > .formCorizador > .productos > .producto > img {
  border-right: 2px solid #c5b9a0;
  float: left;
  padding: 1em;
  width: 8em;
}
#Main.pageCotizacion > .formCorizador > .productos > .producto > .datosProducto {
  box-sizing: border-box;
  float: left;
  margin: 0 3em;
  padding: 0.5em 0;
  width: calc(100% - 30em);
}
#Main.pageCotizacion > .formCorizador > .productos > .producto > .datosProducto > label {
  background: none;
  border: none;
  color: #000;
  clear: left;
  float: left;
}
#Main.pageCotizacion > .formCorizador > .productos > .producto > .datosProducto > label > .nombreProducto {
  font-family: "Barlow Condensed";
  font-size: 2.5em;
  margin-top: -0.3em;
}
#Main.pageCotizacion > .formCorizador > .productos > .producto > .datosProducto > label > .marcaProducto {
  font-size: 0.8em;
  margin-top: -0.7em;
}
#Main.pageCotizacion > .formCorizador > .productos > .producto > .datosProducto > input {
  float: left;
  clear: both;
}
#Main.pageCotizacion > .formCorizador > .productos > .producto > .datosProducto > span {
  float: left;
  font-size: 0.8em;
  padding: 0;
}
#Main.pageCotizacion > .formCorizador > .productos > .producto > .datosProducto > p {
  float: left;
  width: 100%;
}
#Main.pageCotizacion > .formCorizador > .productos > .producto > .cantProducto {
  float: right;
  margin: 0 1em;
  width: 6em;
}
#Main.pageCotizacion > .formCorizador > .productos > .producto > .cantProducto > label {
  float: left;
  font-family: "Barlow Condensed";
  font-size: 1.5em;
  text-align: center;
  width: 100%;
}
#Main.pageCotizacion > .formCorizador > .productos > .producto > .cantProducto > input {
  border-color: #c5b9a0;
  border-style: solid;
  float: left;
  font-size: 1.2em;
  padding: 0.2em 0;
  text-align: center;
  width: 5em;
}
#Main.pageCotizacion > .formCorizador > .productos > .producto > .cantProducto > .deleteProduct {
  background-color: #000;
  border: none;
  box-sizing: border-box;
  color: #fff;
  float: left;
  font-size: 1.2em;
  margin-top: 0.2em;
  padding: 0.2em 0;
  width: 100%;
}
#Main.pageCotizacion > .formCorizador > .datosContacto {
  background-color: rgba(197, 185, 160, 0.3);
  float: left;
  padding: 0 10%;
  width: 80%;
}
#Main.pageCotizacion > .formCorizador > .datosContacto > h3 {
  margin: 0.2em 0 0.3em;
  width: 100%;
}
#Main.pageCotizacion > .formCorizador > .datosContacto > .callToAction {
  box-sizing: border-box;
  float: left;
  margin: 2em;
}
#Main.pageCotizacion > .formCorizador > .datosContacto > .callToAction > img {
  float: left;
  width: 8em;
}
#Main.pageCotizacion > .formCorizador > .datosContacto > .divInputs {
  float: right;
  margin: 1em 2em 3em 0;
  width: calc(100% - 16em);
}
#Main.pageCotizacion > .formCorizador > .datosContacto > .divInputs > div {
  float: left;
  margin: 0 2%;
  width: 46%;
}
#Main.pageCotizacion > .formCorizador > .datosContacto > .divInputs > div > label {
  float: left;
  font-family: "Barlow Condensed";
  font-size: 1.4em;
  margin: 0.2em 0 0;
}
#Main.pageCotizacion > .formCorizador > .datosContacto > .divInputs > div > input[type=text], #Main.pageCotizacion > .formCorizador > .datosContacto > .divInputs > div input[type=email], #Main.pageCotizacion > .formCorizador > .datosContacto > .divInputs > div input[type=tel], #Main.pageCotizacion > .formCorizador > .datosContacto > .divInputs > div textarea, #Main.pageCotizacion > .formCorizador > .datosContacto > .divInputs > div select {
  background-color: #fff;
  border: none;
  box-sizing: border-box;
  float: left;
  font-size: 1.2em;
  padding: 0.3em 1em;
  width: 100%;
}
#Main.pageCotizacion > .formCorizador > .datosContacto > .divInputs > div > input[type=text].invalidData, #Main.pageCotizacion > .formCorizador > .datosContacto > .divInputs > div input[type=email].invalidData, #Main.pageCotizacion > .formCorizador > .datosContacto > .divInputs > div input[type=tel].invalidData, #Main.pageCotizacion > .formCorizador > .datosContacto > .divInputs > div textarea.invalidData, #Main.pageCotizacion > .formCorizador > .datosContacto > .divInputs > div select.invalidData {
  border: 1px solid red;
}
#Main.pageCotizacion > .formCorizador > .datosContacto > .divInputs > div > textarea {
  height: 6em;
}
#Main.pageCotizacion > .formCorizador > .datosContacto > .divInputs > div > .legales {
  float: left;
  font-size: 0.9em;
  margin: 0.5em 0;
  text-align: justify;
  width: 100%;
}
#Main.pageCotizacion > .formCorizador > .datosContacto > .divInputs > div > input[type=submit] {
  background-color: #c5b9a0;
  box-sizing: border-box;
  cursor: pointer;
  float: right;
  font-family: "Barlow Condensed";
  font-size: 2em;
  margin-top: 0.5em;
  padding: 0 0.5em;
  transition: 0.3s;
}
#Main.pageCotizacion > .formCorizador > .datosContacto > .divInputs > div > input[type=submit]:hover {
  background-color: #fff;
  border: 1px solid #c5b9a0;
}
#Main.pageCotizacion > .formCorizador > .datosContacto > .divInputs > div > #FCotWrongMessage {
  color: red;
  float: right;
  font-size: 0.8em;
  position: relative;
  width: 100%;
  z-index: 200;
}
#Main.pageCotizacion > .formCorizador > .divMessage {
  float: left;
  font-size: 2em;
  text-align: center;
  width: 80%;
}

/*************************************************************************** [[ Index ]] ******************/
#Main.avisoDePrivacidad {
  float: left;
}
#Main.avisoDePrivacidad > .txtAviso {
  float: left;
  margin: 1em 10%;
  width: 80%;
}
#Main.avisoDePrivacidad > .txtAviso > h1 {
  font-size: 2em;
  margin-bottom: 1em;
}
#Main.avisoDePrivacidad > .txtAviso > h3 {
  font-size: 1.5em;
  margin-bottom: 0.5em;
}
#Main.avisoDePrivacidad > .txtAviso > p {
  margin-bottom: 1em;
}
#Main.avisoDePrivacidad > .txtAviso > ol {
  margin: 1em;
}

/*************************************************************************** [[ formContact Styles ]] ******************/
#FormContact {
  float: left;
  width: 100%;
}
#FormContact > div {
  float: left;
  width: calc(50% - 3.4em);
}
#FormContact > div:nth-child(2) {
  margin-left: 3.4em;
}
#FormContact > div > .divBox {
  box-sizing: border-box;
  float: left;
  padding: 0.5em 0;
  width: 90%;
}
#FormContact > div > .divBox > label {
  color: #ccc;
  float: left;
  margin: 0.2em 0;
  padding: 0;
}
#FormContact > div > .divBox > input[type=text], #FormContact > div > .divBox input[type=email], #FormContact > div > .divBox input[type=tel], #FormContact > div > .divBox textarea, #FormContact > div > .divBox select {
  background-color: #616161;
  border: none;
  color: #fff;
  font-size: 1.2em;
  font-family: "Barlow Condensed";
  letter-spacing: 0.1em;
  padding: 0.2em 5%;
  width: 90%;
}
#FormContact > div > .divBox > input[type=text].invalidData, #FormContact > div > .divBox input[type=email].invalidData, #FormContact > div > .divBox input[type=tel].invalidData, #FormContact > div > .divBox textarea.invalidData, #FormContact > div > .divBox select.invalidData {
  border: 1px solid red;
}
#FormContact > div > .divBox > textarea {
  height: 4em;
}
#FormContact > div > .divBox > label > a {
  color: #fff;
}
#FormContact > div > .divBox > #btnFormContact {
  cursor: pointer;
  float: right;
  font-family: "Barlow Condensed";
  font-size: 1.3em;
  font-weight: bold;
  margin-top: 0.6em;
  padding: 0em 0;
  text-transform: uppercase;
  width: 6em;
}
#FormContact > div > .divBox > #FConWrongMessage {
  color: red;
  float: right;
  font-size: 0.8em;
  position: relative;
  width: 100%;
  z-index: 200;
}
#FormContact > div #OkMessage {
  float: left;
  margin: 15% 5%;
  text-align: center;
  width: 90%;
}
#FormContact > div #OkMessage > strong {
  font-size: 1.2em;
}
#FormContact > div #OkMessage > p {
  color: #FF0D00;
  font-size: 1.1em;
}
#FormContact > div #OkMessage > .back {
  float: left;
  margin: 0 25%;
  width: 50%;
}
#FormContact > .divMessage {
  float: left;
  font-size: 2em;
  margin: 1em 15%;
  text-align: center;
  width: 70%;
}

/*************************************************************************** [[ Resposive styles ]] ******************/
/*@media (min-width: 768px) and (max-width:990px) {}*/
@media (max-width: 768px) {
  #Header {
    z-index: 101;
  }
  #Header.largeHeader {
    height: 4em;
  }
  #Header.largeHeader > .hLogo {
    height: 3em;
  }
  #Header.largeHeader > .hLogo > .imgLogo {
    height: 3em;
    width: 3em;
    margin: 0.5em 0;
  }
  #Header.largeHeader > .hLogo > .imgLogoPic {
    display: none;
  }
  #Header.largeHeader > #HMenu {
    margin-top: 0;
  }
  #Header.largeHeader > #HMenu > span.general {
    margin: 0.5em 0 0;
  }
  #Header.largeHeader > #HMenuExterior > .hExterior {
    margin: 2em 0 0 0;
  }
  #Header.largeHeader > #HMenuExterior > .hTools {
    margin: 1em 0;
  }
  #Header.smallHeader {
    height: 4em;
  }
  #Header > .hLogo {
    width: 3em;
  }
  #Header > .hLogo > .imgLogo {
    height: 3em;
    width: 3em;
  }
  #Header > #HMenu {
    background-color: #fff;
    right: 0;
    position: absolute;
    top: 0;
    text-align: center;
    width: 0;
  }
  #Header > #HMenu > #Navicon {
    display: block;
  }
  #Header > #HMenu > span {
    padding: 0.2em;
  }
  #Header > #HMenu > span.luxury {
    width: 100%;
  }
  #Header > #HMenu > a {
    padding: 0.2em 0;
  }
  #Header > #HMenu > a.hEnviarMensaje {
    display: none;
  }
  #Header > #HMenu > a.hDescuentos {
    margin-top: 0;
    text-align: center;
    width: 100%;
  }
  #Header > #HMenu > .hMenus {
    width: 100%;
  }
  #Header > #HMenu > .hMenus > .hMenu {
    width: 100%;
  }
  #Header > #HMenu > .hMenus > .hMenu > .hMenuLink {
    margin-right: 0;
    padding: 0.2em;
    width: 100%;
  }
  #Header > #HMenuExterior {
    bottom: 0;
    height: 3.6em;
    position: fixed;
    width: 100%;
  }
  #Header > #HMenuExterior > ul.hExterior {
    display: none;
  }
  #Header > #ContactFloat {
    border-radius: 0;
    left: 0;
    bottom: 3.5em;
    padding: 0.1em 0;
    top: auto;
  }
  #Header > #ContactFloat > a {
    clear: none;
    margin: 0.3em calc(16.66% - 1.25em);
  }
  #Header > #ContactFloat > a.phone {
    display: block;
  }
  #Main.largeHeader {
    margin-top: 4em;
  }
  #Main.smallHeader {
    margin-top: 4em;
  }
  #Main #IndexSlide {
    height: 60vh;
  }
  #Main #IndexSlide .videoCover {
    display: none;
  }
  #Main #IndexSlide #SlideImg {
    background-image: url("../../images/index/buen-fin_720.jpg");
  }
  #Main > #IndexDesafio {
    height: 0;
    margin-top: 0;
  }
  #Main > .indexProducts.left > .txtTopProducts {
    padding: 2.5em 0 2.5em 1em;
  }
  #Main > .indexProducts.right > .txtTopProducts {
    padding: 2.5em 1em 2.5em 0;
  }
  #Main > .indexProducts.product {
    display: none;
  }
  #Main > .indexProducts.indexLuxuryBrands {
    display: block;
  }
  #Main > .indexProducts > .txtTopProducts {
    width: 12em;
  }
  #Main > .indexProducts > .txtTopProducts > h2 {
    font-size: 1em;
  }
  #Main > .indexProducts > .txtTopProducts > h2 > span {
    font-size: 1.5em;
  }
  #Main > .indexProducts > .txtTopProducts > p {
    font-size: 1.2em;
  }
  #Main > .indexPages {
    display: block;
  }
  #Main > .coleccionesPremium > .headCollection {
    height: auto;
  }
  #Main > .coleccionesPremium > .headCollection > h3 {
    font-size: 1.3em;
    padding-left: 0.5em;
  }
  #Main > .coleccionesPremium > .headCollection > .txt {
    font-size: 1em;
    line-height: 1.3em;
    padding: 2em 1em;
    width: 100%;
  }
  #Main > .coleccionesPremium > .headCollection > .img {
    height: 20em;
    width: 100%;
  }
  #Main > .coleccionesPremium > .coleccion {
    height: 18em;
    margin-bottom: 1em;
  }
  #Main > .coleccionesPremium > .coleccion > div {
    margin-top: -1em;
  }
  #Main > .coleccionesPremium > .coleccion > div > h3 {
    font-size: 1.5em;
    padding: 0.6em 0.1em;
  }
  #Main > .coleccionesPremium > .coleccion > div > .material {
    bottom: -3em;
    height: 6em;
  }
  #Main > .coleccionesPremium > .coleccion > .sello {
    left: 1em;
    top: 1em;
    width: 5em;
  }
  #Main > .coleccionesGenerales {
    display: block;
    margin-bottom: 0em;
    height: auto;
    width: 100%;
  }
  #Main > .coleccionesGenerales > .coleccion {
    border-width: 1px;
    display: block;
    flex: none;
    height: 16em;
    width: 100%;
  }
  #Main > .coleccionesGenerales > .coleccion > h3 {
    border-radius: 3.3em 3.3em 0 0;
    height: 4em;
    left: 0.5em;
    padding: 1.6em 0 0;
    width: 6.6em;
  }
  #Main > .coleccionesGenerales > .coleccion > h3 > span {
    font-size: 1em;
    margin: 0 2%;
    width: 96%;
  }
  #Main > .coleccionesGenerales > .coleccion > .sello {
    left: 0.5em;
    top: 0.5em;
    width: 4em;
  }
  #Main > #Coleccion > .coleccionHead {
    height: 18em;
  }
  #Main > #Coleccion > .coleccionHead > div {
    margin-top: 0;
  }
  #Main > #Coleccion > .coleccionHead > div > h3 {
    font-size: 1.5em;
    padding: 0.6em 0.1em;
  }
  #Main > #Coleccion > .coleccionHead > div > .material {
    bottom: -4em;
    height: 6em;
  }
  #Main > #Coleccion > .coleccionHead > .sello {
    left: 0.5em;
    top: 0.5em;
    width: 5em;
  }
  #Main > #Coleccion > .coleccionBody {
    margin-left: 0;
    width: 100%;
  }
  #Main > #Coleccion > .coleccionBody > .disenador {
    border-radius: 0;
    margin: 0;
    padding: 0.5em 0;
    width: 100%;
  }
  #Main > #Coleccion > .coleccionBody > .descripcion {
    float: left;
    margin: 1em 1%;
    width: 98%;
  }
  #Main > #Coleccion > .coleccionFooter {
    height: 14em;
  }
  #Main #ColeccionSlide > .divContcoleccion {
    margin: 0 0 3em 0;
  }
  #Main #ColeccionSlide > .divContcoleccion > .producto {
    width: 48%;
  }
  #Main #ColeccionSlide > .divContcoleccion > .producto:nth-child(2n+1) {
    clear: left;
  }
  #Main > .divProducto > .imgView {
    width: 100%;
  }
  #Main > .divProducto > .imgView > #ImgZoom {
    height: 10em;
    margin: 2em 0 1em 0;
  }
  #Main > .divProducto > .imgView > .imgGalleria > .contImgGaleria > button {
    height: 3.6em;
  }
  #Main > .divProducto > .descripcion {
    padding: 0 1em;
    width: 100%;
  }
  #Main > .recomendaciones {
    background-color: #ddd;
    float: left;
    padding: 2em 3% 0;
    width: 94%;
  }
  #Main > .recomendaciones > h3 {
    font-size: 2em;
  }
  #Main > .recomendaciones > .recomendacion {
    margin-bottom: 2em;
    width: 100%;
  }
  #Main > .recomendaciones > .recomendacion > .imgRecomendacion {
    height: 14em;
    width: 100%;
  }
  #Main > .recomendaciones > .recomendacion > .txtRecomendacion {
    width: 100%;
  }
  #Main.pageCotizacion h1, #Main.pageCotizacion h3 {
    font-size: 2em;
  }
  #Main.pageCotizacion > .formCorizador > .productos {
    margin: 1em 2%;
    width: 96%;
  }
  #Main.pageCotizacion > .formCorizador > .productos > .producto {
    height: 16em;
    margin-bottom: 0.5em;
    width: 100%;
  }
  #Main.pageCotizacion > .formCorizador > .productos > .producto:nth-child(2n) {
    background-color: rgba(197, 185, 160, 0.1);
  }
  #Main.pageCotizacion > .formCorizador > .productos > .producto > img {
    border-right: 2px solid #c5b9a0;
    float: left;
    padding: 1em;
    width: 6em;
  }
  #Main.pageCotizacion > .formCorizador > .productos > .producto > .datosProducto {
    box-sizing: border-box;
    float: left;
    margin: 0 3em;
    padding: 0.5em 0;
    width: calc(100% - 150em);
  }
  #Main.pageCotizacion > .formCorizador > .productos > .producto > .datosProducto > label {
    background: none;
    border: none;
    color: #000;
    clear: left;
    float: left;
  }
  #Main.pageCotizacion > .formCorizador > .productos > .producto > .datosProducto > label > .nombreProducto {
    font-family: "Barlow Condensed";
    font-size: 1.5em;
    margin-top: -0.3em;
  }
  #Main.pageCotizacion > .formCorizador > .productos > .producto > .datosProducto > label > .marcaProducto {
    font-size: 0.8em;
    margin-top: -0.7em;
  }
  #Main.pageCotizacion > .formCorizador > .productos > .producto > .datosProducto > input {
    float: left;
    clear: both;
  }
  #Main.pageCotizacion > .formCorizador > .productos > .producto > .datosProducto > span {
    float: left;
    font-size: 0.8em;
    padding: 0;
  }
  #Main.pageCotizacion > .formCorizador > .productos > .producto > .datosProducto > p {
    float: left;
    width: 100%;
  }
  #Main.pageCotizacion > .formCorizador > .productos > .producto > .cantProducto {
    float: right;
    margin: 0 1em;
    width: 10em;
  }
  #Main.pageCotizacion > .formCorizador > .productos > .producto > .cantProducto > label {
    float: left;
    font-family: "Barlow Condensed";
    font-size: 1.5em;
    text-align: left;
    width: 100%;
  }
  #Main.pageCotizacion > .formCorizador > .productos > .producto > .cantProducto > input {
    border-color: #c5b9a0;
    border-style: solid;
    float: left;
    font-size: 1.2em;
    padding: 0.2em 0;
    text-align: center;
    width: 5em;
  }
  #Main.pageCotizacion > .formCorizador > .productos > .producto > .cantProducto > .deleteProduct {
    width: 5em;
  }
  #Main.pageCotizacion > .formCorizador > .datosContacto {
    background-color: rgba(197, 185, 160, 0.3);
    float: left;
    padding: 0 10%;
    width: 80%;
  }
  #Main.pageCotizacion > .formCorizador > .datosContacto > h3 {
    margin: 0.2em 0 0.3em;
    width: 100%;
  }
  #Main.pageCotizacion > .formCorizador > .datosContacto > .callToAction {
    display: none;
  }
  #Main.pageCotizacion > .formCorizador > .datosContacto > .callToAction > img {
    float: left;
    width: 8em;
  }
  #Main.pageCotizacion > .formCorizador > .datosContacto > .divInputs {
    float: left;
    margin: 1em 1% 3em 1%;
    width: 98%;
  }
  #Main.pageCotizacion > .formCorizador > .datosContacto > .divInputs > div {
    float: left;
    margin: 0 2%;
    width: 96%;
  }
  #Main.pageCotizacion > .formCorizador > .datosContacto > .divInputs > div > label {
    float: left;
    font-family: "Barlow Condensed";
    font-size: 1.4em;
    margin: 0.2em 0 0;
  }
  #Main.pageCotizacion > .formCorizador > .datosContacto > .divInputs > div > input[type=text], #Main.pageCotizacion > .formCorizador > .datosContacto > .divInputs > div input[type=email], #Main.pageCotizacion > .formCorizador > .datosContacto > .divInputs > div input[type=tel], #Main.pageCotizacion > .formCorizador > .datosContacto > .divInputs > div textarea {
    border: none;
    box-sizing: border-box;
    float: left;
    font-size: 1.2em;
    padding: 0.3em 1em;
    width: 100%;
  }
  #Main.pageCotizacion > .formCorizador > .datosContacto > .divInputs > div > input[type=text].invalidData, #Main.pageCotizacion > .formCorizador > .datosContacto > .divInputs > div input[type=email].invalidData, #Main.pageCotizacion > .formCorizador > .datosContacto > .divInputs > div input[type=tel].invalidData, #Main.pageCotizacion > .formCorizador > .datosContacto > .divInputs > div textarea.invalidData {
    border: 1px solid red;
  }
  #Main.pageCotizacion > .formCorizador > .datosContacto > .divInputs > div > textarea {
    height: 6em;
  }
  #Main.pageCotizacion > .formCorizador > .datosContacto > .divInputs > div > .legales {
    float: left;
    font-size: 0.9em;
    margin: 0.5em 0;
    text-align: justify;
    width: 100%;
  }
  #Main.pageCotizacion > .formCorizador > .datosContacto > .divInputs > div > input[type=submit] {
    cursor: pointer;
    float: right;
    font-family: "Barlow Condensed";
    font-size: 2em;
    margin-top: 0.5em;
    padding: 0 0.5em;
    transition: 0.3s;
  }
  #Main.pageCotizacion > .formCorizador > .datosContacto > .divInputs > div > #FCotWrongMessage {
    color: red;
    float: right;
    font-size: 0.8em;
    position: relative;
    width: 100%;
    z-index: 200;
  }
  #Main.pageMarcas > .headMarcas > h1 {
    font-size: 2.5em;
    margin: 0.5em 2% 0;
    width: 96%;
  }
  #Main.pageMarcas > .headMarcas > .imgMarcas {
    margin: 0;
    width: 100%;
  }
  #Main.pageMarcas > .headMarcas > .txtMarcas {
    margin: 1em 2%;
    width: 96%;
  }
  #Main.pageMarcas > .marcas {
    grid-template-columns: 100%;
  }
  #Showroms {
    height: auto;
  }
  #Showroms > .contactSucursal {
    height: 22em;
    position: relative;
    width: 100%;
  }
  #Showroms > .contactSucursal:nth-child(1n) {
    width: 100%;
  }
  #Showroms > .contactSucursal > h4 {
    background-color: #373737;
    color: #fff;
  }
  #Showroms > .contactSucursal > .contactDates {
    bottom: 0;
    height: 100%;
    padding: 3em 10%;
  }
  .popUp > .contPupUp {
    height: 60vh;
    margin: 20vh 0 0 5vw;
    width: 90vw;
  }
  #Footer {
    padding-bottom: 4em;
  }
  #Footer > div {
    float: left;
    margin: 2em 0 1em 0;
    width: 100%;
  }
  #Footer > div.fSocialMedia {
    float: left;
    margin: 0 0 1em 0;
  }
  #Footer > div.fSocialMedia > a {
    margin-bottom: 2em;
  }
  #Footer > div.fFormContacto {
    width: 100%;
  }
  #Footer > div.fFormContacto #FormContact > div {
    float: left;
    width: 100%;
  }
  #Footer > div.fFormContacto #FormContact > div:nth-child(2) {
    margin-left: 0;
  }
  #Footer > div.fFormContacto #FormContact > div > .divBox {
    margin: 0 5%;
  }
}
/*# sourceMappingURL=exteriorconceptnew.css.map */
