@charset "UTF-8";
.custom-container {
  width: 100% !important;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
  border: 1px solid red;
}

.bg-primary {
  background-color: #D8C3BE !important;
}

html, body {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.text-small {
  font-family: "Open Sans", sans-serif;
  font-size: 0.7rem;
  text-align: center;
  width: 100%;
  display: inline-block;
}

/**
 *  Sheck Icon animation
 */
@-webkit-keyframes shake {
  10%, 90% {
    -webkit-transform: translate3d(-1px, 0, 0);
            transform: translate3d(-1px, 0, 0);
  }
  20%, 80% {
    -webkit-transform: translate3d(2px, 0, 0);
            transform: translate3d(2px, 0, 0);
  }
  30%, 50%, 70% {
    -webkit-transform: translate3d(-4px, 0, 0);
            transform: translate3d(-4px, 0, 0);
  }
  40%, 60% {
    -webkit-transform: translate3d(4px, 0, 0);
            transform: translate3d(4px, 0, 0);
  }
}
@keyframes shake {
  10%, 90% {
    -webkit-transform: translate3d(-1px, 0, 0);
            transform: translate3d(-1px, 0, 0);
  }
  20%, 80% {
    -webkit-transform: translate3d(2px, 0, 0);
            transform: translate3d(2px, 0, 0);
  }
  30%, 50%, 70% {
    -webkit-transform: translate3d(-4px, 0, 0);
            transform: translate3d(-4px, 0, 0);
  }
  40%, 60% {
    -webkit-transform: translate3d(4px, 0, 0);
            transform: translate3d(4px, 0, 0);
  }
}
.animatecss {
  -webkit-animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
          animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

a:focus {
  outline-color: #fff;
}

a:visited {
  color: #222121;
}

nav a:focus {
  outline-color: #f8f9fa;
}
nav a:visited {
  color: #222121;
}

a.btn-dark:visited {
  color: #fff;
}

.btn,
.card {
  border-radius: 0;
}

.hidden {
  display: none;
}

.btn {
  color: #222121;
  font-size: 0.8rem;
  font-weight: 700;
  line-height: 30px;
  max-width: 250px;
  margin: 0 auto 2em;
  z-index: 9;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.btn:hover {
  color: #6c757d;
}

.btn-border {
  color: #222121;
  cursor: pointer;
  display: block;
  font-size: 0.8rem;
  font-weight: 700;
  line-height: 30px;
  max-width: 250px;
  margin: 0 auto 2em;
  position: relative;
  text-transform: uppercase;
  text-decoration: none;
  width: 100%;
}

.btnfos-4 {
  border: 2px solid #222121;
  overflow: hidden;
  position: relative;
}

.btnfos-4 span {
  z-index: 20;
}

.btnfos-4:after {
  background: #222121;
  content: "";
  height: 155px;
  left: -75px;
  opacity: 0.2;
  position: absolute;
  top: -50px;
  width: 50px;
  -webkit-transition: all 1000ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1000ms cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: rotate(35deg);
  transform: rotate(35deg);
  z-index: -10;
}

.btnfos-4:hover:after {
  left: 120%;
  -webkit-transition: all 1000ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1000ms cubic-bezier(0.19, 1, 0.22, 1);
}

.btn-dark {
  color: #fff;
}

h2.title {
  font-size: 2.2rem;
  margin-top: 10px;
  font-family: "Cardo", serif;
}

.top-title {
  font-size: 0.9rem;
  color: #D8C3BE;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  position: relative;
  display: inline;
}
.top-title:after {
  position: absolute;
  bottom: 5px;
  right: -75px;
  content: "";
  border-bottom: 1px solid #D8C3BE;
  width: 70px;
}

.featured-border {
  border-radius: 20px 0 20px 0;
  -webkit-box-shadow: 0px 0px 4.8px rgba(0, 0, 0, 0.05), 0px 0px 38px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 4.8px rgba(0, 0, 0, 0.05), 0px 0px 38px rgba(0, 0, 0, 0.1);
}

.woocommerce-breadcrumb {
  font-size: 0.8rem;
  margin-top: 0px;
}
.woocommerce-breadcrumb a {
  color: #6c757d;
  font-style: italic;
  text-decoration: none;
}
.woocommerce-breadcrumb a:hover {
  text-decoration: underline;
}
.woocommerce-breadcrumb .link-breadcrumb {
  display: inline-block;
}

.sticky-column {
  position: sticky;
  top: 150px;
}

.producto {
  display: none;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.producto.show {
  display: block;
}

/** 
  * SWITCH Currency 
 */
select.wcpbc-country-switcher.country-switcher {
  background-color: transparent;
  border: 0;
}
select.wcpbc-country-switcher.country-switcher option[value=AF] {
  display: none;
}

li.switch-money .selectron23-container {
  margin-top: 10px;
  margin-right: 10px;
}

header {
  border-bottom: 1px solid #adb5bd;
  font-family: "Cardo", serif;
  background-color: #f8f9fa;
}
header li {
  margin: 0 10px;
  position: relative;
}
header li a.nav-link {
  color: #222121;
}
header li a.nav-link.active, header li a.nav-link.featured {
  font-weight: 700;
}
header li .text-small {
  position: absolute;
  bottom: -8px;
  font-style: italic;
  color: #adb5bd;
}
header li.current-menu-item a, header li.current-menu-parent a {
  font-weight: bold;
  font-style: italic;
}
header li.current-menu-item li a, header li.current-menu-parent li a {
  font-weight: normal;
}
header li.current-menu-item li.current-menu-item a, header li.current-menu-parent li.current-menu-item a {
  font-weight: bold;
  font-style: italic;
}
ul.list-iconos {
  list-style: none;
}
ul.list-iconos li {
  display: inline;
  position: relative;
  margin: 0 6px;
}
ul.list-iconos li a i.bi {
  font-size: 1.2rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
ul.list-iconos li a:hover i.bi {
  color: #D8C3BE;
}
ul.list-iconos li span.prds-in-cart {
  position: absolute;
  top: -10px;
  right: -5px;
  border: 1px solid #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  width: 17px;
  height: 17px;
  background-color: #dc3545;
  color: #fff;
  font-size: 0.6rem;
}
ul.list-iconos li span.user-state {
  position: absolute;
  top: -5px;
  right: 0px;
  border-radius: 50%;
  border: 1px solid #fff;
  width: 10px;
  height: 10px;
}
ul.list-iconos li span.user-state.off {
  background-color: #dc3545;
}
ul.list-iconos li span.user-state.on {
  background-color: #198754;
}

.lema {
  font-size: 1rem;
}

.shipping .real-content {
  border-bottom: 1px solid #dee2e6;
}
.shipping .real-content .mensaje > div {
  background-color: #e9ecef;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
}
.shipping .real-content .mensaje > div i.bi {
  font-size: 1.3rem;
  padding-right: 15px;
}

.sale {
  font-size: 0.7rem;
  float: right;
  color: #fff;
  background-color: palevioletred;
  padding: 0 7px;
  line-height: 25px;
  font-weight: 600;
  font-style: italic;
  margin-top: 15px;
  position: absolute;
  bottom: 25px;
  right: 10px;
}

.card {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.card a {
  position: relative;
}
.card a .buy-now {
  opacity: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background-color: rgba(216, 195, 190, 0.9);
  color: #222121;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  font-size: 0.9rem;
  font-weight: 700;
}
.card a:hover .buy-now {
  opacity: 1;
}
.card img {
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border-radius: 0;
}
.card h3 {
  font-size: 1.1rem;
}
.card h3 a {
  color: #222121;
  text-decoration: none;
}
.card p {
  font-size: 0.9rem;
  color: #6c757d;
}
.card .card-text {
  min-height: 45px;
}
.card .price {
  color: #dc3545;
  font-weight: 700;
  float: left;
  text-align: left;
}
.card .price bdi {
  font-size: 0.9rem;
  font-weight: 600;
  color: #dc3545;
}
.card .price bdi span {
  display: inline;
  font-size: 0.9rem;
  font-weight: 600;
  color: #dc3545;
}
.card .price ins {
  background-color: transparent;
}
.card .price ins span {
  display: inline;
  font-size: 0.9rem;
  font-weight: 600;
  color: #dc3545;
}
.card .price del {
  display: inline-block;
  color: #6c757d;
}
.card .price del bdi {
  font-size: 0.8rem;
  color: #6c757d;
  font-weight: 400;
}
.card .price del bdi span {
  display: inline;
  color: #6c757d;
  font-size: 0.8rem;
  font-weight: 400;
}
.card .price span {
  display: block;
  font-size: 0.7rem;
  color: #6c757d;
  font-weight: 400;
}
.card .price .woocommerce-price-suffix {
  font-size: 0.7rem;
  color: #6c757d;
  font-weight: 300;
  display: block;
}
.card:hover {
  -webkit-box-shadow: 0px 0px 4.8px rgba(0, 0, 0, 0.1), 0px 0px 38px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 4.8px rgba(0, 0, 0, 0.1), 0px 0px 38px rgba(0, 0, 0, 0.2);
}

body.home .card img {
  height: 350px;
}

/**  SECTION:  CATEGORIAS
*/
ul.filter_categorias {
  text-align: center;
  padding-top: 15px;
  padding-bottom: 10px;
}
ul.filter_categorias li {
  display: inline;
  list-style: none;
  margin: 0 10px;
}
ul.filter_categorias li a {
  text-transform: uppercase;
  color: #222121;
  text-decoration: none;
}
ul.filter_categorias li a.active {
  font-weight: 600;
}

/** SECTION:  MARCAS */
.marcas .col-img {
  max-height: 450px;
  overflow: hidden;
}
.marcas .col-img img {
  -o-object-fit: cover;
     object-fit: cover;
}
.marcas .owl-carousel .owl-stage {
  background-color: #D8C3BE;
}
.marcas .owl-carousel .owl-nav .owl-next,
.marcas .owl-carousel .owl-nav .owl-prev {
  margin-top: 0;
}
.marcas .owl-carousel .owl-item img {
  display: block;
  width: 60%;
  padding-top: 20px;
  padding-bottom: 20px;
  margin: auto;
}

/**  SECTION:   TESTIMONIOS
*/
.quote {
  padding: 0 50px;
}
.quote .quote__text {
  font-family: "Cardo", serif;
  font-style: italic;
  color: #222121;
}
.quote .quote__img {
  width: 80px;
  height: 80px;
}
.quote .quote__info {
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.quote .quote__info h3 {
  font-size: 1rem;
  font-weight: 500;
}
.quote .quote__info .quote__info__date {
  font-size: 0.9rem;
  color: #D8C3BE;
}

.carousel-slick.slick-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.slick-dots li {
  width: 70px;
  margin: 0;
}
.slick-dots li button::before {
  width: 70px;
  border-radius: 0;
  height: 2px;
  background-color: #D8C3BE;
  font-size: 0;
  opacity: 1;
}
.slick-dots li.slick-active button::before {
  height: 5px;
  opacity: 1;
  margin-top: -3px;
}

/* SECTION:  INFO */
.bg-rectangle-rosa {
  background-image: url("../../assets/img/bg-rectangle-rosa.jpg");
  background-repeat: repeat-x;
  background-position: center;
}

.font-info {
  font-family: "Open Sans", sans-serif;
}

.font-big {
  font-size: 1.3rem;
  font-weight: 600;
}

/* SECTION:  VIDEOS */
.videos .video {
  height: 100%;
}
.videos .video video {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.videos .texto {
  border: 2px solid #D8C3BE;
}

/* SECTION: FOOTER */
footer {
  border-top: 1px solid #adb5bd;
}
footer .small {
  font-size: 0.8rem;
}
footer span.small {
  font-size: 0.7rem;
  padding-top: 10px;
  line-height: 110%;
  display: block;
  color: #adb5bd;
}
footer a {
  font-size: 0.9rem;
  color: #222121;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
footer a:hover {
  color: #D8C3BE;
  text-decoration: underline;
}
footer .btn-submit {
  border: 0;
  background-color: transparent;
  font-size: 0.9rem;
  font-weight: 700;
}

/* SECTION:  BOTTOM FOOTER */
.bottom-footer {
  font-size: 0.8rem;
}
.bottom-footer .instagram {
  font-size: 1.4rem;
  color: #D8C3BE;
}
.bottom-footer .right {
  text-align: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.bottom-footer > .container > .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* SECTION:  ABOUT - FORM */
.form-check-label {
  font-size: 0.7rem;
  color: #6c757d;
  font-style: italic;
}

.parallax {
  overflow: hidden;
  height: 200px;
  width: 100%;
  position: relative;
  background-size: cover;
  background-position: center bottom;
  position: relative;
  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-attachment: fixed;
  background-size: cover;
}
.parallax:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(216, 195, 190, 0.6);
}
.parallax h1 {
  position: relative;
  font-size: 2rem;
  font-family: "Cardo", serif;
  color: #222121;
  font-style: italic;
  z-index: 9;
}

.filtro-categorias label {
  font-family: "Cardo", serif;
  font-size: 1.2rem;
}
.filtro-categorias a {
  padding: 0 5px;
  color: #222121;
  text-decoration: none;
  text-transform: uppercase;
}
.filtro-categorias a:hover {
  color: #D8C3BE;
  text-decoration: underline;
}
.filtro-categorias a.active {
  color: #D8C3BE;
  text-decoration: underline;
  font-weight: 700;
}

body.producto,
body.single {
  /* IMPORTANT:  Num. Qunatity + button Añadir al carrito */
}
body.producto .gallery img,
body.single .gallery img {
  margin-bottom: 10px;
}
body.producto .image-item-gallery,
body.single .image-item-gallery {
  border: 5px solid #D8C3BE;
  display: block;
  width: 80%;
}
body.producto .image-item-gallery img,
body.single .image-item-gallery img {
  margin-bottom: 0;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
body.producto .precio,
body.single .precio {
  font-size: 1.5rem;
  font-weight: 700;
  border-right: 5px solid #D8C3BE;
  padding-right: 10px;
  line-height: 1.5rem;
  margin-bottom: 30px;
}
body.producto .precio del,
body.single .precio del {
  font-size: 1.1rem;
  font-weight: 300;
  font-style: italic;
  color: #6c757d;
}
body.producto .precio .small,
body.single .precio .small {
  display: block;
  font-size: 0.8rem;
  font-weight: 300;
  font-style: italic;
  color: #6c757d;
}
body.producto .precio .woocommerce-price-suffix,
body.single .precio .woocommerce-price-suffix {
  display: block;
  clear: both;
  font-size: 0.8rem;
  font-style: italic;
  color: #6c757d;
}
body.producto .precio ins,
body.single .precio ins {
  background-color: transparent;
  padding-left: 15px;
}
body.producto .oferta,
body.single .oferta {
  width: 100%;
  font-weight: 700;
  background-color: #D8C3BE;
}
body.producto .devolucion,
body.single .devolucion {
  width: 100%;
  font-weight: 700;
}
body.producto .info,
body.single .info {
  text-align: justify;
}
body.producto .single_variation_wrap,
body.single .single_variation_wrap {
  border: 1px solid #ededed;
  background-color: #f8f9fa;
  background-color: white;
  margin: 20px 0;
  padding: 20px;
  text-align: left;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05), 0px 0px 80px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05), 0px 0px 80px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
body.producto .single_variation_wrap .quantity,
body.single .single_variation_wrap .quantity {
  float: left;
  margin-right: 10px;
}
body.producto .single_variation_wrap button.button,
body.single .single_variation_wrap button.button {
  color: #222121;
  cursor: pointer;
  display: block;
  font-size: 0.8rem;
  font-weight: 700;
  line-height: 30px;
  max-width: 250px;
  margin: 0;
  position: relative;
  text-transform: uppercase;
  text-decoration: none;
  padding: 0 20px;
  background-color: #D8C3BE;
  border: 1px solid #222121;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  height: 30px;
}
body.producto .single_variation_wrap button.button:hover,
body.single .single_variation_wrap button.button:hover {
  background-color: #fff;
}
body.producto .single-meta,
body.single .single-meta {
  text-align: left;
  font-size: 0.8rem;
}
body.producto .single-meta .sku_wrapper,
body.producto .single-meta .posted_in,
body.producto .single-meta .tagged_as,
body.single .single-meta .sku_wrapper,
body.single .single-meta .posted_in,
body.single .single-meta .tagged_as {
  font-weight: 700;
  margin-right: 10px;
}
body.producto .single-meta .sku_wrapper .sku,
body.producto .single-meta .sku_wrapper a,
body.producto .single-meta .posted_in .sku,
body.producto .single-meta .posted_in a,
body.producto .single-meta .tagged_as .sku,
body.producto .single-meta .tagged_as a,
body.single .single-meta .sku_wrapper .sku,
body.single .single-meta .sku_wrapper a,
body.single .single-meta .posted_in .sku,
body.single .single-meta .posted_in a,
body.single .single-meta .tagged_as .sku,
body.single .single-meta .tagged_as a {
  font-weight: 300;
  color: #222121;
}

ul.tabs {
  padding: 0;
  margin: 0;
  list-style: none;
}
ul.tabs li {
  display: inline-block;
  padding: 10px 15px;
}
ul.tabs li a {
  color: #222121;
  text-decoration: none;
}
ul.tabs li.active {
  background-color: #D8C3BE;
  font-weight: 700;
}

.woocommerce-Tabs-panel {
  padding: 30px 0 20px 0;
}

/* Lista de filtro s(sidebar)  */
ul.list-item-catmar li {
  padding-bottom: 3px;
  display: inline-block;
  width: 100%;
}
ul.list-item-catmar li a {
  text-transform: uppercase;
  color: #000;
  text-decoration: none;
}
ul.list-item-catmar li a.selected {
  font-weight: bold;
}

ul.posts_instagram #sb_instagram #sbi_load {
  padding-top: 10px;
}

div.quantity {
  display: inline-block;
}

.woocommerce button.button.alt:hover {
  color: #495057;
}

/* color boton */
.woocommerce a.button.alt {
  background-color: #D8C3BE;
  color: #495057;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.woocommerce a.button.alt:hover {
  background-color: #495057;
  color: #D8C3BE;
}

table.shop_table td.actions button {
  display: none;
}
table.shop_table td.actions .coupon button {
  display: block;
}

ul.products {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
ul.products li .card:first-child {
  margin-right: 20px;
}

.woocommerce-cart .cart-collaterals {
  padding-top: 50px;
}
.woocommerce-cart .cart-collaterals .cross-sells ul.products li.product {
  top: 0 !important;
}

.coupon #coupon_code {
  width: 150px;
}

/* cart */
#customer_details {
  padding-bottom: 100px;
}

#order_review {
  border: 1px solid #ccc;
  padding: 50px;
  background: #fafafa;
  -webkit-box-shadow: 0 0 30px #ddd;
          box-shadow: 0 0 30px #ddd;
  margin-top: 20px;
}

.shop_table a {
  color: #000;
}

.single_variation_wrap form.cart a.added_to_cart.wc-forward {
  border-radius: 3px;
  border: 1px solid #495057;
  background-color: #000;
  color: white;
  text-decoration: none;
  font-size: 0.8em;
  line-height: 29px;
  font-weight: bold;
  text-transform: uppercase;
  margin-left: 10px;
  height: 30px;
  padding: 0 15px;
}
.single_variation_wrap form.cart a.added_to_cart.wc-forward:before {
  font-family: WooCommerce;
  content: "\e01e";
  margin-right: 0.53em;
  vertical-align: bottom;
}
.single_variation_wrap form.cart .reset_variations {
  margin-left: 20px;
  text-transform: uppercase;
  text-decoration: none;
  color: #333;
}

.variations select {
  height: 36px;
  border-radius: 3px;
}

/* form checkout */
form.checkout.woocommerce-checkout .col-2 {
  display: none;
}
form.checkout.woocommerce-checkout .col-1 {
  width: 100%;
}
form.checkout.woocommerce-checkout .woocommerce-billing-fields__field-wrapper {
  border: 1px solid #ccc;
  padding: 50px;
  background-color: #fafafa;
  margin-top: 20px;
}
form.checkout.woocommerce-checkout .woocommerce-billing-fields__field-wrapper p {
  margin-bottom: 20px;
}
form.checkout.woocommerce-checkout .woocommerce-billing-fields__field-wrapper input {
  height: 50px;
  text-indent: 10px;
  color: #495057;
}
form.checkout.woocommerce-checkout .woocommerce-billing-fields__field-wrapper #billing_postcode_field {
  display: inline-block;
  width: 30%;
}
form.checkout.woocommerce-checkout .woocommerce-billing-fields__field-wrapper #billing_city_field {
  display: inline-block;
  width: 50%;
}
form.checkout.woocommerce-checkout .woocommerce-billing-fields__field-wrapper #billing_state_field {
  display: inline-block;
  width: 20%;
}
form.checkout.woocommerce-checkout .woocommerce-billing-fields__field-wrapper #billing_state_field .woocommerce-input-wrapper {
  display: block;
  height: 50px;
  margin-top: 2px;
}
form.checkout.woocommerce-checkout .woocommerce-billing-fields__field-wrapper #billing_state_field .woocommerce-input-wrapper .select2.select2-container {
  height: 50px;
  margin-top: -2px;
}
form.checkout.woocommerce-checkout .woocommerce-billing-fields__field-wrapper #billing_state_field .woocommerce-input-wrapper .select2.select2-container .select2-selection.select2-selection--single {
  border: 1px solid #ccc;
  border-radius: 3px;
  height: 49px;
}
form.checkout.woocommerce-checkout .woocommerce-billing-fields__field-wrapper #billing_state_field .woocommerce-input-wrapper .select2.select2-container .select2-selection.select2-selection--single #select2-billing_state-container {
  height: 50px;
  line-height: 45px;
}
form.checkout.woocommerce-checkout .woocommerce-billing-fields__field-wrapper #billing_state_field .woocommerce-input-wrapper .select2.select2-container .select2-selection.select2-selection--single .select2-selection__arrow {
  top: 12px;
  right: 3px;
}

