/**Debug**/
/* * {
    outline: 1px solid red;
    background-color: rgba(155, 0, 0, 0.1);
  } */
/**Debug**/
body {
  position: relative;
  margin: 0;
}
main#main {
  padding-bottom: 0 !important;
}
.wp-block-button__link {
  border: 1px solid #b47342;
  transition: all 0.3s linear !important;
}

.wp-block-button__link:hover {
  color: #b47342 !important;
  background-color: #fff !important;
  transition: all 0.3s linear !important;
}

.wp-block-button__link.has-primary-color {
  border: 1px solid #b47342;
  transition: all 0.3s linear !important;
}

.wp-block-button__link.has-primary-color:hover {
  color: #fff !important;
  background-color: #b47342 !important;
  border: 1px solid #fff;
  transition: all 0.3s linear !important;
}

#masthead {
  width: 100%;
  max-width: initial;
  display: flex;
  z-index: 2;
  align-items: center;
  justify-content: space-around;
  position: absolute;
  top: 0;
  left: 0;
  background-color: transparent;
  padding-top: 0.5rem;
}

#masthead .site-logo {
  display: flex;
  width: 100%;
  height: fit-content;
}

#masthead .site-logo a.custom-logo-link {
  display: flex;
}
#masthead .site-branding {
  margin-bottom: 0 !important;
}
#masthead img {
  width: 52px;
  height: fit-content;
}
.sub-menu li a:before {
  content: "►" !important;
  font-size: 12px;
  vertical-align: middle;
  margin-right: 4px;
}

nav#site-navigation {
  display: flex;
}

nav#site-navigation #toggle {
  display: none;
}

nav#site-navigation #toggle-menu {
  display: none;
}

.menu-header-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

#masthead #menu-header-1 {
  display: flex;
  list-style: none;
  gap: 21px;
  justify-content: center;
  align-items: center;
  padding: 0;
}

#masthead #menu-header-1 li {
  padding: 0;
  margin: 0;
  list-style: none;
}

ul#menu-header-1 a {
  font-size: 20px;
  color: var(--wp--preset--color--white);
  text-decoration: none;
  transition: all 0.4s linear;
}

ul#menu-header-1 .menu-item:hover a {
  color: var(--wp--preset--color--primary);
  transition: all 0.4s linear;
}

.center-cta {
  width: 75%;
  margin: 0 auto;
  gap: 21px !important;
  justify-content: center;
}

.center-cta .cta-img {
  width: 100% !important;
  max-width: 350px;
  min-width: 350px;
  width: 100%;
}

.center-cta .cta-content {
  width: 100% !important;
}

.job-box {
  width: 75%;
  margin: 0 auto;
}
.letter-description > span {
  padding: 1.5rem;
}
.letter-description > .wp-block-cover__inner-container {
  width: 75%;
  margin: 0 auto;
}
.page-group {
  width: 75%;
  margin: 1rem auto;
  justify-content: center;
  align-items: center;
  gap: 6px !important;
}

.tratament-columns {
  padding: 1rem;
}

.middle-description1 {
  margin: 1rem auto;
  width: 50%;
}

.location-content {
  margin-bottom: 0;
}

.location-content a {
  color: #b47342;
  text-decoration: none;
  transition: all 0.3s linear;
}

.location-content a:hover {
  color: #000;
  transition: all 0.3s linear;
}

.site-info {
  display: none;
}

footer {
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
}
footer aside {
  max-width: 100% !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}
footer aside section {
  max-width: 100% !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}
footer aside section div {
  justify-content: space-evenly !important;
}
@media only screen and (max-width: 781px) {
  footer aside section > div {
    justify-content: center !important;
    gap: 1rem;
    flex-direction: column !important;
  }
}

/*Content Page*/
.entry-header {
  display: none;
}
.entry-content {
  margin: 0 !important;
  padding: 0 !important;
}
.entry-content .page-top-custom {
  margin: 0 !important;
  padding: 0 !important;
}
.entry-content .page-top-custom figure {
  height: 500px;
  filter: brightness(0.4);
}
.entry-content .page-top-custom img {
  height: inherit !important;
  object-fit: cover;
}

.page-content-custom .aside-menu {
  border-radius: 6px !important;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
  width: 100% !important;
}
.page-content-custom .aside-menu ul {
  margin: 0;
  padding: 0;
}
.page-content-custom .aside-menu li {
  list-style: none;
}

.entry-content .more-block-content {
  margin-bottom: 1.5rem !important;
}
/*Content Page*/

.post-thumbnail {
  margin: 0 0 1rem 0 !important;
}
.post-thumbnail img {
  width: 100%;
  height: 30vh;
  min-height: 400px;
  filter: brightness(0.3);
  object-fit: cover;
}

.post-carousel {
  margin-bottom: 1.5rem !important;
}

/*Articles*/
article footer.entry-footer {
  display: none !important;
}
.article-content {
  margin: 0;
  padding: 0 !important;
}

.article-banner,
.article-banner img {
  margin: 0;
  padding: 0 !important;
}
.article-banner figure {
  height: 500px;
}
.article-banner img {
  height: inherit !important;
  object-fit: cover;
  filter: brightness(0.4);
}
.sharedaddy {
  display: none;
}

/*CTA*/

.cta-ctt-custom {
  box-sizing: border-box;
  position: relative;
  width: 100% !important;
  max-width: 100% !important;
  height: 300px !important;
  margin: 0 !important;
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
  padding: 0 !important;
}
.cta-ctt-custom .wp-block-group__inner-container {
  margin: 0 !important;
}
.cta-ctt-custom figure {
  width: 100% !important;
  max-width: inherit !important;
  height: 300px !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.cta-ctt-custom img {
  position: relative !important;
  width: inherit !important;
  height: inherit !important;
  max-width: inherit !important;
  object-fit: cover;
  position: relative;
  filter: brightness(0.3);
}
.cta-content-custom {
  position: absolute;
  display: flex !important;
  flex-direction: column !important;
  gap: 36px;
  width: 100%;
  justify-content: center !important;
  vertical-align: center !important;
  top: 0;
  right: 0;
  left: 0;
}
.cta-content-custom p {
  color: #fff;
  font-size: 21px;
  font-weight: bold;
}
/*Navigation Cancel*/
nav.navigation {
  display: none !important;
}
#jp-relatedposts {
  display: none !important;
}

/*WhatsApp BTN*/
@keyframes wawave {
  0%{
    box-shadow: 0px 0px 2px 0px #25d366;
  }
  50%{
    box-shadow: 0px 0px 2px 6px #25d366;
  }
  100%{
    box-shadow: 0px 0px 2px 0px #25d366;
  }
  
}
.btnwhatsapp {
  cursor: pointer;
  position: fixed;
	z-index:10;
  bottom: 26px;
  right: 26px;
  display: flex;
  background-color: #25d366;
  border: 1px solid #25d366;
  width: fit-content;
  height: fit-content;
  padding: 0.5rem;
  border-radius: 50%;
  animation: wawave  linear 1s infinite  ;
  transition: all 0.2s linear;
}
.btnwhatsapp svg {
  fill: white;
  transition: all 0.2s linear;
}
.btnwhatsapp:hover {
  background-color: white;
  border: 1px solid #25d366;
  transition: all 0.2s linear;
}
.btnwhatsapp:hover svg {
  fill: #25d366;
  transition: all 0.2s linear;
}
