@charset "UTF-8";
/*
Theme Name: Sal y silencio
Author: RED
Author URI: https://redsoftware.io
Version: 1.0
Text Domain: salysilencio
Tags: block-theme
*/
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap");
@font-face {
  font-family: "DM Sans";
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Cormorant Garamond";
  font-style: normal;
  font-display: swap;
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Author     : red
*/
body, html {
  font-weight: 400;
}

a {
  color: inherit;
  -webkit-text-decoration-skip: objects;
  transition: color 150ms ease-in-out;
  outline: none;
}
a.no-hover:hover {
  color: inherit;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  height: auto;
  max-width: 100%;
  border-style: none;
}

figure {
  margin: 0;
}

small {
  font-size: 12px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  line-height: 100%;
  font-family: "Cormorant Garamond", serif;
  font-weight: 400;
}

h1 {
  font-size: 45px;
}
@media (min-width: 1024px) {
  h1 {
    font-size: 60px;
  }
}
@media (min-width: 1920px) {
  h1 {
    font-size: 90px;
  }
}

h2 {
  font-size: 40px;
}
@media (min-width: 1024px) {
  h2 {
    font-size: 45px;
  }
}
@media (min-width: 1920px) {
  h2 {
    font-size: 60px;
  }
}

h3 {
  font-size: 36px;
}
@media (min-width: 1024px) {
  h3 {
    font-size: 40px;
  }
}
@media (min-width: 1920px) {
  h3 {
    font-size: 48px;
  }
}

h4 {
  font-size: 30px;
}
@media (min-width: 1024px) {
  h4 {
    font-size: 36px;
  }
}
@media (min-width: 1920px) {
  h4 {
    font-size: 40px;
  }
}

h5 {
  font-size: 28px;
}
@media (min-width: 1024px) {
  h5 {
    font-size: 32px;
  }
}
@media (min-width: 1920px) {
  h5 {
    font-size: 36px;
  }
}

h6 {
  font-size: 18px;
}
@media (min-width: 1024px) {
  h6 {
    font-size: 24px;
  }
}
@media (min-width: 1920px) {
  h6 {
    font-size: 28px;
  }
}

p {
  line-height: 140%;
  font-size: 18px;
  font-weight: 400;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  padding: 0;
  margin: 0;
  color: #000;
  quotes: "" "";
  overflow: hidden;
}
blockquote:before {
  content: "„";
}
blockquote:after {
  content: "”";
}
blockquote cite {
  display: block;
  font-style: normal;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

li > ul,
li > ol {
  margin: 0 0 0 15px;
}

button:focus,
a:focus {
  outline: none;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-bold {
  font-weight: 700;
}

.text-uppercase {
  text-transform: uppercase;
}

.accent,
p.accent {
  margin-bottom: 30px;
  margin-top: 0;
  padding: 0;
  color: #FF913D;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 6px;
  font-size: 18px;
  line-height: 100%;
}
.accent:before,
p.accent:before {
  content: "";
  width: 72px;
  height: 3px;
  background-color: #FF913D;
  display: inline-block;
  margin-right: 18px;
  vertical-align: middle;
}

*,
*:before,
*:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}
@media (max-width: 1199px) {
  html {
    font-size: 15px;
  }
}
html.js {
  margin-top: 0 !important;
}
html.js #wpadminbar {
  display: none;
}

body {
  margin: 0;
  color: #333;
  overflow-x: hidden;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.btn,
input[type=submit] {
  display: inline-block;
  position: relative;
  padding: 10px 25px 9px;
  min-width: 140px;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  color: #333;
  text-transform: none;
  visibility: visible;
  border: 3px solid #333;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: color 300ms ease-out, background-color 300ms ease-out;
  -o-transition: color 300ms ease-out, background-color 300ms ease-out;
  transition: color 300ms ease-out, background-color 300ms ease-out;
}
@media (max-width: 567px) {
  .btn,
  input[type=submit] {
    padding: 10px 15px;
    min-width: 120px;
  }
}

.btn--primary {
  color: #fff;
}
.btn--primary:hover {
  background-color: transparent;
}

.btn--secondary {
  color: #fff;
}
.btn--secondary:hover {
  background-color: transparent;
}

.cta-button .wp-block-button__link {
  text-transform: uppercase;
  color: #fff;
  border: 3px solid #fff;
  background-color: transparent;
  display: inline-block;
  transition: all 0.3s ease;
  border-radius: 0;
  font-size: 22px;
  padding: 4px 33px;
  width: auto;
}
@media (min-width: 1024px) {
  .cta-button .wp-block-button__link {
    padding: 6px 39px;
    font-size: 26px;
  }
}
@media (min-width: 1920px) {
  .cta-button .wp-block-button__link {
    padding: 8px 54px;
    font-size: 36px;
  }
}
.cta-button .wp-block-button__link:hover {
  background-color: #fff;
  color: #263D83;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  position: relative;
  display: block;
  padding: 2px;
  width: 100%;
  color: #333;
  background: transparent;
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: transparent;
  color: #fff;
  z-index: 999;
  display: flex;
  gap: 20px;
  padding: 20px 30px;
}
.header img.site-logo {
  max-width: 100px;
}
@media (min-width: 1024px) {
  .header img.site-logo {
    max-width: 120px;
  }
}
@media (min-width: 1920px) {
  .header img.site-logo {
    max-width: 140px;
  }
}
.header .wp-block-group__inner-container {
  width: 100%;
}
.header .wp-block-group__inner-container.is-layout-flex {
  flex-wrap: nowrap;
}
.header .wp-block-navigation:where(.is-layout-flex) {
  gap: 30px;
}
.header .wp-block-navigation__responsive-container-content {
  padding: 0 30px;
}
@media (min-width: 1024px) {
  .header .wp-block-navigation__responsive-container-content {
    padding: 0;
  }
}
.header .wp-block-navigation__responsive-container-close {
  right: 20px;
  top: 30px;
}
@media (min-width: 1024px) {
  .header .wp-block-navigation__responsive-container-close {
    right: 0;
    top: 0;
  }
}
.header .nav-wrapper {
  justify-content: flex-end;
}
.header a,
.header .wp-block-navigation-item__label,
.header .wp-block-site-logo img {
  fill: #fff;
}
.header a:hover {
  color: #ccc;
}
.header .booking-link .wp-block-navigation-item__label:before {
  content: "";
  background-image: url("assets/images/icon-book.svg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  display: inline-block;
  margin-right: 8px;
  vertical-align: middle;
}
@media (max-width: 598px) {
  .header .booking-link .wp-block-navigation-item__label:before {
    background-image: url("assets/images/icon-book-black.svg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
  }
}

.footer {
  gap: 20px;
  width: 90%;
  background-color: #fff;
  margin: 30px auto;
}
@media (min-width: 1920px) {
  .footer {
    max-width: 1600px;
  }
}
.footer-columns {
  width: 100%;
}
.footer-logo img {
  max-width: 180px;
}
.footer-slogan {
  color: #263D83;
  font-weight: bold;
}
.footer-column-title {
  color: #FF913D;
  font-weight: bold;
  font-size: 20px;
}
@media (min-width: 1024px) {
  .footer-column-title {
    font-size: 22px;
  }
}
@media (min-width: 1920px) {
  .footer-column-title {
    font-size: 24px;
  }
}
.footer-menu .wp-block-navigation .wp-block-page-list, .footer-menu ul {
  flex-direction: column;
  gap: 8px;
  align-items: start;
}
.footer-menu .wp-block-navigation .wp-block-page-list li, .footer-menu ul li {
  margin: 8px 0;
}
.footer-menu .wp-block-navigation .wp-block-page-list li a, .footer-menu ul li a {
  color: #263D83;
}
.footer-copyright {
  color: #ccc;
  font-size: 14px;
}

.nav-wrapper {
  margin-left: auto;
}

@media (max-width: 768px) {
  .nav-wrapper {
    margin-left: 0;
    width: 100%;
    justify-content: flex-start;
  }
}
.hero {
  background-image: url("assets/images/hero-background.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 140px 0 140px 0;
  width: 100%;
  color: #fff;
  min-height: 100vh;
  position: relative;
  overflow: hidden;
}
@media (min-width: 1920px) {
  .hero {
    background-image: url("assets/images/hero-background.jpg");
    background-size: 100% auto;
    background-position: center center;
    background-repeat: no-repeat;
  }
}
@media (min-width: 1024px) {
  .hero {
    padding: 140px 0 140px 0;
  }
}
@media (min-width: 1920px) {
  .hero {
    padding: 170px 0 170px 0;
  }
}
.hero-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  pointer-events: none;
}
.hero .wp-block-cover__background,
.hero .wp-block-cover__inner-container {
  position: relative;
  z-index: 1;
}
.hero-container {
  width: 90%;
  max-width: 90%;
  margin: 0 auto;
}
@media (min-width: 1024px) {
  .hero-container {
    width: 75%;
    max-width: 800px;
  }
}
@media (min-width: 1920px) {
  .hero-container {
    max-width: 800px;
  }
}
.hero h1 {
  font-size: 45px;
  line-height: 120%;
  color: inherit;
}
@media (min-width: 1024px) {
  .hero h1 {
    font-size: 60px;
  }
}
@media (min-width: 1920px) {
  .hero h1 {
    font-size: 90px;
  }
}
.hero.wp-block-cover .wp-block-cover__background {
  opacity: 0.1;
}
.hero-link {
  text-decoration: none;
  font-weight: bold;
  color: inherit;
}
.hero-link:after {
  content: "";
  width: 24px;
  height: 24px;
  background: url("assets/images/arrow.svg");
  display: inline-block;
  margin-left: 8px;
  vertical-align: middle;
}
.hero-bottom-links {
  position: absolute;
  z-index: 102;
  bottom: 30px;
  right: 30px;
  color: #fff;
  list-style: none;
}
.hero-bottom-link {
  text-decoration: none;
  font-weight: normal;
  color: inherit;
  list-style: inherit;
}
.hero-bottom-link a {
  text-decoration: none;
}
.hero-bottom-link a:hover {
  opacity: 0.7;
}
.hero-bottom-link a span {
  display: inline-block;
}
.hero-bottom-link a span:before {
  content: "";
  width: 24px;
  height: 24px;
  display: inline-block;
  margin-right: 8px;
  vertical-align: middle;
}
.hero-bottom-link__instagram a span:before {
  background-image: url("assets/images/icon-instagram.svg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.home-section {
  padding: 100px 0 100px 0;
  width: 100%;
  color: #fff;
  background-color: #333;
}
@media (min-width: 1024px) {
  .home-section {
    padding: 120px 0 120px 0;
  }
}
@media (min-width: 1920px) {
  .home-section {
    padding: 140px 0 140px 0;
  }
}
.home-section-container {
  width: 80%;
  max-width: 80%;
  margin: 0 auto;
}
@media (min-width: 1024px) {
  .home-section-container {
    width: 80%;
    max-width: 1600px;
  }
}
@media (min-width: 1920px) {
  .home-section-container {
    max-width: 1600px;
  }
}
.home-section h2 {
  font-size: 30px;
  line-height: 120%;
  color: inherit;
}
@media (min-width: 1024px) {
  .home-section h2 {
    font-size: 45px;
  }
}
@media (min-width: 1920px) {
  .home-section h2 {
    font-size: 60px;
  }
}
.home-section.wp-block-cover .wp-block-cover__background {
  opacity: 0.1;
}
.home-section-content-column {
  position: relative;
}
.home-section-number {
  font-size: 120px;
  font-weight: bold;
  opacity: 0.1;
  position: absolute;
  z-index: 1;
  top: -60px;
  left: -30px;
  pointer-events: none;
  padding: 0;
  margin: 0;
  line-height: 100%;
}
@media (min-width: 1024px) {
  .home-section-number {
    font-size: 180px;
    top: -90px;
    left: -60px;
  }
}
@media (min-width: 1920px) {
  .home-section-number {
    font-size: 240px;
    top: -120px;
    left: -90px;
  }
}
.home-section-text {
  color: inherit;
  line-height: 175%;
}
.home-section__welcome {
  background-image: url("assets/images/home-section-01-background.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media (min-width: 1920px) {
  .home-section__welcome {
    background-image: url("assets/images/home-section-01-background.jpg");
    background-size: 100% auto;
    background-position: center center;
    background-repeat: no-repeat;
  }
}
.home-section__sessions {
  background-image: url("assets/images/home-section-02-background.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media (min-width: 1920px) {
  .home-section__sessions {
    background-image: url("assets/images/home-section-02-background.jpg");
    background-size: 100% auto;
    background-position: center center;
    background-repeat: no-repeat;
  }
}
.home-section__more {
  background-image: url("assets/images/home-section-03-background.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media (min-width: 1920px) {
  .home-section__more {
    background-image: url("assets/images/home-section-03-background.jpg");
    background-size: 100% auto;
    background-position: center center;
    background-repeat: no-repeat;
  }
}
.home-section__about {
  background-image: url("assets/images/home-section-about-background.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media (min-width: 1920px) {
  .home-section__about {
    background-image: url("assets/images/home-section-about-background.jpg");
    background-size: 100% auto;
    background-position: center center;
    background-repeat: no-repeat;
  }
}
.home-section__fill {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1024px) and (min-width: 1024px) {
  .home-section__fill {
    min-height: auto;
  }
}

.post {
  padding: 140px 0 140px 0;
  width: 100%;
}
@media (min-width: 1024px) {
  .post {
    padding: 160px 0 160px 0;
  }
}
@media (min-width: 1920px) {
  .post {
    padding: 200px 0 200px 0;
  }
}
.post-container {
  width: 100%;
  margin: 0 auto;
}
.post-column {
  background: #fff;
  padding: 45px;
}
@media (min-width: 1024px) {
  .post-column {
    padding: 60px;
  }
}
@media (min-width: 1920px) {
  .post-column {
    padding: 90px;
  }
}
.post-column h1 {
  font-size: 45px;
  line-height: 120%;
  color: inherit;
}
@media (min-width: 1024px) {
  .post-column h1 {
    font-size: 60px;
  }
}
@media (min-width: 1920px) {
  .post-column h1 {
    font-size: 90px;
  }
}

.page__404 {
  background-image: url("assets/images/404-background.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media (min-width: 1920px) {
  .page__404 {
    background-image: url("assets/images/404-background.jpg");
    background-size: 100% auto;
    background-position: center center;
    background-repeat: no-repeat;
  }
}
.page__404 .post-column {
  background: transparent;
  color: #fff;
}
.page__404 .post-column h1 {
  font-size: 60px;
  line-height: 100%;
  color: inherit;
}
@media (min-width: 1024px) {
  .page__404 .post-column h1 {
    font-size: 90px;
  }
}
@media (min-width: 1920px) {
  .page__404 .post-column h1 {
    font-size: 120px;
  }
}
.page__404 .post-column h2 {
  font-size: 30px;
  line-height: 100%;
  color: inherit;
}
@media (min-width: 1024px) {
  .page__404 .post-column h2 {
    font-size: 45px;
  }
}
@media (min-width: 1920px) {
  .page__404 .post-column h2 {
    font-size: 60px;
  }
}

@media print {
  .hide-print, .site-header, .breadcrumbs, .site-footer, .share-buttons, .post-tools, .entry-content p iframe {
    display: none !important;
  }
}

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