/* mi-cuenta */
.woocommerce-MyAccount-navigation ul {
  padding: 0;
  margin: 0;
}
.woocommerce-MyAccount-navigation ul li {
  list-style: none;
  margin-bottom: 5px;
}
.woocommerce-MyAccount-navigation ul li a {
  text-transform: uppercase;
  color: #212529;
  text-decoration: none;
}
.woocommerce-MyAccount-navigation ul li.is-active a {
  font-weight: bold;
}

.woocommerce-MyAccount-content .u-column1.col-1.woocommerce-Address {
  width: 100%;
}

/** Form Contacto */
form.wpcf7-form input[type=text],
form.wpcf7-form input[type=email],
form.wpcf7-form input[type=tel] {
  text-indent: 5px;
  font-size: 0.9rem;
}
form.wpcf7-form textarea {
  text-indent: 5px;
  font-size: 0.9rem;
  height: 100px;
}
form.wpcf7-form .form-check {
  padding-left: 0.5rem;
}
form.wpcf7-form .form-check .wpcf7-list-item-label {
  text-align: left;
  font-size: 0.7rem;
  font-style: italic;
  display: inline-block;
  line-height: 140%;
}

.work-wrap .img {
  background-size: cover;
}

.owl-carousel,
.owl-carousel-testimonios {
  position: relative;
}

