@charset "UTF-8";
/*!
Theme Name: DOO Flytodent
Author: DOOWEBS DEV, S.L.
Author URI: https://doowebs.es
Theme URI: https://doowebs.es
Description: DOO Flytodent es un tema personalizado basado en Full Site Editing (FSE), optimizado para rendimiento y personalización completa mediante el editor de bloques de WordPress.
Tags: block-theme, full-site-editing, responsive, translation-ready, accessibility-ready, custom-logo
Text Domain: doo
Requires at least: 6.7
Requires PHP: 8.2
Tested up to: 6.7
Version: 1.0.0
*/
/* Mixins
--------------------------------------------- */
/* General
--------------------------------------------- */
body {
  overflow-x: hidden;
  /*background-color: hsla(308, 100%, 50%, 0.833); --prueba color fondo conseguida*/
}

header {
  display: contents;


.mobile {
  display: none !important;
}

@media (max-width: 768px) {
  .mobile {
    display: block !important;
  }
}
.wp-block-image {
  margin: 0;
}

.wp-block-heading strong {
  font-family: Inter;
}

input[type=radio],
input[type=checkbox] {
  accent-color: #171616;
}

.wp-block-columns {
  margin: 0;
}

.nowrap {
  white-space: nowrap;
}

ul li {
  padding-bottom: 0.5rem;
}

.wp-block-cover {
  padding: 0;
}

.mobile {
  display: none;
}

input,
select,
option,
button {
  font-family: "Inter" !important;
}
/*input,
select,
option,
button {
  font-family: "Roboto" !important;
}*/

.wp-block-doo-block-doo-shortcode {
  max-width: 1312px;
  margin: auto;
}

/* Header footer
--------------------------------------------- */
.wc-block-mini-cart__button {
  width: 72px;
  height: 36px;
  display: flex;
  justify-content: center;
  border-radius: 8px;
}
.wc-block-mini-cart__button:hover {
  background: #FFFFFF;
}

.custom-menu-perfil {
  color: #FFFFFF;
}
.custom-menu-perfil ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.custom-menu-perfil ul a {
  color: #FFFFFF;
}
.custom-menu-perfil .account-settings {
  cursor: pointer;
}

.content-menu {
  flex-wrap: nowrap;
  gap: 8px;
}
.content-menu .title {
  font-weight: 600;
  margin-bottom: 4px;
}
.content-menu div.title {
  text-align: left;
  margin-bottom: 4px;
  line-height: 16px;
  padding: 2px 0;
}
.content-menu .navigation-menu {
  min-width: 357px;
}
/* .content-menu .navigation-menu {
  min-width: 157px;
}*/
.content-menu nav a {
  padding: 2px 0;
}
.content-menu nav a span.wp-block-navigation-item__label {
  padding: 0 0 0.5rem 0;
}

#footer-login,
#footer-register {
  cursor: pointer;
}

footer a:visited {
  color: #FFFFFF;
}

.menu {
  text-align: center;
}

header nav a:hover {
  color: #27878A;
  text-decoration: none;
}

/* Page legal-emplate
--------------------------------------------- */
.page-template-wp-custom-template-p-ginas-legales h1 {
  margin-bottom: 40px;
}
.page-template-wp-custom-template-p-ginas-legales h2 {
  margin-top: 1rem;
  margin-bottom: 0.5rem;
}
.page-template-wp-custom-template-p-ginas-legales p {
  margin: 0.5rem 0 0;
}

/* Form (wpcf7)
--------------------------------------------- */
/* Contact Form */
.wpcf7-form {
  display: grid;
  gap: 24px;
  color: #000;
  max-width: 100%;
}

.wpcf7-form p {
  margin: 0;
}

.wpcf7-form label {
  font-size: 16px;
}

.wpcf7-submit {
  background-color: #0B0401;
  border-color: transparent;
  color: #fff;
  width: fit-content;
  padding: 12px 24px;
  border-radius: 8px;
  cursor: pointer;
}

.check:last-child,
.check,
.wpcf7-list-item-label {
  font-size: 14px;
}

.check p {
  display: block;
}

.wpcf7-list-item.first.last,
.wpcf7-list-item {
  margin-left: 0;
}

.check a {
  color: #b9261f;
}

.color-red {
  font-weight: 600;
}

.wpcf7-spinner {
  visibility: hidden;
  display: none;
}

.fs-32-24-res {
  font-size: 32px;
  display: block !important;
  line-height: 1;
}

.label-incidencias {
  display: flex;
  flex-direction: column;
  gap: 12px;
  font-size: 14px !important;
  line-height: 20px;
  font-weight: 400;
  color: #0b0401;
}

.label-incidencias select {
  padding: 12px;
  border-radius: 8px;
  width: 100%;
  background: #FFF;
}

.label-incidencias textarea {
  width: 100%;
  border: 1px solid #e5e1e1;
  border-radius: 8px;
}

.form-incidencias {
  background-color: #faf7f7;
  padding: 24px;
  border-radius: 16px;
}

#enviarIncidencias {
  justify-self: end;
}

.imagen-incidencias-movil {
  display: none;
}

.container-form {
  padding: 0 !important;
}

.imagen-incidencias-movil {
  display: none !important;
}

.wpcf7 textarea {
  height: 100px;
}
.wpcf7 input[type=checkbox] {
  width: 20px;
  height: 20px;
}

/* FAQ Accordion Component
--------------------------------------------- */
.faq-container {
  background-color: #ffffff;
  border-radius: 12px;
  padding: 32px;
  margin: 20px auto;
  max-width: 800px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.faq-item {
  margin-bottom: 24px;
  padding-bottom: 24px;
  position: relative;
}

.faq-item:not(:last-child)::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background-color: #3b82f6;
  border-radius: 1px;
}

.faq-item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

.faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  color: #1f2937;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  background: #FFFFFF;
  border: none;
  width: 100%;
  text-align: left;
  font-family: "Inter", sans-serif;
}

.faq-question:hover {
  color: #000000;
}

.faq-icon {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: bold;
  color: #1f2937;
  transition: transform 0.3s ease;
  flex-shrink: 0;
  margin-left: 16px;
}

.faq-question.active .faq-icon {
  transform: rotate(45deg);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
  padding: 0;
  margin: 0;
}

.faq-answer.active {
  max-height: 200px;
  padding-top: 16px;
}

.faq-answer p {
  margin: none;
  color: #000000;
  line-height: 1.6;
  font-size: 14px;
}


/* Responsive FAQ */
@media (max-width: 768px) {
  .faq-container {
    padding: 24px 20px;
    margin: 16px;
    border-radius: 8px;
  }
  
  .faq-question {
    font-size: 15px;
  }
  
  .faq-icon {
    width: 18px;
    height: 18px;
    font-size: 16px;
    margin-left: 12px;
  }
  
  .faq-item {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
}

/* Responsive
--------------------------------------------- */
@media (max-width: 768px) {
  .mobile {
    display: block;
  }
  .desktop {
    display: none !important;
  }
  footer .wp-block-doo-block-copyright {
    order: 3;
  }
  footer .is-content-justification-right {
    justify-content: flex-start;
  }
  .imagen-incidencias-movil {
    display: block !important;
  }
  .imagen-incidencias {
    display: none;
  }
  .wpcf7-submit {
    width: 100%;
  }
}}
.doo-cookie-banner button, .doo-cookie-modal-overlay button {
	font-family: "Figtree";
}