* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Noto Sans HK", sans-serif;
}

input,
button,
textarea {
  font-family: inherit;
}

.indexslider {
  position: relative;
  z-index: 5;
}

.wsp {
  width: 3rem;
  font-size: 1.5rem;
  text-decoration: none;
  height: 3rem;
  position: fixed;
  bottom: 1.5rem;
  right: 1.5rem;
  z-index: 2000;
  border-radius: 100%;
  background-color: #2abe57;
  box-shadow: 0 3px 6px 0 rgba(41, 188, 85, 0.3);
  color: #fff;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
}

.wsp:hover {
  background-color: #222;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.3);
}

.slide {
  height: 32rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide .content {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  top: 0;
  left: 0;
  z-index: 5;
}

.slide:after {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background: url(images/mask-2.png);
  background-size: 3px;
  opacity: 0.05;
  z-index: 4;
}

.indexslider p {
  font-size: 4rem;
  font-weight: bold;
  color: #fff;
}

.indexslider .content .wrapper a {
  transform: translateX(4px);
  color: #fff;
  background: #c1927f;
  padding: 0.5rem 2rem;
  text-decoration: none;
  display: inline-block;
  margin-top: 1.5rem;
}

.scrollUp {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 100%;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  position: fixed;
  left: 2rem;
  bottom: 4rem;
  background: #222;
  z-index: 5;
  display: none;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.scrollUp svg {
  height: 1rem;
  width: 1rem;
}

.scrollUp:hover {
  transform: scale(1.1);
}

.wrapper {
  width: 90%;
  margin: 0 auto;
  max-width: 85rem;
}

.hero {
  width: 100%;
  height: calc(100vh - 7.5rem);
  margin-top: 7.5rem;
  padding-top: 5rem;
  position: relative;
  overflow: hidden;
  color: #fff;
  display: flex;
  align-items: flex-end;
}

.hero .p101 {
  font-size: 2rem;
  margin-bottom: 17rem;
  line-height: 1.4;
}

.hero .mask {
  width: 100%;
  height: 100%;
  background: url(images/mask.png);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 0;
}

.hero .wrapper {
  position: relative;
  z-index: 4;
  text-align: center;
}

.hero video {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.hero h1 {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 3.5rem;
  margin: 0;
  margin-bottom: 4rem;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}

.hero h2 {
  font-weight: 400;
  font-size: 2rem;
  margin-bottom: 3rem;
}

.hero h2 span {
  color: #1089cb;
  font-weight: bold;
}

.hero a.button {
  font-size: 0.75rem;
  padding: 1.25rem 2rem;
  background: #1089cb;
  color: #fff;
  border-radius: 3px;
  display: inline-block;
  cursor: pointer;
  font-weight: bold;
  transition: all 0.22s;
  margin-bottom: 5rem;
}

.hero a.button:hover {
  background: #fff;
  color: #000;
}

.hero .p-1 {
  font-size: 1.75rem;
  color: #fff;
  margin-bottom: 0;
}

.hero a:not(.button) {
  font-size: 1.75rem;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.22s;
}

.hero a:not(.button) span {
  display: inline-block;
  padding-left: 0.5rem;
}

.hero .mb-a {
  margin-bottom: 5rem;
}

.hero a:not(.button):hover {
  color: #8bced2;
}

.hero .p-2 {
  color: #fff;
  font-weight: 300;
}

.top-header {
  background: #c1927f;
  color: #fff;
  padding: 0.35rem 0;
}

.top-header p {
  margin-right: 30px;
}

.top-header p {
  display: flex;
  align-items: center;
}

.top-header p a {
  color: #fff;
  text-decoration: none;
}

.top-header p i {
  margin-right: 0.5rem;
  font-size: 1.25rem;
}

.top-header div {
  display: flex;
  align-items: center;
}

.top-header div a {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

.top-header div i {
  color: #fff;
  font-size: 1.25rem;
  margin: 0 0.5rem;
}

.top-header .wrapper {
  display: flex;
  align-items: center;
  justify-content: end;
}

header > .wrapper {
  padding: 0.4rem 0;
}

header {
  width: 100%;
  z-index: 20;
  position: relative;
  transition: all 0.22s;
}

.zero-products {
  width: 100%;
  text-align: center;
  padding: 12rem 0;
}

.zero-products i {
  color: #c1927f;
  font-size: 2.5rem;
  margin-bottom: 1.5rem;
}

.zero-products p {
  font-size: 1.125rem;
}

.zero-products a {
  margin-top: 2rem;
  display: inline-block;
  color: #c1927f;
}

.zero-products.err-404 p {
  font-size: 1.5rem;
}

/* productos */

.def-section {
  padding: 4rem 0;
  background: #f1f1f1;
}

.productos-stand-alone .productos-list {
  display: flex;
  flex-wrap: wrap;
}

.more-prcs {
  display: flex;
  flex-wrap: wrap;
  padding: 1rem;
  background: #fff;
  margin-top: 1.5rem;
}

.more-prcs h3 {
  width: 100%;
}

.more-prcs .producto-item {
  width: calc(100% / 3);
  padding: 1rem;
  text-decoration: none;
  color: inherit;
}

.more-prcs .producto-item:not(:first-of-type) {
  border-left: 1px solid #ddd;
}

.more-prcs .producto-item img {
  width: 100%;
}

.more-prcs .producto-item .producto-item-price {
  font-size: 1.5rem;
  font-weight: bold;
  color: inherit;
}

.more-prcs .producto-item .producto-item-title {
  color: #444;
  font-size: 1.125rem;
  margin-top: 1rem;
  display: block;
}

.productos-stand-alone .producto-item {
  width: calc(25% - 2rem);
  margin: 1rem;
  background: #fff;
  border-radius: 5px;
  text-decoration: none;
  color: inherit;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.productos-stand-alone .producto-item img {
  width: 100%;
  display: block;
  border-bottom: 1px solid #ddd;
}

.productos-stand-alone .producto-item .producto-item-description {
  width: 100%;
  padding: 1rem;
}

.productos-stand-alone .producto-item .producto-item-price {
  font-size: 1.25rem;
  font-weight: bold;
}

.productos-stand-alone .producto-item .producto-item-title {
  font-weight: bold;
  width: 100%;
  margin-top: 0.25rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  color: #444;
  margin-bottom: 0.25rem;
}

/* fin productos */

header:after {
  width: 100%;
  height: 100%;
  position: absolute;
  transition: all 0.22s;
  top: 0;
  content: "";
  z-index: -1;
  left: 0;
  /*background: url(images/bg.png);*/
  background: #fff;
  opacity: 1;
}

header.spec:after {
  opacity: 1;
}

header.spec.active:after {
  opacity: 1;
}

/*
header.index{
    position: absolute;
    z-index: 5;
    width: 100%;
    top: 0;
    left: 0;
}*/

.moving-text {
  padding: 5px;
  background: #fff;
  font-size: 0.875rem;
  font-weight: bold;
  color: #000;
  text-transform: uppercase;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.moving-text span {
  padding: 30px;
}

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

.open-cot {
  border: 1px solid #687254;
  background-color: #687254;
  padding: 8px 16px;
  color: white;
  font-weight: 500;
  margin-right: 90px;
}

.open-cot:hover {
  background-color: #808774;
}

.bottom-right-header {
  display: flex;
  align-items: center;
  justify-content: start;
}

header .logo {
  text-decoration: none;
  display: flex;
  align-items: center;
}

header .logo img {
  height: 6rem;
  display: block;
  margin-left: 10px;
}

header .logo span {
  display: none;
  margin-left: 1rem;
  font-size: 1.5rem;
  font-weight: bold;
}

header nav > ul > li {
  text-transform: uppercase;
  font-size: 0.875rem;
  letter-spacing: -1px;
  display: inline-block;
  color: #c1927f;
  font-weight: bold;
  font-size: 1.125rem;
  padding: 0.5rem 1rem;
  position: relative;
}

header nav > ul > li > ul {
  position: absolute;
  top: calc(100% + 2rem);
  opacity: 0;
  visibility: hidden;
  transform: translate3d(0, -2rem, 0);
  left: 0;
  background: #fff;
  width: 15rem;
  padding: 1rem;
  list-style: none;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.05);
  transition: all 0.3s;
}

header nav > ul > li > ul > span {
  color: #444;
  font-weight: bold;
  display: block;
  margin-bottom: 0.5rem;
}

header nav > ul > li > ul:before {
  content: "";
  width: 60%;
  cursor: pointer;
  height: 3rem;
  top: -3rem;
  background: transparent;
  opacity: 0;
  display: block;
  left: 0;
  position: absolute;
}

header nav > ul > li:hover > ul {
  transform: translate3d(0, 0, 0);
  opacity: 1;
  visibility: visible;
}

header nav > ul > li > ul > li > a {
  padding: 0.5rem;
  display: block;
  text-decoration: none;
  font-size: 1rem;
  color: #c1927f;
}

header nav > ul > li > ul > li > a:hover {
  color: #222;
}

header:not(.spec),
header.spec.active {
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
}

header nav > ul > li > a {
  color: inherit;
  text-decoration: none;
}

header nav > ul > li:after {
  content: "";
  display: block;
  width: 90%;
  margin: 0 auto;
  right: 0;
  height: 3px;
  transition: all 0.22s;
  opacity: 0;
  background: #c1927f;
  position: absolute;
  bottom: -0.25rem;
  left: 0;
}

header nav > ul > li:hover:after {
  opacity: 1;
}

header .right-side {
  display: block;
  opacity: 0;
  visibility: hidden;
  transform: rotate3d(-1, 0, 0, 77deg);
  position: absolute;
  top: calc(100% + 1rem);
  background: #fff;
  width: 90%;
  padding: 1.5rem;
  border-radius: 5px;
  left: 0;
  transition: all 0.22s;
  right: 0;
  transform-origin: 50% 0%;
  margin: 0 auto;
  text-align: center;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
}

header .right-side.active {
  opacity: 1;
  visibility: visible;
  transform: rotate3d(0, 0, 0, 0deg);
}

header nav > ul > li:after {
  display: none;
}

header .right-side nav > ul > li {
  display: block;
}

header nav > ul > li > ul {
  display: block;
  position: static;
  opacity: 1;
  visibility: visible;
  transform: translate3d(0, 0, 0);
  width: 100%;
  padding: 0.5rem;
  margin: 1rem 0 2rem;
  text-align: center;
  box-shadow: none;
  background: #f1f1f1;
}

header .right-side > a {
  margin-left: 0;
  margin-top: 1rem;
  display: inline-block;
}

.pancake-menu {
  display: flex;
}

header .right-side > a {
  background: #a4ddd8;
  color: #fff;
  padding: 0.5rem 2rem;
  text-decoration: none;
  margin-left: 2rem;
}

header .right-side > a:hover {
  background: #222;
  color: #fff;
}

.home-1 {
  padding: 7rem 0;
  background: url(images/home/banner-1.jpg) no-repeat center;
  background-size: cover;
}

.home-1 .p1 {
  font-size: 2.5rem;
  color: #064c74;
  position: relative;
  margin-bottom: 2rem;
}

.home-1 .p1:after {
  content: "";
  display: block;
  background: #064c74;
  width: 2rem;
  height: 3px;
  left: 0;
  bottom: -0.25rem;
  position: absolute;
}

.home-1 .p2 {
  color: #444;
  font-size: 1.125rem;
  line-height: 1.4;
}

.home-1 a {
  padding: 0.625rem 2rem;
  border-radius: 100rem;
  border: 1px solid #8bced2;
  display: inline-block;
  margin-top: 1.5rem;
  color: #8bced2;
  text-decoration: none;
  font-weight: 500;
}

.home-1 a:hover {
  background: #8bced2;
  color: #fff;
}

.home-1 .wrapper div {
  margin-left: 50%;
}

.home-2 {
  padding: 7rem 0;
  background: url(images/home/banner-2.jpg) no-repeat center;
  background-size: cover;
  position: relative;
}

.home-2 .tint {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(6, 76, 116, 0.6);
}

.home-2 .wrapper {
  position: relative;
  z-index: 4;
}

.home-2 .p1 {
  font-size: 2.5rem;
  color: #fff;
  position: relative;
  margin-bottom: 2rem;
}

.home-2 .p1:after {
  content: "";
  display: block;
  background: #fff;
  width: 2rem;
  height: 3px;
  left: 0;
  bottom: -0.25rem;
  position: absolute;
}

.home-2 .p2 {
  color: rgba(255, 255, 255, 0.6);
  font-size: 1.125rem;
  line-height: 1.4;
}

.home-2 a {
  padding: 0.625rem 2rem;
  border-radius: 100rem;
  border: 1px solid #fff;
  display: inline-block;
  margin-top: 1.5rem;
  color: #fff;
  text-decoration: none;
  font-weight: 500;
}

.home-2 a:hover {
  background: rgba(255, 255, 255, 0.2);
}

.home-3 .cols {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
}

.home-3 .cols .col {
  width: calc(100% / 3);
  position: relative;
}

.home-3 .cols .col img {
  display: block;
  width: 100%;
}

.home-3 .cols .col:after {
  z-index: 4;
  background: #8bced2;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: "";
  transition: all 0.4s;
  opacity: 0;
}

.home-3 .cols .col div {
  position: absolute;
  z-index: 5;
  top: 50%;
  left: 50%;
  text-align: center;
  max-width: 90%;
  margin: 0 auto;
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.8);
  transition: all 0.4s;
}

.home-3 .cols .col p {
  color: #fff;
  font-size: 2rem;
  font-weight: 300;
  margin-bottom: 1rem;
}

.home-3 .cols .col a {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  transition: all 0.22s;
  display: inline-block;
}

.home-3 .cols .col a:hover {
  transform: scale(1.2);
}

.home-3 .cols .col a i {
  padding-right: 0.25rem;
}

.home-3 .cols .col:hover:after {
  opacity: 0.8;
}

.home-3 .cols .col:hover div {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}

.home-4 {
  background: url(images/home/section-1.jpg) no-repeat center center;
  background-size: cover;
  padding: 8rem 0;
  text-align: center;
}

.home-4 .section-title {
  font-size: 2.25rem;
  font-weight: 400;
  line-height: 1.3;
  color: #fff;
  position: relative;
}

footer {
  /*   padding: 2rem 0; */
  /*background: url(images/bg.png);*/
  background: #fff;
  color: #c1927f;
  border-top: 3px solid #8a452d;
}

.footer-logo img {
  height: 4rem;
}

footer .cols {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 1rem;
}

footer .col-1-25 {
  line-height: 1.3;
}

footer .col-1-25 p {
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
}

footer .col-1-25 i {
  padding-right: 0.25rem;
}

footer .col-2 {
  text-align: center;
}

.phones-cols {
  display: flex;
  align-items: center;
  justify-content: center;
}

.phones-cols p {
  color: #8a452d;
}
footer .col-2 form {
  display: flex;
  position: relative;
}

footer .col-1-5 a {
  display: block;
  line-height: 1.5;
  color: #8a452d;
  transition: all 0.22s;
  text-decoration: none;
}

footer .col-1-5 {
  margin-top: 20px;
}

footer .col-1-5 a:hover {
  transform: translate3d(0.25rem, 0, 0);
}

footer .col-2 form:before {
  /*   content: "¿Querés recibir novedades? Ingresá tu email."; */
  position: absolute;
  width: 100%;
  text-align: center;
  top: -2.5rem;
  color: #444;
  left: 0;
}

footer .col-1-5 .soc-media {
  display: flex;
}

footer .col-1-5 .soc-media img {
  height: 1.5rem;
  background: #fff;
  border-radius: 5px;
  margin-right: 0.5rem;
  transform: translateY(0px);
}

footer .col-1-5 i {
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 5px;
  text-align: center;
  background: #fff;
  color: #8a452d;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.5rem;
}

footer .col-2 input {
  font-size: 0.875rem;
  padding: 1.125rem;
  width: 25rem;
  border-radius: 3px;
  color: #8a452d;
  border: 2px solid #8a452d;
}

footer .col-2 button {
  background: #8a452d;
  color: #fff;
  border-radius: 3px;
  text-transform: uppercase;
  border: none;
  font-size: 0.75rem;
  font-weight: bold;
  padding: 1.25rem 3rem;
  transition: all 0.22s;
  cursor: pointer;
  margin-left: 0.25rem;
}

footer .col-2 button:hover {
  background: #000;
  color: #fff;
}

footer .col-3 a {
  color: #8a452d;
  font-size: 1.5rem;
  padding-left: 1rem;
  transition: all 0.22s;
}

.directions p {
  color: #8a452d;
}

.directions span {
  font-size: 14px;
}

footer .col-3 a:hover {
  color: #000;
}

footer .col-1-5 a.special {
  background: #8a452d;
  color: #fff;
  padding: 0.125rem 0.5rem;
}

.under-footer {
  background: #8a452d;
  padding: 0.75rem;
}

.terms {
  text-decoration: none;
  color: white;
}

.under-footer .wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.under-footer p {
  color: #fff;
  margin-bottom: 0;
  font-size: 0.875rem;
}

.under-footer .afip img {
  height: 2rem;
  border: 1px solid rgba(0, 0, 0, 0.2);
  margin-right: 1rem;
}

.faq .p1:before {
  content: "\f105";
  padding-right: 5px;
  font-family: "FontAwesome";
}

.faq .p1 {
  font-size: 1.125rem;
  transition: all 0.22s;
  font-weight: bold;
  cursor: pointer;
  color: #c1927f;
}

.faq .p1:hover {
  transform: translate3d(4px, 0, 0);
}

.main {
  padding: 2rem 0;
}

main h1 {
  font-weight: normal;
  margin-bottom: 3rem;
}

main p {
  color: #444;
  line-height: 1.5;
  margin-bottom: 1rem;
  text-align: justify;
}

.ctc-image {
  width: 100%;
}

.ctc-image-responsive {
  display: none;
  width: 100%;
}

.us .cols {
  display: flex;
}

.c .us-overlay {
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  z-index: 20;
  display: none;
  overflow-y: scroll;
  left: 0;
  transition: all 0.4s;
  background: rgba(0, 0, 0, 0.9);
  padding: 5rem 0;
}

.us-overlay a {
  margin: auto;
}

body.show {
  height: 100%;
  overflow-y: hidden;
}

.us-overlay.show {
  display: flex;
}

.us-overlay img {
  z-index: 3;
  max-width: calc(100% - 5rem);
  border-radius: 5px;
  margin: auto;
  position: relative;
}

.us-overlay div {
  top: 0;
  left: 0;
  z-index: 2;
  position: absolute;
  width: 100%;
  height: 100%;
}

.us .button {
  background: #c1927f;
  color: #fff;
  text-decoration: none;
  padding: 0.5rem 2rem;
  border: none;
  cursor: pointer;
  display: inline-block;
  border-radius: 5px;
  margin: 2rem auto 0;
}

/*CONTACTO**/

.ctc .col {
  width: 100%;
}

.ctc .cols {
  display: inline-block;
}
.us-background {
  width: 100%;
  height: 100px;
}

.us-background-responsive {
  display: none;
  width: 100%;
}

.us .col-1 {
  width: 50%;
}

.us .col-1 h1 {
  color: #c1927f;
  text-align: center;
}

.us .col-1 p {
  text-align: center;
}

.about-us-description {
  font-weight: bold;
}

.us .col-2 {
  width: 50%;
}

.us .col-1 {
  margin-left: 4%;
}

.us .col-2 {
  margin-left: 2%;
}

.us .col-2 img {
  width: 100%;
  border-radius: 5px;
}

.opinion-slider .us-slide {
  width: 100%;
  text-align: center;
  padding: 3rem 0 1rem;
}

.opinion-slider .us-slide .wrapper {
  display: flex;
  align-items: center;
}

.opinion-slider .us-slide .sleft {
  width: 7.5rem;
  margin-right: 2rem;
}

.opinion-slider .us-slide .sright {
  width: calc(100% - 12.5rem);
}

.opinion-slider .us-slide img {
  width: 100%;
  margin: 0 auto;
  display: block;
  border-radius: 100%;
  margin-bottom: 1.5rem;
}

.opinion-slider .us-slide h3 {
  font-size: 1.375rem;
  font-weight: normal;
  margin-bottom: 1.5rem;
}

.opinion-slider .us-slide p {
  position: relative;
  text-align: center;
  font-size: 1.375rem;
  font-style: italic;
  display: inline;
  color: #666;
}

.opinion-slider .us-slide p:before {
  content: "\f10d";
  font-family: "FontAwesome";
  font-size: 2.5rem;
  position: absolute;
  top: -2.5rem;
  left: -1.2rem;
  opacity: 0.4;
}

/* CARRITO NUEVO */

/* CATEGORIES DISPLAY */

.featured-products .cols,
.product-grid .cols {
  display: flex;
  width: calc(100% + 2rem);
  margin-left: -1rem;
  flex-wrap: wrap;
}

.featured-products .cols .col,
.product-grid .cols .col {
  width: calc((100% / 3) - 2rem);
  margin: 1rem;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.05);
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  transition: all 0.22s;
}

.featured-products .cols .col .bottom-part,
.product-grid .cols .col .bottom-part {
  padding: 1rem 2rem;
}

.featured-products .cols .col:hover,
.product-grid .cols .col:hover {
  transform: translate3d(0, -0.25rem, 0);
  box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.1);
}

.featured-products .cols .col img,
.product-grid .cols .col img {
  width: 100%;
  border-bottom: 1px solid #eee;
}

.featured-products .cols .col .price,
.product-grid .cols .col .price {
  font-weight: 600;
  color: #a59d82;
  font-size: 1.5rem;
}

.featured-products .cols .col .title,
.product-grid .cols .col .title {
  font-weight: 500;
  color: #222;
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
}

.seemore {
  background: #f7b3dc;
  color: #fff;
  border-radius: 5px;
  display: inline-block;
  padding: 0.625rem 1rem;
  font-size: 0.875rem;
}

.product-set {
  display: flex;
  margin-top: 2rem;
}

.slider-set {
  width: calc(50% - 1px);
  background: #fff;
  display: flex;
  flex-direction: column;
}

.slider-set .product-thumbnail {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #ddd;
}

.slider-set .product-slider {
  width: 100%;
}

.slider-set .product-slider .item {
  height: 438px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f1f1f1;
}

.slider-set .product-slider .item img {
  max-width: 100%;
  max-height: 100%;
  display: block;
}

.slider-set .product-thumbnail {
  background: #f1f1f1;
  justify-content: center;
}

.slider-set .product-thumbnail .thumbnail {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd;
}

.slider-set .product-thumbnail .thumbnail img {
  height: 72px;
  padding: 2px;
  display: block;
  transition: all 0.22s;
}

.slider-set .product-thumbnail .thumbnail .bg-fill {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  border: 3px solid #c84e21;
  z-index: 3;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.slider-set .product-thumbnail .thumbnail .thumbs-left {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.8);
  color: #c84e21;
  z-index: 2;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.75rem;
  font-weight: bold;
  transition: all 0.22s;
}

.slider-set .product-thumbnail .thumbnail:hover .thumbs-left {
  font-size: 1.5rem;
}

.slider-set .product-thumbnail .thumbnail:hover img {
  transform: scale(1.1);
}

.slider-set .product-thumbnail .thumbnail.active .bg-fill {
  opacity: 1;
}

.product-slider:hover .slick-prev,
.product-slider:hover .slick-next {
  opacity: 1;
}

.slick-initialized .slide-wrap:not(.slide-number-1) {
  display: block;
}

.slide-wrap:not(.slide-number-1) {
  display: none;
}

.slide-wrap .item img {
  cursor: zoom-in;
}

.product-info {
  padding: 2rem;
  width: calc(50% - 1px);
  background: #fbfbfb;
  border-left: 2px solid #eee;
}

.product-info > h2 {
  margin-bottom: 1.5rem;
}

.product-info .more-info {
  font-size: 0.875rem;
  font-weight: 500;
}

.product-info .price {
  font-size: 2rem;
  margin-bottom: 0;
}

.product-info .price.no-discount {
  margin-bottom: 2rem;
}

.product-info .price-before {
  font-size: 1.5rem;
  color: #888;
  text-decoration: line-through;
}

.product-info .discount {
  font-size: 1.25rem;
  color: #fb787e;
  font-weight: 500;
  margin-bottom: 2rem;
}

.product-info .add-to-cart {
  display: inline-block;
}

.product-info .add-to-cart i {
  margin-right: 0.5rem;
}

.product-info form {
  width: 100%;
  max-width: 20rem;
  margin-bottom: 2rem;
}

.product-info form input:invalid {
  border: 1px solid #fb787e;
  color: #fb787e;
}

.product-info label {
  font-weight: 600;
  display: block;
  font-size: 0.875rem;
  margin-bottom: 0.25rem;
}

.product-info label span {
  color: #888;
}

.product-info form select,
.product-info form input {
  width: 100%;
  padding: 0.5rem;
  font-size: 0.875rem;
  font-weight: 500;
  background: #f1f1f1;
  max-width: 10rem;
  box-shadow: 0 3px 6px 0 inset rgba(0, 0, 0, 0.05);
  border: none;
  border-radius: 5px;
  margin-bottom: 1rem;
}

.product-info .login-label {
  margin-top: 1.5rem;
}

/* PRODUCT IMAGE LIGHTBOX */

.lightbox {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.85);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  transition: all 0.4s;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.lightbox.on {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

.lightbox .metadata {
  position: absolute;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  padding: 0.5rem;
  color: #fff;
  top: 4rem;
  left: 4rem;
}

.lightbox .metadata .middle-bar {
  margin: 0 0.325rem;
  display: inline-block;
}

.lightbox img {
  max-width: calc(100% - 2rem);
  max-height: calc(100% - 4rem);
}

.lightbox .close-lightbox,
.lightbox .prev-slide,
.lightbox .next-slide {
  position: absolute;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  padding: 0.5rem;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.lightbox .close-lightbox {
  height: 2rem;
  width: 2rem;
  top: 4rem;
  right: 4rem;
}

.lightbox .prev-slide,
.lightbox .next-slide {
  height: 3rem;
  width: 3rem;
  top: 0;
  bottom: 0;
  margin: auto;
}

.lightbox .close-lightbox:hover,
.lightbox .prev-slide:hover,
.lightbox .next-slide:hover {
  background: rgba(0, 0, 0, 0.6);
}

.lightbox .prev-slide {
  left: 4rem;
}

.lightbox .next-slide {
  right: 4rem;
}

/* ADD TO CART BUTTON */

.add-to-cart .doing,
.add-to-cart i.fa-pulse {
  display: none;
}

.add-to-cart.loading .doing,
.add-to-cart.loading i.fa-pulse {
  display: inline-block;
}

.add-to-cart.loading .to,
.add-to-cart.loading i.fa-cart-plus {
  display: none;
}

.product-sec,
.product-grid {
  padding: 4rem 0;
}

.prc-category {
  font-size: 1.125rem;
  color: #888;
}

.prc-category span {
  color: #222;
}

.cat-pg {
  background-color: #f1f1f1;
}

.button {
  background: #c1927f;
  color: #fff;
  font-weight: 500;
  padding: 0.625rem 2rem;
  border-radius: 5px;
  display: inline-block;
  border: none;
  cursor: pointer;
  transition: all 0.22s;
}

.button i {
  margin-right: 0.5rem;
}

.button:hover {
  background: #222;
}

.button.disabled {
  opacity: 0.4;
  pointer-events: none;
}

.product-data {
  background-color: #f1f1f1;
  margin-top: 1rem;
}

.prc-table {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.prc-table .row {
  width: 100%;
  display: flex;
}

.prc-table .row + .row {
  border-top: 1px solid #ddd;
}

.prc-table .col {
  padding: 10px;
  width: 50%;
}

.prc-table .col + .col {
  border-left: 1px solid #ddd;
}

/* CHECKOUT SIN VENTA TODAVIA */

.checkout-section {
  background-color: #f1f1f1;
  padding: 4rem 0;
}

.checkout-section .slide-hint {
  font-size: 0.875rem;
  opacity: 0.5;
  display: none;
}

.checkout-section .zero-data i {
  color: #a59d82;
  margin-right: 1.5rem;
}

.checkout-section .shopping-cart-table .row,
.checkout-section .row-last {
  display: flex;
  padding: 0.5rem 1rem;
  align-items: center;
}

.checkout-section .shopping-cart-table .row.row-head,
.checkout-section .row-last {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 1rem;
}

.checkout-section .shopping-cart-table .row.row-head {
  font-size: 0.875rem;
  font-weight: 600;
  color: #888;
}

.checkout-section .row-last,
.checkout-section .shopping-cart-table .row.row-normal {
  color: #222;
  font-weight: 500;
}

.checkout-section .shopping-cart-table .row.row-normal .col-amount span {
  display: inline-block;
  margin: 0 1rem;
}

.checkout-section .shopping-cart-table .row.row-normal .col-amount i {
  cursor: pointer;
}

.checkout-section .col-title span {
  color: #555;
}

.checkout-section .shopping-cart-table .row.row-normal .col-amount i:hover {
  color: #888;
}

.checkout-section .shopping-cart-table .row.row-normal .col-amount i.disabled {
  opacity: 0.3;
  pointer-events: none;
}

.checkout-section .row-last .total {
  font-size: 1.5rem;
}

.checkout-section .shopping-cart-table .col:nth-child(1),
.checkout-section .row-last .col:nth-child(1) {
  width: 50%;
}
.checkout-section .shopping-cart-table .col:nth-child(2),
.checkout-section .row-last .col:nth-child(2) {
  width: 16%;
  text-align: center;
}
.checkout-section .shopping-cart-table .col:nth-child(3),
.checkout-section .row-last .col:nth-child(3) {
  width: 16%;
  text-align: center;
}
.checkout-section .shopping-cart-table .col:nth-child(4),
.checkout-section .row-last .col:nth-child(4) {
  width: 16%;
  text-align: center;
}
.checkout-section .shopping-cart-table .col:nth-child(5),
.checkout-section .row-last .col:nth-child(5) {
  width: 2%;
  text-align: center;
}

.checkout-section .shopping-cart-table .col.col-delete i {
  padding: 0.5rem;
  cursor: pointer;
}

.checkout-section .shopping-cart-table .col.col-delete i:hover {
  color: #fb787e;
}

.checkout-section .payment-options {
  display: flex;
  justify-content: center;
  margin-top: 2rem;
}

.checkout-section .payment-options a {
  background: #fff;
  padding: 1rem 4rem;
  margin: 1rem;
  display: inline-flex;
  align-items: center;
  color: inherit;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.22s;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.05);
  text-align: center;
}

.checkout-section .payment-options a:hover {
  transform: translate3d(0, -0.25rem, 0);
  box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.1);
}

.checkout-section .payment-options a span {
  margin-bottom: 0.5rem;
  display: inline-block;
  line-height: 1.5;
}

.checkout-section .payment-options a span.no-margin {
  margin: 0;
}

.checkout-section .payment-options a img {
  height: 2rem;
  display: block;
  margin: 0 auto;
}

.checkout-section .checkout-slider {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.checkout-section .checkout-slider-track {
  display: flex;
  width: 200%;
}

.checkout-section .checkout-slider-right,
.checkout-section .checkout-slider-left {
  width: 50%;
  transition: all 0.6s;
  position: relative;
}

.checkout-section .checkout-slider.finish .checkout-slider-left {
  margin-left: -50%;
}

.checkout-section .checkout-slider-right .go-back {
  margin-bottom: 1.5rem;
  display: inline-block;
  cursor: pointer;
  color: #a59d82;
}

.checkout-section .checkout-slider-right .go-back i {
  margin-right: 0.5rem;
}

.checkout-section form {
  max-width: 24rem;
  width: 100%;
  margin: 2rem 0;
}

.checkout-section .payment-failed i {
  color: #e25959;
  margin-right: 1rem;
}

.checkout-section-pending i {
  color: #a59d82;
  font-size: 2rem;
  animation: rotatePause 3s infinite;
  margin-bottom: 1rem;
}

.no-categories {
  padding: 4rem 0;
}

.categories {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 2rem);
  margin-left: -1rem;
  justify-content: center;
}

.category {
  font-size: 1.25rem;
  color: #444;
  text-decoration: none;
  width: calc(25% - 2rem);
  margin: 1rem;
  background-color: #fff;
  padding: 1rem;
  border-radius: 5px;
  transition: all 0.2s;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.05);
}

.category span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  display: block;
}

.category:hover {
  box-shadow: 0 4px 8px 0 rgba(165, 157, 130, 0.3);
  background: #a59d82;
  color: #fff;
}

.go-back-cat {
  color: #a59d82;
  text-decoration: none;
}

.go-back-cat:hover {
  color: #222;
}

.go-back-cat i {
  margin-right: 0.25rem;
}

@keyframes rotatePause {
  0% {
    -webkit-transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(180deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
  }
  75% {
    -webkit-transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}

.label {
  display: block;
  font-weight: 600;
  font-size: 0.875rem;
  margin-bottom: 0.25rem;
}

.label span {
  color: #777;
}

.input {
  width: 100%;
  padding: 0.625rem;
  margin-bottom: 1rem;
  border-radius: 5px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.05);
  border: none;
}

textarea.input {
  height: 5rem;
  resize: vertical;
}

/* MAIN I */

.main-success i,
.main-pending i,
.main-error i {
  font-size: 2rem;
  margin-right: 1rem;
}

.section {
  padding: 4rem 0;
}

/* MAIN SUCCESS */

.main-success i {
  color: #5cc386;
}

/* MAIN PENDING */

.main-pending i {
  color: #ecbb6e;
}

/* MAIN ERROR */

.main-error i {
  color: #e25959;
}

/* END CARRITO NUEVO */

@media screen and (max-width: 800px) {
  .category {
    width: calc(33.3333333% - 2rem);
  }

  .opinion-slider .us-slide .wrapper {
    display: block;
    text-align: center;
  }

  .opinion-slider .us-slide .sleft {
    margin: 0;
    width: auto;
  }

  .opinion-slider .us-slide .sright {
    width: auto;
  }

  .opinion-slider .us-slide img {
    width: 10rem;
  }
}

input[type="radio"].radio-hide {
  display: none;
  position: absolute;
}

.radio-button {
  margin-right: 0.5rem;
  width: 1rem;
  height: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #222;
}

.radio-button > div {
  width: 6px;
  height: 6px;
  border-radius: 100%;
  transform: scale(0);
  background: #fff;
  opacity: 0;
  transition: all 0.22s;
}

.radio-button.checked > div {
  opacity: 1;
  transform: scale(1);
}

.form-group-ctc {
  display: flex;
  align-items: center;
}

.ctc form label {
  display: block;
  font-size: 0.875rem;
  font-weight: bold;
  margin-bottom: 0.25rem;
}

.contact-details {
  text-align: center;
}

.contact-title {
  color: #c1927f;
}

.ctc form input,
.ctc form textarea {
  display: block;
  width: 100%;
  padding: 0.5rem;
  border-radius: 4px;
  border: 1px solid #ddd;
  box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.05);
  margin: 1rem 1rem 1rem 0;
}

.ctc form textarea {
  height: 7rem;
  resize: none;
}

.ctc button {
  background: #c1927f;
  color: #fff;
  padding: 0.625rem 2rem;
  border-radius: 4px;
  border: none;
  cursor: pointer;
  margin-top: 30px;
  margin-left: 20px;
}

.captcha-button {
  justify-content: center;
  margin-bottom: 50px;
  align-items: center;
}

.ctc button:hover {
  background: #222;
}

.ctc iframe {
  width: 100%;
  margin-top: 30px;
}

.gridnews {
  display: flex;
  padding: 2rem 0;
  flex-wrap: wrap;
}

.gridnews .video {
  width: 100%;
}

.gridnews .video iframe {
  width: 100%;
}

.gridnews-item {
  padding: 1.5rem;
  width: calc(50% - 2rem);
  margin: 1rem;
  background: #fff;
  box-shadow: 0 0 12px 4px rgba(0, 0, 0, 0.1);
}

.gridnews-item .gnp {
  width: 100%;
  opacity: 0;
}

.gridnews-item a {
  background: #0d296a;
  color: #fff;
  padding: 0.25rem 1rem;
  margin-top: 1rem;
  display: inline-block;
  text-decoration: none;
}

.gridnews-item .gnt {
  position: absolute;
  top: 0;
  width: 100%;
  transition: all 0.4s;
}

.gridnews-item:hover .gnt {
  transform: scale(1.1);
}

.gridnews-image {
  overflow: hidden;
  position: relative;
}

.gridnews-image img {
  width: 100%;
}

.gridnews-item .p1 {
  margin: 1rem 0 1rem;
  font-size: 1.75rem;
}

.gridnews-item .p2 {
  margin-bottom: 0;
}

.zoom {
  width: 3rem;
  height: 3rem;
  border-radius: 100%;
  background: #8bced2;
  border: 2px solid #fff;
  position: absolute;
  transform: scale(0);
  top: 0;
  left: 0;
  cursor: pointer;
  bottom: 0;
  right: 0;
  margin: auto;
  color: #fff;
  display: flex;
  transition: all 0.4s;
  align-items: center;
  justify-content: center;
  font-size: 1.75rem;
}

.gridnews-item:hover .zoom {
  transform: scale(1);
}

.gridnews-item .zoom:after {
  background: rgba(255, 255, 255, 0.2);
  width: 100%;
  content: "";
  display: block;
  height: 100%;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 100%;
  transform: scale(0);
  transition: all 0.22s;
}

.gridnews-item .zoom:hover:after {
  transform: scale(1);
}

.gridnews-overlay {
  display: none;
  align-items: center;
  width: 100%;
  height: 100%;
  justify-content: center;
  background: rgba(0, 0, 0, 0.85);
  position: fixed;
  top: 0;
  z-index: 20;
  left: 0;
}

.gridnews-overlay img {
  max-width: calc(100% - 4rem);
  max-height: calc(100% - 4rem);
}

.gridnews-overlay i {
  font-size: 1.5rem;
  color: #fff;
  position: absolute;
  top: 1rem;
  cursor: pointer;
  right: 1rem;
  padding: 1rem;
}

.grid {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 2rem);
  margin-left: -1rem;
}

