/*
Theme Name:   Talento Corporativo
Theme URI:    https://talentocorporativo.com
Description:  Talento Corporativo Child Theme
Version:      3.5.3
Author:       Talento Corporativo
Author URI:   https://talentocorporativo.com
Template:     movedo
*/

/*** Definiciones ***/

/* Colores */

:root {
  --primary-color-1: #9e9357; /* b5a46d */
  --primary-color-2: #887c05;
  --primary-color-3: #4f5909;
  --white: #fff;
  --black: #000;
  --color-offer: #ca9b02; /* naranja*/

  --text-black: #323232;
  --bg-title: #c00020;
  --border-grey: #707070;
  --border-grey-form: #a3a3a3;

  --font-family-title: "Headland One";
  --font-family-base: "Poppins";

}

body {/*16-24*/
  font-size: 1rem;
  line-height: 1.5
}

.primary-button {
  background: var(--primary-color-1);
  color: var(--white);
  display: inline-block;
  font-weight: 500;
  padding: 0.65rem 01rem;
  font-size: 1.1rem;
  }
  .primary-button:hover {
    background: var(--primary-color-2);
    color: var(--white);
  }
.c-button-arrow.grve-btn i {
  margin-right: 2.5rem;
  }
  .c-button-arrow .fa-arrow-right:before {
    content: "";
    background: url("/wp-content/themes/movedo-child/images//arrow-right-button.png") 0 0 no-repeat;
    height: 15px;
    left: 0;
    position: absolute;
    top: -6px;
    width: 27px;
    }

.c-banda-degradado.grve-section .grve-clipping-content {
  position: relative;
  }
  .c-banda-degradado.grve-section .grve-clipping-content::after {
    content: "";
    background: rgba(0,0,0, 0.45);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 9;
  }
  #grve-theme-wrapper .c-banda-degradado.grve-section .grve-element {
    z-index: 999;
  }
  #grve-theme-wrapper .c-banda-degradado.grve-section .grve-element .grve-h4 {
    color: var(--white);
    font-family: var(--font-family-title);
    display: inline-block;
  }
  #grve-theme-wrapper .c-banda-degradado.grve-section .c-boton-destacado,
  #grve-theme-wrapper .c-banda-regala.grve-section .c-boton-destacado {
    background: var(--white);
    border: 1px solid var(--white);
    color: var(--black);
    font-size: .95rem !important;
    margin-top: 2rem;
    padding: 1rem 4rem;
    }
    #grve-theme-wrapper .c-banda-degradado.grve-section .c-boton-destacado:hover {
      background: var(--primary-color-1);
      border: 1px solid var(--primary-color-1);
      color: var(--white);
    }

#grve-theme-wrapper .grve-padding-bottom-2x.c-banda-regala {
  padding: 6rem 0!important;
}
  .c-banda-regala .grve-h2 {
    color: var(--white);
  }
  #grve-theme-wrapper .c-banda-regala.grve-section .c-boton-destacado {
    margin-top: 0;
    }
    #grve-theme-wrapper .c-banda-regala.grve-section .c-boton-destacado:hover {
      background: transparent;
      border: 1px solid var(--white);
      color: var(--white);
    }
  #grve-bottom-bar .c-banda-copy {
    border-top: 1px solid rgba(181,164,109,0.30);
  }

  .imagen-central .grve-image.grve-full-image img{
    min-height: 443px;
    object-fit: cover;
    object-position: left;
  }

