/*
 Theme Name:   BirdCom
 Theme URI:    https://birdcom.es
 Description:  BirdCom Comunicación y Diseño
 Author:       Dani Moreno
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/

h1,
h2,
h3 {
  font-family: "Gilda Display", serif;
}

body {
  line-height: 1.5;
  font-family: "Barlow", sans-serif;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

p {
  font-size: 16px;
}

a {
  text-decoration: none;
}

/* CONTACT FORM 7 */
#responsive-form {
  max-width: 90%
    /*60% /*-- cambiar esto para conseguir el ancho de la forma deseada --*/;
  margin: 5 auto;
  width: 100%;
}
.form-row {
  width: 100%;
}
.column-half,
.column-full {
  float: left;
  position: relative;
  padding: 0.4rem;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

@media only screen and (min-width: 48em) {
  .column-half {
    width: 50%;
  }
}
/*CONTACTO*/

.wpcf7 label {
  width: 100%;
  font-size: 16px;
}

.form p {
  font-size: 11px;
  text-align: justify;
}

.wpcf7 .wpcf7-submit {
  border: 2px solid #da7050;
  background: #da7050;
  border-radius: 50px;
  color: #fff;
  font-weight: 600;
}
.wpcf7 .wpcf7-submit:hover {
  border: 2px solid #da7050;
  background: #fff;
  color: #da7050;
}
.wpcf7-textarea,
input[type="text"],
input[type="tel"],
input[type="email"] {
  width: 100%;
  border-radius: 2px;
  border: 1px solid #61616140 !important;
  font-size: 16px;
  margin-bottom: 0px;
  border-width: 2px;
  background: white;
}
textarea.wpcf7-form-control.wpcf7-textarea {
  height: 100px !important;
}

.wpcf7-form-control-wrap > select {
  width: 100% !important;
}

.wpcf7-submit {
  width: 100%;
  font-size: 16px;
  padding: 20px;
  margin-bottom: 15px;
  /*para centrar*/
  display: block;
  margin-left: auto;
  margin-right: auto;
  /**************/
}

.wpcf7-list-item {
  margin: 6px 6px !important;
}

.form-row p {
  margin-bottom: 0.2em;
}
/* FIN CONTACTO */

/* wOOCOMMERCE */
a.button.wc-forward {
  width: auto;
  padding: 10px 24px !important;
}
.product-template-default span.woocommerce-Price-amount.amount {
  font-family: 'Gilda Display', serif;
  font-weight: 400;
  color: #222;
  font-size: 40px;
}
.product-template-default h1.product_title.entry-title {
  margin-bottom: 24px;
}
.post-type-archive-product span.woocommerce-Price-amount.amount {
  font-family: 'Gilda Display', serif;
  font-weight: 400;
  color: #222;
  font-size: 20px;
}
.post-type-archive-product span.price {
  text-align: left;
  margin-bottom: 24px !important;
}
.post-type-archive-product a.woocommerce-LoopProduct-link.woocommerce-loop-product__link h2 {
  font-size: 32px !important;
}

/* - - - ALERGIAS - - - */
.bloq img {
  height: auto !important;
}
.cuadricula {
  display: flex;
  gap: 12px;
  margin-bottom: 24px;
}


/* ---------------- */
.timed-banner {
  display: none; /* Oculto por defecto */
}




.swiper-container {
  width: 100%;
  overflow: hidden;
}

.swiper-wrapper {
  display: flex;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%; /* Cada slide ocupará el 100% del ancho */
}

.swiper-button-prev,
.swiper-button-next {
  color: #000; /* Ajusta según tu diseño */
}

.swiper-pagination {
  text-align: center;
  margin-top: 10px;
}



#tab-description {
    transition: max-height 0.3s ease;
    overflow: hidden;
}
a.leer-mas {
    color: #0073aa;
    text-decoration: underline;
    cursor: pointer;
}
a.leer-mas:hover {
    color: #005177;
}