.grid.unloaded {
  display: flex;
  align-items: center;
  justify-content: center;
}

.grid .loading {
  text-align: center;
  font-size: 1.5rem;
  padding: 7.25rem 0;
}

.grid .loading img {
  margin-bottom: 1rem;
}

.grid .item {
  width: calc(25% - 2rem);
  height: 0;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  margin: 1rem;
  padding-bottom: calc(25% - 2rem);
}

.grid .item .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
  cursor: pointer;
  background-position: center;
  background-repeat: no-repeat;
  transition: all 0.5s;
}

.grid .item:hover .bg {
}

.grid .item .overlay {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  background: rgba(189, 166, 138, 0.7);
  z-index: 4;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  color: #fff;
  font-size: 1.25rem;
  transition: all 0.5s;
}

.grid .item .overlay > div {
  width: 100%;
}

.grid .item .overlay span {
  display: block;
  width: 90%;
  transform: translate3d(1.5rem, 0, 0);
  transition: all 0.22s;
  position: relative;
  text-align: center;
  margin: 1rem auto;
}

.grid .item:hover .overlay {
  opacity: 1;
}

.grid .item:hover span,
.grid .item:hover .line-1,
.grid .item:hover .line-2 {
  transform: translate3d(0, 0, 0);
}

.grid .line-1,
.grid .line-2 {
  width: 3rem;
  height: 3px;
  background: #222;
  transition: all 0.22s;
  transform: translate3d(-1.5rem, 0, 0);
  display: block;
  margin: 0 auto;
}
/*COTIZADOR*/