/* Interiores */
.qr-lector-tabla > th, td{vertical-align: top;}
.c-banda-image-text .grve-row.grve-columns-gap-none{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
.c-banda-image-text .grve-section .grve-column.grve-middle{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
.c-banda-image-text .grve-section .grve-column.grve-middle .grve-column-wrapper{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.c-banda-image-text .grve-element > ul,
.c-banda-image-text .grve-element .grve-box-content > ul{
font-size: 1.25rem !important;
}
.c-banda-image-text .grve-image,
.c-banda-image-text .grve-image-wrapper {
  height: 100%;
  width: 100%;
}
.c-banda-image-text .grve-image-wrapper img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.c-banda-image-text .grve-box-icon.grve-side-icon.grve-align-left .grve-image-icon {
  margin-right: 1.5rem;
}
.c-banda-image-text .grve-box-icon .grve-box-title {
  display: block;
  margin-bottom: .5rem;
}
.c-banda-mosaico .variedades-uva{
  font-size: 2rem;
  color: var(--white);
  padding: 1rem;
}
.c-banda-mosaico .grve-column-wrapper{
  display: grid;
  grid-gap: .5rem;
  grid-template-columns: repeat(3, 1fr);
  background-color: var(--primary-color-1);
  padding: .5rem;
}
.c-banda-mosaico .grve-column-wrapper .c-columna-mosaico-1{
  grid-column: 1;
}

.c-banda-mosaico .grve-column-wrapper .c-columna-mosaico-2{
  grid-column: 2;
}

.c-banda-mosaico .grve-column-wrapper .c-columna-mosaico-3{
  grid-column: 3;
}
.c-columna-mosaico-1 .grve-column-inner,
.c-columna-mosaico-1 .grve-column-wrapper-inner,
.c-columna-mosaico-1 .grve-image-wrapper,
.c-columna-mosaico-1 .grve-image-wrapper img{
  height: 100%;
}
.c-columna-mosaico-1 .grve-image{
  height: 95%;
}
.c-columna-mosaico-1 .grve-image-wrapper img{
  object-fit: cover;
}

/* Modal Destacada */
.pum-overlay .grve-btn {
  background-color: var(--primary-color-1);
  color: var(--white);
  margin: 0!important;
  padding: 1rem!important;
  width: 100%;
  }
  .pum-overlay .grve-btn:hover {
    background: var(--black);
  }

/*Yith Bookings*/

.yith-wcbk-date-picker-wrapper .yith-wcbk-booking-date-icon{
  top: 35% !important;
}

/*Checkout*/

#grve-theme-wrapper input[type="text"],
#grve-theme-wrapper input[type="input"],
#grve-theme-wrapper input[type="password"],
#grve-theme-wrapper input[type="email"],
#grve-theme-wrapper input[type="url"],
#grve-theme-wrapper input[type="tel"],
#grve-theme-wrapper input[type="search"],
#grve-theme-wrapper input[type="date"],
#grve-theme-wrapper textarea,
#grve-theme-wrapper select,
#grve-theme-wrapper .select2-choice{
  min-height: 45px !important;
  padding: 1.5em .5em .5em !important;
}

.wp-block-woocommerce-checkout-actions-block .wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button .wc-block-components-checkout-place-order-button__text{
  color: #fff !important;
}

/* Listado Producto */
.grve-product-item .grve-media .attachment-woocommerce_thumbnail {
  height: 18rem;
  object-fit: contain;
}

/* Ficha de producto */
.woocommerce div.product div.images.grve-product-images img {
  height: 30rem;
}
#grve-entry-summary .price {
  font-size: 2rem;
}
.entry-summary .woocommerce-Price-amount.amount,
.woocommerce div.product .stock {
  color: var(--primary-color-1);
}
#grve-theme-wrapper .woocommerce-message.grve-bg-green {
  background-color: var(--primary-color-1);
  border-color: var(--primary-color-1);
  text-align: center;
}
.woocommerce-page .woocommerce-message .button {
  float: none;
}
.grve-product-item span.onsale {
  min-width: 60px;
  min-height: 60px;
  max-width: 60px;
  height: 60px;
  line-height: 60px;
}


/*Cart*/
.cart-item-content {
  line-height: normal;
}
.wc-block-cart-item__product .wc-block-cart-item__wrap {
  text-align: left;
}
.wc-block-cart-item__product .wc-block-components-sale-badge,
.wc-block-cart-item__total-price-and-sale-badge-wrapper .wc-block-components-sale-badge {
  color: var(--color-offer);
}
.wc-block-components-quantity-selector {
    width: 9rem !important;
}
.wc-block-cart-item__product .wc-block-components-quantity-selector__input {
  padding: 0;
}
.wc-block-cart-item__product .wc-block-cart-item__quantity .wc-block-components-quantity-selector__button {
  padding: initial!important;
}
#grve-theme-wrapper .wc-block-cart-item__product .wc-block-cart-item__quantity .wc-block-cart-item__remove-link,
#grve-theme-wrapper .wc-block-cart .wc-block-cart__submit-container .wc-block-cart__submit-button .wc-block-components-button__text {
  background-color: var(--primary-color-1);
  color: var(--white);
  font-size: .75rem !important;
  font-weight: 600;
  padding: .5rem 1rem !important;
  text-transform: uppercase;
}


.wc-block-components-quantity-selector{
  width: 236px !important;
}
.wc-block-components-quantity-selector__input{
  margin: 0 !important;
}
.wc-block-components-quantity-selector__button{
  margin: 0 !important;
}
#grve-cart-area {
  background-color: var(--white);
}

#grve-cart-area .grve-cart-total{
  color: var(--primary-color-3);
}

#grve-cart-area .cart-item-content a, #grve-cart-area .grve-empty-cart .grve-h6{
  color: var(--black) !important;
}

