/* Theme Name: CHEJOZ
Theme URI: http://chejoz.com
Author: Xlogam
Autor URI: https://www.xlogam.com
Description: CHEJOZ
Version: 1.0; */
a {
  text-decoration: none;
}
body,
html {
  height: 100%;
}
img {
  border: none;
  display: block;
  vertical-align: bottom;
}
#map-canvas {
  min-height: 300px;
}
.flip-box {
  background-color: transparent;
  width: 313px;
  height: 313px;
  -webkit-perspective: 1000px;
  perspective: 1000px;
  padding: 5px;
}
.flip-box-inner {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.9s;
  transition: -webkit-transform 0.9s;
  -o-transition: transform 0.9s;
  transition: transform 0.9s;
  transition: transform 0.9s, -webkit-transform 0.9s;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.flip-box:hover .flip-box-inner {
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}
.flip-box:hover .flip-box-inner .flip-box-back2 {
  -webkit-transform: rotateY(180deg) translateZ(0.1px);
  transform: rotateY(180deg) translateZ(0.1px);
}
.flip-box-front,
.flip-box-back,
.flip-box-back2 {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border-radius: 50%;
  height: 100%;
  position: absolute;
  width: 100%;
}
.flip-box-front {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #000;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
}
.flip-box-front img {
  height: 100%;
  width: 100%;
}
.flip-box-back {
  background-image: url("img/gray.jpg");
  background-size: cover;
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.flip-box-back2 {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: rotateY(180deg) translateZ(90px);
  transform: rotateY(180deg) translateZ(90px);
  font-size: 16px;
  font-family: 'Montserrat-Bold';
  font-weight: lighter;
  text-align: center;
}
body {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 400;
}
.containerNav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
}
.navbar-brand {
  margin-top: 0px;
}
.headerTop {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 20px;
  margin-top: 20px;
}
.headerTop .redesTop {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.headerTop .redesTop a {
  color: #000;
  font-size: 40px;
  margin-left: 20px;
}
.headerTop .infoTop {
  font-size: 12px;
}
.headerTop .infoTop p {
  margin: 0px;
}
.lineasFnd {
  background-color: #000;
  padding-bottom: 30px;
  padding-top: 30px;
}
.lineasFnd >h2 {
  color: #d6a827;
  font-family: 'Playfair Display', serif;
  font-size: 40px;
  font-style: italic;
  font-weight: 400;
  margin-bottom: 30px;
  text-align: center;
}
.lineas {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.lineas .linea .lineaFoto {
  border: 2px solid #d6a827;
  width: 211px;
  height: 211px;
  overflow: hidden;
}
.lineas .linea .lineaFoto img {
  -webkit-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  width: 100%;
  height: auto;
}
.lineas .linea .lineaTexto {
  color: #d6a827;
  margin-bottom: 3px;
  margin-top: 3px;
  text-align: center;
}
.lineas .linea:hover img {
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
}
.marcasFnd {
  background-color: #fff;
  padding-bottom: 30px;
  padding-top: 30px;
}
.marcasFnd >h2 {
  color: #4d4d4d;
  font-family: 'Playfair Display', serif;
  font-size: 40px;
  font-style: italic;
  font-weight: 400;
  margin-bottom: 30px;
  text-align: center;
}
.marcas {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.marcas .marca .marcaTexto {
  color: #d6a827;
  margin-bottom: 3px;
  margin-top: 3px;
  text-align: center;
}
.lineasDeproducto {
  background-color: #000;
  padding-bottom: 20px;
  padding-top: 10px;
}
.lineasDeproducto .productosFnd {
  padding: 0px;
  margin: 0px;
}
.lineasDeproducto .productosFnd >h2 {
  padding: 0px;
  margin: 0px;
  color: #d6a827;
  font-family: 'Playfair Display', serif;
  font-size: 40px;
  font-style: italic;
  font-weight: 400;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 20px;
}
.lineasDeproducto .productosFnd .container .productos {
  padding-bottom: 20px;
  border-bottom: 1px solid #d6a827;
  margin-bottom: 0px;
  margin-top: 0px;
}
.lineasDeproducto .productosFnd:last-child .container .productos {
  border-bottom: none;
}
.productos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.productos .producto {
  margin: 5px;
}
.productos .producto .productoFoto {
  height: 200px;
  width: 200px;
  border: 1px solid #d6a827;
}
.productos .producto .productoFoto img {
  width: 100%;
  height: auto;
}
.productos .producto .productoTexto {
  color: #d6a827;
  margin-bottom: 3px;
  margin-top: 3px;
  text-align: center;
}
.carousel-item img {
  width: 100%;
  height: auto;
}
footer {
  background: #000;
  color: #f3dd30;
  overflow: hidden;
}
.footerCols {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 60px;
  padding-bottom: 60px;
}
.footerCols .footerColData {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.footerCols .footerColData .logo {
  margin-bottom: 30px;
}
.footerCols .footerColData .datos {
  margin-bottom: 30px;
}
.footerCols .footerColData a {
  color: #f3dd30;
  text-decoration: none;
}
.footerCols .footerColNews {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.footerCols .footerColNews h2 {
  font-size: 20px;
  margin-bottom: 40px;
  font-style: italic;
}
.footerCols .footerColNews #newsLetterForm {
  background-color: #ffa500;
  margin-bottom: 40px;
}
.footerCols .footerColNews #newsLetterForm .formGroup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.footerCols .footerColNews #newsLetterForm .formGroup input {
  width: 280px;
  border: 1px solid #000;
}
.footerCols .footerColNews #newsLetterForm .formGroup button {
  border: 1px solid #d6a827;
  background-color: #d6a827;
  color: #fff;
}
.footerCols .footerColNews .redes {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.footerCols .footerColNews .redes a {
  color: #f3dd30;
  font-size: 30px;
  margin-left: 10px;
}
.footerCols .footerColFeed {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.footerCols .footerColFeed .otraMarca {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-top: 20px;
}
.footerCols .footerColFeed .otraMarca .otraMarcaTexto {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 20px;
}
.footerCols .footerColFeed .otraMarca .marcaChejoz {
  background-color: #fff;
  border-radius: 10px;
  padding: 5px 5px;
}
#carouselExampleIndicators {
  border-top: 5px solid #000;
}
#map-canvas {
  min-height: 500px;
}
.separadorFooter {
  background: -webkit-gradient(linear, left top, left bottom, from(#d6a827), to(#fcec32));
  background: -webkit-linear-gradient(top, #d6a827 0%, #fcec32 100%);
  background: -o-linear-gradient(top, #d6a827 0%, #fcec32 100%);
  background: linear-gradient(to bottom, #d6a827 0%, #fcec32 100%);
  height: 6px;
}
.pageBanner img {
  width: 100%;
  height: auto;
}
.pageContent {
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: justify;
}
.pageContent p {
  font-size: 14px;
}
.pageContent li {
  font-size: 14px;
  margin-bottom: 1em;
}
.pageContent h1 {
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  border-bottom: 1px solid #000;
  margin-bottom: 30px;
  font-size: 28px;
}
.pageContent h2 {
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
  font-size: 18px;
  font-size: 24px;
}
.bannerPagina img {
  max-width: 100%;
  height: auto;
}
.marcasTop img {
  height: 50px;
  width: auto;
}
.hablemos {
  position: fixed;
  right: 10px;
}
.hablemos-bucaramanga {
  bottom: 10px;
}
.hablemos-barrancabermeja {
  bottom: 10px;
}
.navbar-toggler {
  color: #000;
  background-color: #ffa500;
}
.navbar-light .navbar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.navbar-light .navbar-nav .nav-link {
  color: #d6a827;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 400;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.navbar-nav >.menu-item {
  padding-right: 0px;
  padding-left: 0px;
}
.navbar-nav >.menu-item:hover .nav-link {
  color: #fff;
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
.navbar-nav >.menu-item.active .nav-link,
.navbar-nav >.menu-item.current-menu-parent .nav-link {
  color: #fff;
}
.navbar {
  padding: 0px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.dropdown:hover >.dropdown-menu {
  display: block;
}
.dropdown-menu {
  margin-top: 0px;
  background-color: #000;
}
.dropdown-menu .menu-item {
  border-bottom: 1px solid rgba(255,255,255,0.5);
}
.dropdown-menu .menu-item:hover .dropdown-item {
  color: #fff;
}
.dropdown-menu .menu-item:last-child {
  border-bottom: none;
}
.dropdown-menu .menu-item.current-menu-item {
  color: #fff;
}
.dropdown-menu .menu-item.current-menu-item .dropdown-item {
  color: #fff;
}
.dropdown-item {
  color: #d6a827;
}
.dropdown-item:hover {
  background-color: transparent;
  color: #d6a827;
}
@media screen and (max-width: 1210px) {
  .productos {
    width: 90%;
    margin: auto;
  }
  .lineas {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .lineas .linea {
    margin: 6px;
  }
  .marcas {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media screen and (max-width: 996px) {
  .headerTop {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .headerTop .logoTop {
    margin-left: 85px;
  }
  .footerCols {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .footerCols .footerColData {
    margin-bottom: 20px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .footerCols .footerColNews {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .footerCols .footerColFeed {
    margin-bottom: 20px;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}
@media screen and (max-width: 770px) {
  .pageContent h1 {
    text-align: center;
  }
}
@media screen and (max-width: 400px) {
  img {
    height: auto;
    max-width: 100%;
  }
  .home h2 {
    max-width: 90%;
    margin: auto;
    margin-bottom: 30px;
    font-size: 30px;
  }
  .headerTop .logoTop {
    margin-left: 60px;
  }
}
@media screen and (max-width: 340px) {
  .footerColNews {
    max-width: 90%;
  }
  .footerCols .footerColNews h2 {
    text-align: center;
  }
  .footerCols .footerColNews #newsLetterForm {
    width: 100%;
  }
  .footerCols .footerColNews #newsLetterForm .formGroup {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .footerCols .footerColNews #newsLetterForm .formGroup input {
    width: 100%;
  }
}

/*# sourceMappingURL=style.css.map */