body {
  /* Reseteo de estilos */
}
body .elementor-widget-html {
  line-height: 0;
  font-size: 0;
}
body .elementor-widget-text-editor p:last-child {
  margin: 0;
}
body .row-fluid {
  padding-top: 0 !important;
}

body .arrow:first-child {
  overflow: hidden;
  -webkit-transform: translateY(150px);
  -ms-transform: translateY(150px);
  transform: translateY(150px);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
body .arrow:first-child::before {
  -webkit-transition: all 0.75s ease;
  transition: all 0.75s ease;
  background-size: auto 100% !important;
  background-position: calc(90% - 100px) 50% !important;
  -webkit-transform: rotate(16deg);
  -ms-transform: rotate(16deg);
  transform: rotate(16deg);
  top: -150px;
  right: -100px;
  left: -200px;
  bottom: -100px;
  height: calc(100% + 200px);
  width: calc(100% + 300px);
}
body .arrow:first-child::after {
  content: "";
  position: absolute;
  background-color: #f2f2f2;
  top: 100%;
  width: 40%;
  height: 20vw;
  left: 70%;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  -webkit-transform: rotate(-20deg);
  -ms-transform: rotate(-20deg);
  transform: rotate(-20deg);
}
body .arrow:first-child.animating {
  opacity: 1;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
body .arrow:first-child.animating::before {
  -webkit-transform: rotate(-16deg);
  -ms-transform: rotate(-16deg);
  transform: rotate(-16deg);
}
body .arrow:last-child {
  overflow: hidden;
  -webkit-transform: translateY(150px);
  -ms-transform: translateY(150px);
  transform: translateY(150px);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
body .arrow:last-child::before {
  -webkit-transition: all 0.75s ease;
  transition: all 0.75s ease;
  background-size: auto 100% !important;
  background-position: calc(90% - 100px) 50% !important;
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
  top: -60px;
  right: -200px;
  left: -100px;
  bottom: -100px;
  height: calc(100% + 200px);
  width: calc(100% + 300px);
}
body .arrow:last-child::after {
  content: "";
  position: absolute;
  background-color: #f2f2f2;
  bottom: 100%;
  width: 40%;
  height: 20vw;
  right: 70%;
  -webkit-transform-origin: bottom right;
  -ms-transform-origin: bottom right;
  transform-origin: bottom right;
  -webkit-transform: rotate(-20deg);
  -ms-transform: rotate(-20deg);
  transform: rotate(-20deg);
}
body .arrow:last-child.animating {
  opacity: 1;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
body .arrow:last-child.animating::before {
  -webkit-transform: rotate(-196deg);
  -ms-transform: rotate(-196deg);
  transform: rotate(-196deg);
}

body .color-titulo {
  color:var(--e-global-color-primary);
}

/* CSS UBICACIONES MAPA CONTACTO*/
:root{
  --c-text: #274b57;
  --c-accent: #000;
  --c-border: #e3ecee;
}

.contact-card{
  max-width: 650px;
  margin: 0;
  color: var(--c-text);
  display: flex;
  flex-direction: column;
  gap: 16px;
}

/* Región / ciudades */
.contact-region{
  font-weight: 700;
  letter-spacing: .5px;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1.5;
  padding: 0 0 10px 0;
  border-bottom: 2px solid var(--c-border);
}

/* Nombre */
.contact-name{
  font-weight: 900;
  font-size: 16px;
  line-height: 1.5;
  color: var(--c-accent);
  padding: 0 0 10px 0;
  border-bottom: 2px solid var(--c-border);
}

/* Teléfono */
.contact-phone{
  font-size: 16px;
  padding: 0 0 10px 0;
  border-bottom: 2px solid var(--c-border);
}

.contact-link{
  color: var(--c-accent);
  text-decoration: none;
}
.contact-link:hover,
.contact-link:focus{
  text-decoration: underline;
}

/* WhatsApp */
.whatsapp-btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px; /* para facilitar el clic */
  height: 50px;
}
.whatsapp-icon{
  width: 50px;
  height: 50px;
  display: block;
}

/*////////////////////*/

/*Compensa espacio calculado en header*/

#main-content {
  transition: padding-top 0.2s ease-in-out;
}

/*Resaltar textos en blanco*/

.white {
	color: white;
}

/*Resaltar textos en verde coporativo*/

span separator last{
    color: var(--e-global-color-primary);
}

.resaltar {
	color: var(--e-global-color-primary);
}

/*//////////////////////////*/

/*Estilos de formularios Elementor*/

input[type="text"],
input[type="email"],
input[type="password"],
input[type="number"],
input[type="tel"],
input[type="url"],
textarea,
select {
    padding: 16px !important;
    box-sizing: border-box;
}

.elementor-button-text {
    color: white;
}

/* Checkbox de aceptación en formularios Elementor Pro */
.elementor-field-type-acceptance input[type="checkbox"] {
    width: 25px !important;
    height: 25px !important;
    min-width: 25px !important;
    min-height: 25px !important;
    border: 1px solid #757575 !important;
    border-radius: 6px !important;
    background: #fff !important;
    appearance: none !important;
    -webkit-appearance: none !important;
    outline: none !important;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 10px;
    transition: border-color 0.2s, box-shadow 0.2s;
    display: inline-block;
    position: relative;
    top: 0px; /* Ajuste vertical para alinear */
}

/* Estado checked (puedes personalizar el check, ejemplo con fondo) */
.elementor-field-type-acceptance input[type="checkbox"]:checked {
    background: var(--e-global-color-primary) !important;
    border-color: #757575 !important;
}

/* Opcional: efecto al enfocar */
.elementor-field-type-acceptance input[type=]()

/*/////////////////////////////*/

#wcps-gallery .wcps-thumb.swiper-slide img {
    object-fit: contain !important;
    width: 100% !important;
    height: 100% !important;
    background: #fff !important;
    border-radius: 10px !important;
    box-shadow: none !important;
    display: block !important;
}
#wcps-gallery .wcps-thumb.swiper-slide {
    height: 80px !important; /* Ajusta el alto a tu preferencia */
    background: #fff !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

/*Ajusta estilos de los filtros de las páginas de archivo de productos*/

.wpc-filters-main-wrap .wpc-filters-section:not(.wpc-filter-terms-count-0) ul.wpc-filters-labels {
    flex-direction: column;
}


.wpc-search-icon {
	margin-left:80%;
}