#grve-cart-area .cart-item-content a:hover, #grve-cart-area .grve-empty-cart .grve-h6:hover{
  color: var(--primary-color-1) !important;
}
#grve-theme-wrapper .grve-bg-grey{
  background-color: var(--black);
}
#grve-theme-wrapper .grve-bg-grey:hover{
  background-color: var(--primary-color-1) !important;
  border-color: var(--primary-color-1) !important;
}

/* Pagina visitas */
.c-visita-individual {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 4rem;
}
.c-visita-destacada-imagen {
  display: flex;
  flex: 0 0 40%;
  max-width: 40%;
}
.c-visita-destacada {
  display: flex;
  flex-direction: column;
  flex: 0 0 60%;
  max-width: 60%;
  padding-left: 3rem;
  }
  .c-visita-destacada .c-visita-condiciones {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 1rem 0;
    }
    .c-visita-destacada .c-visita-condiciones div {
      padding-right: 1rem;
    }
    .c-visita-destacada .c-visita-condiciones i {
      color: var(--primary-color-1);
    }
    .c-visita-destacada .c-visita-boton-enlace {
      background: var(--primary-color-1);
      color: var(--white);
      display: inline-block;
      font-weight: 500;
      padding: 0.65rem 01rem;
      font-size: 1.1rem;
      }
      .c-visita-destacada .c-visita-boton-enlace:hover {
        background: var(--primary-color-2);
        }


/* Página Bodega */
#grve-theme-wrapper .banda-intro-vinos .grve-h5 {
	color: #ffffff;
}
#grve-theme-wrapper .banda-vinos  .grve-image.grve-align-center .grve-image-wrapper {
	position: relative;
}
#grve-theme-wrapper .banda-vinos  .grve-image.grve-align-center .grve-image-wrapper:before {
    content: "";
    display: block;
    width: 100%;
    height: 33%;
    background: #f3f0e8;
    position: absolute;
    top: 21%;
    z-index: 0;
}
#grve-theme-wrapper .banda-vinos  .grve-image.grve-align-center img {
	  height: 40rem;
    object-fit: contain;
	position: relative;
}
#grve-theme-wrapper .banda-vinos .grve-text p {
	background: url("/wp-content/uploads/2025/02/icono-list-vino.png") 0 0 / 15px no-repeat;
	padding: 0 0 0 1.5rem;
}
#grve-theme-wrapper .banda-vinos .grve-text p strong {
	color: var(--primary-color-1);
	}
#grve-theme-wrapper .banda-vinos .owl-controls .owl-dot span {
	background-color: #fff!important;
	border-radius: 0;
	border: 1px solid var(--primary-color-1);
	width: 2rem;
}
#grve-theme-wrapper .banda-vinos .owl-controls .owl-dot.active span {
	background-color: var(--primary-color-1)!important;
}
#grve-theme-wrapper .grve-section:not(.grve-fullwidth).banda-vinos .grve-carousel .grve-carousel-buttons .grve-carousel-prev {
    left: -5rem;
}
#grve-theme-wrapper .grve-section:not(.grve-fullwidth).banda-vinos .grve-carousel .grve-carousel-buttons .grve-carousel-next {
    right: -5rem;
}
#grve-theme-wrapper .banda-vinos .grve-carousel-buttons div i {
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.16);
    font-size: inherit;
    border: 1px solid var(--primary-color-1);
    border-radius: 99px;
    padding: 1rem;
}

/* visitas */
.single-product.woocommerce div.product .product_title {
	font-size: 2.5rem;
  line-height: normal;
}
.single-product.woocommerce #grve-entry-summary .price {
    font-size: 1.75rem;
    border-bottom: 1px solid var(--primary-color-1);
    line-height: normal;
    padding: 0.5rem 0 0;
}
.single-product #grve-main-content .grve-main-content-wrapper, .single-product #grve-theme-wrapper .grve-padding-top-3x {
  padding-top: 0;
}
.single-product #grve-theme-wrapper .grve-margin-top-3x {
    margin-top: 0;
}

.single-product #grve-entry-summary .yith-wcbk-form-section-dates-wrapper {
	display: flex;
  align-items: stretch;
  gap: 1rem;
}
.single-product #grve-theme-wrapper input[type="text"], .single-product #grve-theme-wrapper .summary select {
	margin: 0;
	padding: .5rem !important;
}
.single-product #grve-theme-wrapper .summary select.yith-wcbk-booking-date {
	min-width: 11rem;
}
.single-product .yith-wcbk-booking-form-error {
  font-size: .8em;
  margin-top: 0;
}
.single-product .yith-wcbk-date-picker-wrapper .yith-wcbk-booking-date-icon {
  top: 50% !important;
	}