.cotizador {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  padding: 4rem 1rem;
  overflow-y: auto;
  transition: right 1s ease-in-out;
  z-index: 999;
}

.cotizador.active {
  right: 0;
}

.cotizador form {
  background: #fff;
  max-width: 600px;
  margin: 0 auto;
  padding: 2rem;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.close-cotizador {
  position: fixed;
  top: 20px;
  right: 30px;
  font-size: 2.5rem;
  font-weight: bold;
  color: white;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 1000;
  display: none;
}

.cotizador.active .close-cotizador {
  display: block;
}

/* CABECERA DERECHO */
.cotizar-proyecto {
  background-color: #c1927f;
  border-radius: 20px;
  padding: 1rem;
  text-align: center;
}

.cotizar-proyecto h1 {
  color: #fff;
  font-size: 1.25rem;
  margin: 0;
}

/* BANDAS DE TÍTULO */
.cotizador .band {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 2rem 0 1rem;
  font-weight: 600;
}

.cotizador .band span {
  width: 2rem;
  height: 2rem;
  background: #fff;
  color: #c1927f;
  border: 2px solid #c1927f;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.5rem;
  font-weight: bold;
}

.cotizador .band p {
  margin: 0;
  color: #c1927f;
  font-size: 1.05rem;
}

/* OPCIONES DE CORTINAS */
.cotizador .options {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-bottom: 2rem;
}

.cotizador .opt {
  flex: 1 1 calc(50% - 1rem);
  padding: 0.75rem;
  border-radius: 12px;
  background: #f9f9f9;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  border: 1px solid #ddd;
  transition: all 0.3s ease;
  cursor: pointer;
}

.cotizador .opt:hover {
  background: #f2f2f2;
  border-color: #c1927f;
}

.cotizador .opt input[type="radio"] {
  accent-color: #c1927f;
  transform: scale(1.2);
}

/* INPUTS Y TEXTAREAS */
.cotizador .ipt-group {
  margin-bottom: 1.5rem;
  text-align: center;
}

.cotizador .ipt-group label {
  display: block;
  margin-bottom: 0.25rem;
  font-weight: 500;
  font-size: 0.95rem;
  color: #444;
}

.cotizador .ipt-group input,
.cotizador .ipt-group textarea {
  width: 100%;
  padding: 0.65rem 1rem;
  background: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 10px;
  font-size: 1rem;
  box-sizing: border-box;
}

/* MEDIDAS */
.cotizador .measurements {
  margin-bottom: 1.5rem;
  text-align: center;
}

.cotizador .measurements .c-1 {
  display: flex;
  gap: 1rem;
}

.cotizador .measurements .c-1 div {
  flex: 1;
}

.cotizador .measurements .c-1 label {
  display: block;
  margin-bottom: 0.25rem;
  font-weight: 500;
  font-size: 0.95rem;
  color: #444;
}

.cotizador .measurements .c-1 input {
  width: 100%;
  padding: 0.65rem 1rem;
  background: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 10px;
  font-size: 1rem;
  box-sizing: border-box;
}

/* BOTÓN */
.send-button {
  width: 100%;
  padding: 0.9rem;
  font-size: 1.1rem;
  font-weight: 600;
  color: white;
  background-color: #c1927f;
  border: none;
  border-radius: 12px;
  cursor: pointer;
  transition: background 0.3s ease;
  margin-top: 1.5rem;
}

.send-button:hover {
  background-color: #a77a64;
}

/* CAPTCHA */
.cotizador .g-recaptcha {
  margin-top: 1.5rem;
}

/**/
.pancake-menu {
  cursor: pointer;
  align-items: center;
  margin-left: 1rem;
}

.pancake-menu > div {
  width: 3.5rem;
  height: 2.75rem;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pancake-menu div div {
  width: 60%;
  height: 1.25rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.pancake-menu div div span {
  background: #c1927f;
  border-radius: 4px;
  height: 3px;
  width: 100%;
}

.pancake-menu.active div div span {
  background: #fff;
}

header.spec:not(.active) .pancake-menu div div span {
  background: #687254;
  color: #fff;
}

header.spec:not(.active) .pancake-menu > span {
  color: #fff;
}

.pancake-menu > span {
  color: #000000;
  font-weight: bold;
  margin-left: 0.75rem;
  font-size: 1.25rem;
  display: block;
  transform: translateY(-2px);
}

.pancake-menu.active > div {
  background: #c1927f;
  color: #fff;
}

header.spec:not(.active) .pancake-menu.active div div span,
header.spec.active .pancake-menu.active div div span {
  background-color: #fff;
}

.thx {
  text-align: center;
}

.thx img {
  margin-bottom: 2rem;
  max-width: 100%;
  height: auto;
}

.thx h1,
h2 {
  margin: 0;
  font-weight: normal;
}

.thx h2 {
  margin: 0.5rem 0;
  color: #444;
}

.thx a {
  margin-top: 3rem;
  display: inline-block;
  color: #8bced2;
  font-size: 1.125rem;
}

.prods {
  background: #f1f1f1;
}

main.main-nopadding {
  padding: 0;
}

.product-single img {
  width: 100%;
  display: block;
}

.product-single .top {
  position: relative;
}

.product-single .text {
  position: absolute;
  padding: 2rem 0;
  background: rgba(0, 0, 0, 0.5);
  background: linear-gradient(to top, #000, rgba(0, 0, 0, 0));
  bottom: 0;
  left: 0;
  color: #fff;
  right: 0;
  margin: 0 auto;
  width: 100%;
  text-align: center;
}

.product-single .text p {
  color: #fff;
  font-size: 2rem;
  text-align: center;
  margin: 0;
}

.product-single .text i {
  font-size: 1.25rem;
  animation: float 2s infinite linear;
}

.product-single .middle {
  padding: 4rem 0;
  text-align: center;
}

.product-single .middle h1 {
  position: relative;
}

.product-single .card-info h3:after,
.product-single h1:after {
  width: 12rem;
  margin: 0 auto;
  left: 0;
  right: 0;
  bottom: -1rem;
  position: absolute;
  height: 1px;
  background: #ccc;
  content: "";
  display: block;
}

.product-single .middle p {
  text-align: center;
}

.product-single .middle a {
  background: #222;
  color: #fff;
  padding: 0.625rem 1rem;
  display: inline-block;
  margin-top: 1rem;
  border-radius: 5px;
  text-decoration: none;
}

.product-single .card {
  width: 100%;
  display: flex;
}

.product-single .card img {
  width: 100%;
}

.product-single .card-image {
  width: 60%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.product-single .card-info {
  background: #fff;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  padding: 2rem;
  text-align: center;
  min-height: 30rem;
  width: 40%;
}

.product-single .card-info h3 {
  font-weight: normal;
  font-size: 1.5rem;
  position: relative;
  width: 100%;
  margin-bottom: 2.5rem;
}

.product-single .card-info p {
  font-size: 1.125rem;
  text-align: center;
  width: 100%;
}

.product-single .card:nth-child(even) {
  flex-direction: row-reverse;
}

@keyframes float {
  0% {
    transform: translateY(-5px);
  }

  50% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-5px);
  }
}

.products {
  display: flex;
  flex-wrap: wrap;
}

.product {
  width: calc(100% / 3);
  padding: 1rem;
  display: block;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  transition: all 0.5s;
  margin-bottom: 2rem;
}

.product .pictures {
  position: relative;
}

.product .pictures .pic-2 {
  position: absolute;
  top: 0;
  transition: all 0.5s;
  opacity: 0;
  left: 0;
}

.product img {
  width: 100%;
  display: block;
  margin-bottom: 1.5rem;
}

.product:hover {
  background: #fff;
}

.product:hover .pic-2 {
  opacity: 1;
}

.product h2 {
  text-transform: uppercase;
  font-weight: 300;
  color: #222;
  text-decoration: none;
  position: relative;
  margin-bottom: 1.5rem;
  display: inline-block;
}

.product h2:after {
  content: "";
  position: absolute;
  bottom: -0.25rem;
  opacity: 0;
  width: 30%;
  left: 0;
  display: block;
  transition: all 0.5s;
  height: 1px;
  background: #000;
}

.product:hover h2:after {
  width: 100%;
  opacity: 1;
}

.product p {
  padding: 0.5rem;
  text-align: center;
}

.feats {
  margin-top: 8rem;
}

.feats .top-label {
  width: 10rem;
  padding: 1rem;
  background: #fff;
  margin: 0 auto;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  text-align: center;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #fff;
  transform: translateY(1px);
}

.feats .bottom {
  background: #fff;
  border-top: 1px solid #ddd;
}

.feats .bottom .wrapper {
  display: flex;
  text-align: center;
}

.feats .bottom img {
  width: 3rem;
  margin: 0 auto 2rem;
}

.feats .p1 {
  font-size: 1.35rem;
  position: relative;
  margin-bottom: 2rem;
}

.feats .p1:after {
  content: "";
  position: absolute;
  width: 6rem;
  margin: 0 auto;
  display: block;
  background: #ddd;
  height: 1px;
  left: 0;
  right: 0;
  bottom: -0.75rem;
}

.feats .p2 {
  font-size: 1.1rem;
}

.feats .bottom p.p2 {
  color: #666;
  line-height: 1.7;
}

.feats .col p {
  text-align: center;
}

.feats .col {
  width: 33.33333%;
  margin: 2rem 0 0;
  padding: 3rem;
  text-align: center;
}

.home-title {
  width: 100%;
  font-size: 1.5rem;
  font-weight: 300;
  text-align: center;
  margin-bottom: 4rem;
  text-transform: uppercase;
  position: relative;
}

.home-title-two {
  width: 100%;
  font-size: 1.5rem;
  font-weight: 300;
  text-align: center;
  margin-top: 4rem;
  margin-bottom: 2rem;
  text-transform: uppercase;
  position: relative;
  line-height: 2rem;
}

.resaltado-showroom {
  padding: 0.2rem;
  background-color: #e7dbd3;
  border-radius: 4px;
  font-weight: 500;
}

.home-button-wp {
  display: block;
  width: fit-content;
  margin: 0 auto;
  padding: 12px 24px;
  color: #fff;
  background-color: #8a452d;
  text-decoration: none;
  border-radius: 4px;

  i {
    margin-right: 4px;
  }
}

.home-button-wp:hover {
  background-color: #c1927f;
}

.home-001 .content a {
  text-decoration: none;
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  padding: 1rem;
}

.home-001 .b1 {
  overflow: hidden;
  position: relative;
}

.home-001 .b1:hover img {
  display: block;
  transform: scale(1);
  opacity: 0.85;
}

.home-001 img {
  transform: scale(1.05);
  transition: all 0.22s;
  display: block;
  width: 100%;
}

.home-001 {
  padding: 4rem 0;
}

.home-001 .content {
  display: flex;
  width: 100%;
}

.home-001 .b1 {
  width: calc(50% - 0.75rem);
}

.home-001 .separator {
  width: 1.5rem;
  display: block;
}

.home-002 {
  background: #f1f1f1;
  padding: 4rem 0;
}

.home-002 .wrapper {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 50fr));
}

.home-002 .b1 {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.12);
  display: block;
  background: #fff;

  margin: 2.5%;
  text-decoration: none;
  text-align: center;
}

