/*
Theme Name: Vínculo Experience
Theme URI: https://vinculoexperience.cl/
Version: 0.8
Description: Tema de la pagina web vinculoexperience.cl
Author: Ingenia Grupo Creativo
Author URI: https://ingeniagrupocreativo.com
Template: hello-elementor
*/

.grecaptcha-badge {
  visibility: hidden;
}

.joinchat__button {
    bottom: 22px !important;
}
@media(max-width:767px){
  .joinchat__button {
    bottom: 34px !important;
  }
}
:root {
  --ingenia1: #8d683b;
  --ingenia2: #e2ccb4;
  --ingenia3: #1b1813;
  --ingenia4: #ffffff;
  --ingenia5: #000000;
  --ingenia6: #eeeeee;
  --ingenia-fuente-ppal: "Open Sans";
	
  --ingenia-mini-top: 180px;
  --ingenia-mini-tamano: 100px
}

/*mini-visualizador*/
#ingenia-mini-visualizador {
    box-shadow: 0 4px 10px rgba(0, 0, 0, .1);
}

.mensajenoresultado {
    padding: 50px 0 0 0;
    text-align: center;
    font-size: 18px;
}

.pswp__bg{
  opacity: 0.8 !important
}
.pswp__caption{
  display: none !important 
}

[type=button]:focus, [type=button]:hover, [type=submit]:focus, [type=submit]:hover, button:focus, button:hover {
    background-color: #ffffff00
}
/* TABLAS */

.woocommerce-cart table,
.woocommerce-checkout table{
  border-collapse: collapse !important;
  border: 0 !important;
  border-bottom: 1px solid var(--ingenia2) !important;
}
.woocommerce-cart table th,
.woocommerce-checkout table th,
.woocommerce-cart table td,
.woocommerce-checkout table td {
  border: 1px solid #eee !important;
  border-left: 0 !important;
  border-right: 0 !important;
  border-collapse: collapse !important;
}
.woocommerce-cart table.cart th,
.woocommerce-checkout table thead th{
  background: var(--ingenia1);
  color: var(--ingenia4);
  text-transform: uppercase;
}