.single-product.woocommerce #grve-theme-wrapper .grve-woo-tabs .woocommerce-Tabs-panel .grve-container,
.single-product.woocommerce #grve-theme-wrapper #grve-related-products .grve-container{
    max-width: 960px;
}
.single-product.woocommerce #grve-theme-wrapper #grve-related-products .grve-container{
	padding-top: 3rem;
	}
.single-product #grve-theme-wrapper .grve-margin-bottom-2x.tabs {
	margin-bottom: 1rem;
}
.content-visita-intro strong {
	color: var(--primary-color-1);
	display: inline-block;
	margin-top: 1rem;
}
.content-visita-datos {
  display: flex;
  flex-direction: column;
  }
  .content-visita-datos .fila-datos {
    display: flex;
    flex-direction: row;
  }
  .content-visita-datos .fila-datos p {
		border-left: 2px solid var(--primary-color-1);
		font-size: 1rem;
    line-height: normal;
		padding-left: 1rem;
}
.content-visita-datos .fila-datos p:first-child {
	border-left: 0;
	padding-left: 0;
}
.content-visita-datos .fila-datos p em {
	display: inline-block;
	margin-bottom: 1.5rem;
	}
.content-visita-datos .fila-datos .text-dorado {
    color: var(--primary-color-1);
    display: block;
	  font-weight: 600;
    min-width: 7rem;
    max-width: 7rem;
    text-transform: uppercase;
    }
#grve-theme-wrapper .banda-vinos .grve-text p {
    padding: 0 0 0 1.5rem;
    margin: 0 0 1rem;
    font-size: 1.05rem;
    line-height: normal;
}

/* Bono regalo */
.product-type-gift-card .woocommerce-product-gallery__image {
  padding: 1em 0;
}
#grve-product-feature-image .ywgc-main-form-preview-container {
  min-height: 15em;
  box-shadow: 0px 0px 15px -10px;
}
#grve-product-feature-image .ywgc-form-preview-amount {
  float: none;
}
#grve-product-feature-image .ywgc-form-preview-separator {
  width: 10%;
  height: 1px;
  margin: 10px 0;
}
.grve-product-area-wrapper .gift-cards_form h3,
.gift-cards_form .gift-card-content-editor.step-content h5 {
  margin: 1rem 0 0 0;
}
.gift-cards_form .gift-card-content-editor.step-content h5 {
  padding-bottom: 1rem;
}
.gift-card-content-editor.step-content input,
.gift-card-content-editor.step-content textarea {
    border-color: var(--primary-color-1)!important;
    width: 85%!important;
}
.gift_card_template_button {
    margin-top: 0;
}
.woocommerce-Reviews #comments .woocommerce-Reviews-title {
  display: none;
}
.woocommerce #reviews.woocommerce-Reviews #review_form_wrapper,
.woocommerce-page #reviews.woocommerce-Reviews #review_form_wrapper {
  border: 0;
}
.woocommerce-Reviews #review_form_wrapper h3 {
  background: transparent!important;
  box-shadow: none!important;
  line-height: normal;
  margin: 1rem 0 0 0;
  text-align: left;
  text-transform: none;
}

/* Mi cuenta */
.woocommerce-account #grve-content form.edit-account span:not(.grve-heading-color) .show-password-input {
  background: transparent!important;
  margin-top: -12px!important;
  position: absolute!important;
  padding: 0!important;
  top: 50%;
}


/*Responsive*/
@media only screen and (max-width: 1600px) {
  .c-columna-mosaico-1 .grve-image{
    height: 94%;
  }
}

@media screen and (max-width: 1200px) {
  html {font-size: 16px}
  }

@media only screen and (max-width: 1024px) {
  .c-columna-mosaico-1 .grve-image{
    height: 93%;
  }
}

@media only screen and (max-width: 850px) {
  .c-columna-mosaico-1 .grve-image{
    height: 92%;
  }
}

@media only screen and (max-width: 768px) {
  .c-columna-mosaico-1 .grve-image{
    height: 91%;
  }
}

@media only screen and (max-width: 767px) {
  .c-visita-individual {
    flex-direction: column;
  }
  .c-visita-destacada-imagen {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .c-visita-destacada {
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: 2rem;
    padding-left: 0;
    text-align: center;
  }
  .c-visita-destacada .c-visita-condiciones{
    justify-content: space-evenly;
  }
  .c-visita-parametro{padding-top:1rem;}
}

@media only screen and (max-width: 500px) {
  .c-columna-mosaico-1 .grve-image{
    height: 88%;
  }
}

@media only screen and (max-width: 450px) {
  .c-banda-mosaico .grve-column-wrapper{
    display: block;
    padding: .5rem;
  }
  .c-banda-mosaico .grve-column-wrapper img{
    aspect-ratio: 16/9;
    object-fit: cover;
  }
}