.home-002 .p1 {
  font-size: 1.5rem;
  margin-bottom: 1.25rem;
  text-decoration: none;
  color: #222;
}

.home-002 .p2 {
  text-decoration: none;
  line-height: 1.7;
  color: #666;
}

.home-002 .b1 div {
  width: 100%;
  padding: 2rem;
}

.home-002 a {
  border-radius: 10px;
}

.home-002 img {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  width: 100%;
  display: block;
  margin-bottom: 0.25rem;
}

.img-middle {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.logos {
  display: flex;
  align-items: flex-start;
}

.logos img {
  width: calc((100% / 5) - 1rem);
  margin: 0.5rem;
  border-radius: 5px;
  height: auto;
  display: block;
}

/* PAYMENTS FORMS */

.payments form {
  padding: 1rem 0;
}

.form-group {
  background: #f1f1f1;
  padding: 1rem;
  border-radius: 5px;
  display: inline-block;
  margin-right: 0.25rem;
  font-size: 0.875rem;
}
.form-group label {
  display: block;
  margin-bottom: 0.25rem;
}
.form-group select,
.form-group input {
  border: 1px solid #ddd;
  border-radius: 4px;
  height: 2rem;
  width: 8rem;
  padding: 0 0.25rem;
}
.form-group button {
  height: 2rem;
  background: #c1927f;
  border: none;
  padding: 0 1rem;
  border-radius: 4px;
  color: #fff;
  margin-left: 0.25rem;
  cursor: pointer;
}
.form-group button:hover {
  background: #c1927f;
}

.payment-logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 2rem;
}
.payment-logos div {
  padding: 1rem;
  width: calc(100% / 7);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.payment-logos div img {
  width: 100%;
  max-width: 3rem;
}

.mercadopago-button {
  background: #c1927f;
  color: #fff;
  font-size: 0.875rem;
  border-radius: 5px;
  padding: 0.5rem 2rem;
  cursor: pointer;
}
.mercadopago-button:hover {
  background: #c1927f;
}

.gal .filter {
  display: flex;
  margin-bottom: 1.5rem;
  text-transform: uppercase;
}

.gal .filter span {
  display: block;
  flex-grow: 1;
  text-align: center;
  border: 1px solid #ddd;
  background: #c1927f;
  padding: 1rem;
  transition: all 0.22s;
  cursor: pointer;
}

.gal .filter span:hover,
.gal .filter span.active {
  background: #8a452d;
  color: #fff;
}

@media screen and (max-width: 86rem) {
  footer .col-2 input {
    width: 15rem;
  }

  footer .col-2 button {
    padding: 1.25rem 2rem;
  }

  header:not(.spec) {
    position: relative;
  }

  header {
    perspective: 1000px;
  }

  header nav > ul > li {
    font-size: 1rem;
    font-weight: bold;
    padding: 0.5rem;
  }
}

@media screen and (max-width: 77.5rem) {
  .gal .filter {
    flex-wrap: wrap;
  }

  .gal .filter span {
    padding: 0.75rem;
  }

  header .right-side {
    display: block;
    opacity: 0;
    visibility: hidden;
    transform: rotate3d(-1, 0, 0, 77deg);
    position: absolute;
    top: calc(100% + 1rem);
    background: #fff;
    width: 90%;
    padding: 1.5rem;
    border-radius: 5px;
    left: 0;
    transition: all 0.22s;
    right: 0;
    transform-origin: 50% 0%;
    margin: 0 auto;
    text-align: center;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
  }

  header .right-side.active {
    opacity: 1;
    visibility: visible;
    transform: rotate3d(0, 0, 0, 0deg);
  }

  header nav > ul > li:after {
    display: none;
  }

  header .right-side nav > ul > li {
    display: block;
  }

  header nav > ul > li > ul {
    display: block;
    position: static;
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0);
    width: 100%;
    padding: 0.5rem;
    margin: 1rem 0 2rem;
    text-align: center;
    box-shadow: none;
    background: #f1f1f1;
  }

  header .right-side > a {
    margin-left: 0;
    margin-top: 1rem;
    display: inline-block;
  }

  .pancake-menu {
    display: flex;
  }
}

