/*!**************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[9].use[0]!./src/sections/section-who-we-are/style.scss ***!
  \**************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/**
* Screen Sizes
*/
/* news */
/* mobile */
/* tablet */
/* desktop */
/**
* Breakpoints - Media Queries
*/
/**
 * Font Weight
 */
/**
 * Typography
 */
/**
 * Funções Utilitárias
 */
.ca {
  font-weight: 600;
  font-size: var(--wp--preset--font-size--text-md, 1rem) !important;
  line-height: 160%;
}

.flex-col-start-1 {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 2rem;
}

/**
 * The following styles get applied both on the front of your site
 * and in the editor.
 *
 * Replace them with your own styles or remove the file completely.
 */
.wp-block-theme-blocks-section-who-we-are .block-editor-inner-blocks,
.wp-block-theme-blocks-section-who-we-are .block-editor-block-list__layout {
  display: contents;
}

.wp-block-theme-blocks-section-who-we-are .section-who-we-are__header {
  --vertical-spacing: 120px;
}

@media only screen and (max-width: 1119px) {
  .wp-block-theme-blocks-section-who-we-are .section-who-we-are__header {
    --vertical-spacing: 88px;
  }
}
@media only screen and (max-width: 514px) {
  .wp-block-theme-blocks-section-who-we-are .section-who-we-are__header {
    --vertical-spacing: 48px;
  }
}
.wp-block-theme-blocks-section-who-we-are .section-who-we-are__media {
  width: 100%;
  aspect-ratio: 16/9;
  max-height: 736px;
  display: flex;
  flex-direction: column;
}

.wp-block-theme-blocks-section-who-we-are .section-who-we-are__media .wp-block-image {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.wp-block-theme-blocks-section-who-we-are .section-who-we-are__media .wp-block-image .components-resizable-box__container {
  height: 100% !important;
}

.wp-block-theme-blocks-section-who-we-are .section-who-we-are__media .wp-block-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.wp-block-theme-blocks-section-who-we-are .section-who-we-are__media .wp-block-embed {
  display: flex;
  width: 100%;
  height: 100%;
  max-height: 736px;
}

.wp-block-theme-blocks-section-who-we-are .section-who-we-are__media .wp-block-embed__wrapper {
  width: 100%;
}

.wp-block-theme-blocks-section-who-we-are .section-who-we-are__media .wp-block-embed__wrapper::before, .wp-block-theme-blocks-section-who-we-are .section-who-we-are__media .wp-block-embed__wrapper::after {
  content: none;
}

.wp-block-theme-blocks-section-who-we-are .section-who-we-are__media .wp-block-embed__wrapper iframe {
  width: 100%;
  height: 100%;
}

.wp-block-theme-blocks-section-who-we-are .section-who-we-are__media > div {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.wp-block-theme-blocks-section-who-we-are .section-who-we-are__media .youtube-facade {
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.wp-block-theme-blocks-section-who-we-are .section-who-we-are__media .youtube-facade:hover {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
  transform: translateY(-2px);
}

.wp-block-theme-blocks-section-who-we-are .section-who-we-are__media .youtube-facade::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.3) 100%);
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}

.wp-block-theme-blocks-section-who-we-are .section-who-we-are__media .youtube-facade:hover::after {
  opacity: 1;
}

.wp-block-theme-blocks-section-who-we-are .section-who-we-are__media .youtube-facade .youtube-play-button {
  z-index: 2;
  position: relative;
}

.wp-block-theme-blocks-section-who-we-are .section-who-we-are__media .youtube-facade .youtube-play-button svg {
  transition: all 0.3s ease;
  filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.4));
}

.wp-block-theme-blocks-section-who-we-are .section-who-we-are__media .youtube-facade .youtube-play-button:hover svg {
  transform: scale(1.1);
  filter: drop-shadow(0 6px 16px rgba(0, 0, 0, 0.5));
}

.wp-block-theme-blocks-section-who-we-are .section-who-we-are__media .youtube-facade .youtube-loading {
  z-index: 3;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 500;
}

.wp-block-theme-blocks-section-who-we-are .section-who-we-are__media .youtube-facade .youtube-loading::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-left: 10px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  border-top: 2px solid white;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*# sourceMappingURL=style-index.css.map*/