.owl-carousel .owl-item,
.owl-carousel-testimonios .own-item {
  opacity: 1;
}

.owl-carousel .owl-item.active,
.owl-carousel-testimonios .owl-item.active {
  opacity: 1;
}

.owl-carousel .owl-nav,
.owl-carousel-testimonios .owl-nav {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: inline-block;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel-testimonios .owl-nav .owl-prev,
.owl-carousel-testimonios .owl-nav .owl-next {
  position: absolute;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-top: 60px;
  color: rgba(0, 0, 0, 0.2) !important;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  opacity: 1;
}

@media (prefers-reduced-motion: reduce) {
  .owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel-testimonios .owl-nav .owl-prev,
.owl-carousel-testimonios .owl-nav .owl-next {
    -webkit-transition: none;
    transition: none;
  }
}
.owl-carousel .owl-nav .owl-prev p span,
.owl-carousel .owl-nav .owl-prev p small,
.owl-carousel .owl-nav .owl-next p span,
.owl-carousel .owl-nav .owl-next p small,
.owl-carousel-testimonios .owl-nav .owl-prev p span,
.owl-carousel-testimonios .owl-nav .owl-prev p small,
.owl-carousel-testimonios .owl-nav .owl-next p span,
.owl-carousel-testimonios .owl-nav .owl-next p small {
  display: block;
  color: #000;
  line-height: 0.8;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media (prefers-reduced-motion: reduce) {
  .owl-carousel .owl-nav .owl-prev p span,
.owl-carousel .owl-nav .owl-prev p small,
.owl-carousel .owl-nav .owl-next p span,
.owl-carousel .owl-nav .owl-next p small,
.owl-carousel-testimonios .owl-nav .owl-prev p span,
.owl-carousel-testimonios .owl-nav .owl-prev p small,
.owl-carousel-testimonios .owl-nav .owl-next p span,
.owl-carousel-testimonios .owl-nav .owl-next p small {
    -webkit-transition: none;
    transition: none;
  }
}
.owl-carousel .owl-nav .owl-prev small,
.owl-carousel .owl-nav .owl-next small,
.owl-carousel-testimonios .owl-nav .owl-prev small,
.owl-carousel-testimonios .owl-nav .owl-next small {
  text-transform: uppercase;
}

.owl-carousel .owl-nav .owl-prev span,
.owl-carousel .owl-nav .owl-next span,
.owl-carousel-testimonios .owl-nav .owl-prev small,
.owl-carousel-testimonios .owl-nav .owl-next small {
  line-height: 0;
}

.owl-carousel .owl-nav .owl-prev span:before,
.owl-carousel .owl-nav .owl-next span:before,
.owl-carousel-testimonios .owl-nav .owl-prev span:before,
.owl-carousel-testimonios .owl-nav .owl-next span:before {
  font-size: 40px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media (prefers-reduced-motion: reduce) {
  .owl-carousel .owl-nav .owl-prev span:before,
.owl-carousel .owl-nav .owl-next span:before,
.owl-carousel-testimonios .owl-nav .owl-prev span:before,
.owl-carousel-testimonios .owl-nav .owl-next span:before {
    -webkit-transition: none;
    transition: none;
  }
}
.owl-carousel .owl-nav .owl-prev:hover small,
.owl-carousel .owl-nav .owl-next:hover small,
.owl-carousel-testimonios .owl-nav .owl-prev:hover small,
.owl-carousel-testimonios .owl-nav .owl-next:hover small {
  color: #ffc6be;
}

.owl-carousel .owl-nav .owl-prev:hover span:before,
.owl-carousel .owl-nav .owl-next:hover span:before,
.owl-carousel-testimonios .owl-nav .owl-prev:hover span:before,
.owl-carousel-testimonios .owl-nav .owl-next:hover span:before {
  color: #ffc6be;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel-testimonios .owl-nav .owl-prev {
  left: 50%;
  margin-left: -35px;
}

.owl-carousel .owl-nav .owl-next,
.owl-carousel-testimonios .owl-nav .owl-next {
  right: 50%;
  margin-right: -35px;
}

.owl-carousel .owl-dots,
.owl-carousel-testimonios .owl-dots {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  padding-top: 30px;
}

.owl-carousel .owl-dots .owl-dot,
.owl-carousel-testimonios .owl-dots .owl-dot {
  width: 70px;
  height: 1px;
  margin: 0px;
  background: transparent;
  position: relative;
  border: 1px solid #D8C3BE;
}

.owl-carousel .owl-dots .owl-dot:hover,
.owl-carousel .owl-dots .owl-dot:focus,
.owl-carousel-testimonios .owl-dots .owl-dot:hover,
.owl-carousel-testimonios .owl-dots .owl-dot:focus {
  outline: none !important;
}

.owl-carousel .owl-dots .owl-dot.active,
.owl-carousel-testimonios .owl-dots .owl-dot.active {
  background: #D8C3BE;
  height: 5px;
  border: 1px solid #D8C3BE;
}

@media (min-width: 992px) {
  .owl-carousel .owl-dots,
.owl-carousel-testimonios .owl-dots {
    margin-top: 0;
    margin-right: -40px;
  }
}
.owl-carousel.owl-drag .owl-item,
.owl-carousel-testimonios.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.work-wrap .text, .work-wrap .img {
  width: 50%;
}

@media (max-width: 767.98px) {
  .work-wrap .text, .work-wrap .img {
    width: 100%;
  }
}
.work-wrap .img {
  height: 700px;
}

.work-wrap .text {
  background: #D8C3BE;
}
.work-wrap .text h2 {
  text-align: right;
  font-size: 2.5rem;
  font-weight: 300;
  text-transform: uppercase;
}
.work-wrap .text .desc {
  text-align: right;
}

@media (max-width: 991.98px) {
  .work-wrap .text h2 {
    font-size: 40px;
  }
}
/*---------------------------------------
LAS MEDIAS QUERIES --- MOBILE FIRST 
---------------------------------------*/
.contesto {
  background: red;
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 20px;
  height: 20px;
  z-index: 99;
}

.work-wrap .img {
  height: 300px;
  border-left: 0px solid #fff;
}

.bottom-footer .right {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media only screen and (min-width: 768px) and (orientation: landscape) {
  .contesto {
    background-color: orange;
  }
  .work-wrap .img {
    height: 700px;
    border-left: 10px solid #fff;
  }
  .bottom-footer .right {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
  }
}
@media only screen and (min-width: 768px) and (orientation: portrait) {
  .contesto {
    background-color: yellow;
  }
}
@media only screen and (min-width: 962px) and (orientation: landscape) {
  .contesto {
    background-color: orchid;
  }
}
@media only screen and (min-width: 992px) {
  .contesto {
    background-color: teal;
  }
}
@media only screen and (min-width: 1200px) {
  .contesto {
    background-color: navy;
  }
}
@media only screen and (min-width: 1400px) {
  .contesto {
    background-color: blue;
  }
}
@media only screen and (min-width: 1500px) {
  .contesto {
    background-color: rgb(75, 186, 219);
  }
}