@media screen and (max-width: 1020px) {
  .directions {
    margin-bottom: 30px;
  }

  .hg-logo {
    margin-top: 15px;
  }

  .home-002 .wrapper {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 50fr));
  }

  .moving-text {
    display: block;
  }

  .us-background-responsive {
    display: block;
  }

  .ctc-image-responsive {
    display: block;
  }

  .ctc-image {
    display: none;
  }

  .us-background {
    display: none;
  }
}

@media screen and (max-width: 720px) {
  .home-title-two {
    margin: 0;
    padding: 2rem;
  }
  .category {
    width: calc(50% - 2rem);
  }

  .open-cot-container {
    margin: 20px 0 10px 0;
    text-align: center;
  }

  .open-cot {
    padding: 6px 12px;
    margin-bottom: 20px;
    margin-right: 0;
  }
}

@media screen and (max-width: 480px) {
  .category {
    width: calc(100% - 2rem);
  }

  .form-group-ctc {
    display: block;
  }
}

@media screen and (max-height: 44rem) {
  .hero h1 {
    font-size: 2rem;
    margin-bottom: 2rem;
  }

  .hero h2 {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .hero .p-1 {
    font-size: 1.25rem;
  }

  .hero a:not(.button) {
    font-size: 1.25rem;
  }

  .hero .mb-a {
    margin-bottom: 2rem;
  }
}

@media screen and (max-width: 70rem) {
  footer .col-1-5 .soc-media {
    justify-content: center;
  }

  footer .cols {
    display: block;
    text-align: center;
  }

  footer .col-1 {
    margin-bottom: 2rem;
  }

  footer .col-1-25 {
    margin-bottom: 1.5rem;
  }

  footer .col-1-25 p {
    font-size: 1.125rem;
  }

  footer .col-1-5 a {
    font-size: 1.125rem;
  }

  footer .col-1-5 a.special {
    display: inline-block;
  }

  footer .col-2 {
    display: none;
  }
}

@media screen and (max-width: 64rem) {
  .indexslider p {
    font-size: 2.5rem;
  }

  .slide {
    height: 20rem;
  }

  .feats .bottom .wrapper {
    flex-wrap: wrap;
  }

  .feats .col {
    width: 100%;
  }

  .product {
    width: calc(100% / 2);
  }

  .home-001 .content {
    flex-wrap: wrap;
  }

  .home-001 .b1 {
    width: 100%;
  }

  .home-001 .b1 {
    border-bottom: 4px solid #fff;
  }

  .home-001 .separator {
    display: none;
  }

  .home-3 .cols .col {
    width: calc(100% / 2);
  }

  .cot .cols,
  .us .cols,
  .ctc .cols {
    display: block;
  }

  .cot .col,
  .us .col,
  .ctc .col {
    width: 100%;
    margin: 0;
  }

  .ctc .col-1 {
    margin-bottom: 2rem;
  }

  main .ctc h1 {
    color: #c1927f;
  }

  .ctc .col-2 {
    margin-top: 60px;
  }

  .cot .col-1 {
    margin-bottom: 2rem;
  }

  .cot .col-2 {
    text-align: center;
    border-top: 1px solid #8bced2;
  }

  .cot .col-2 .col-title {
    justify-content: center;
  }

  .grid .item {
    width: calc((100% / 3) - 2rem);
    padding-bottom: calc((100% / 3) - 2rem);
  }

  .gridnews-item {
    width: 100%;
  }
}

@media screen and (max-width: 48rem) {
  .cot .opt {
    width: calc(100% / 2 - 1rem);
  }

  .product-single .card {
    border-bottom: 1px solid rgba(0, 0, 0, 0.01);
    flex-wrap: wrap;
  }

  .product-single .card-image {
    width: 100%;
    height: 0;
    padding-bottom: 50%;
  }

  .product-single .card-info {
    width: 100%;
  }

  .home-002 .b1 {
    width: 100%;
    margin: 0 0 2rem 0;
  }

  .under-footer .wrapper {
    display: block;
    text-align: center;
  }

  .under-footer .wrapper > div {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .under-footer p {
    margin-bottom: 1rem;
  }

  .hero h1 {
    font-size: 2rem;
    margin-bottom: 2rem;
  }

  .hero h2 {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .hero .p-1 {
    font-size: 1.25rem;
  }

  .hero a:not(.button) {
    font-size: 1.25rem;
  }

  .hero .mb-a {
    margin-bottom: 2rem;
  }

  .home-4 {
    padding: 5rem 0;
  }

  .home-4 .section-title {
    font-size: 1.5rem;
  }

  .home-1 .wrapper div {
    margin-left: 0%;
  }

  .home-3 .cols .col {
    width: 100%;
  }

  .grid .item {
    width: calc((100% / 2) - 2rem);
    padding-bottom: calc((100% / 2) - 2rem);
  }
}

@media screen and (max-width: 650px) {
  .top-header div a.hom {
    display: none;
  }
}

@media screen and (max-width: 32rem) {
  header .logo img {
    height: 3.5rem;
  }

  .cot .opt {
    width: calc(100% / 1 - 1rem);
  }

  .product {
    width: 100%;
  }

  .hero .p101 {
    font-size: 1.5rem;
  }

  header .logo span {
    font-weight: normal;
    font-size: 1.25rem;
  }

  footer .col-2 input,
  footer .col-2 button {
    width: 100%;
    margin: 0;
  }

  footer .col-2 form {
    display: block;
  }

  footer .col-2 button {
    margin: 0.5rem 0;
  }

  .grid .item {
    width: calc((100% / 1) - 2rem);
    padding-bottom: calc((100% / 1) - 2rem);
  }
}

@media screen and (max-width: 28rem) {
  header .logo span {
    display: none;
  }

  .top-header p {
    font-size: 0.875rem;
  }
}
