/************************************/
/*************  COLORS   ************/
/************************************/
/*! normalize.css v1.0.0 | MIT License | git.io/normalize */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden] {
  display: none;
}
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
}
a:focus {
  outline: thin dotted;
}
a:active,
a:hover {
  outline: 0;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}
h3 {
  font-size: 1.17em;
  margin: 1em 0;
}
h4 {
  font-size: 1em;
  margin: 1.33em 0;
}
h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}
h6 {
  font-size: 0.75em;
  margin: 2.33em 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
blockquote {
  margin: 1em 40px;
}
dfn {
  font-style: italic;
}
mark {
  background: #ff0;
  color: #000;
}
p,
pre {
  margin: 1em 0;
}
code,
kbd,
pre,
samp {
  font-family: monospace,serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
q {
  quotes: none;
}
q:before,
q:after {
  content: '';
  content: none;
}
small {
  font-size: 75%;
}
dl,
menu,
ol,
ul {
  margin: 1em 0;
}
dd {
  margin: 0 0 0 40px;
}
menu,
ol,
ul {
  padding: 0 0 0 40px;
}
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
form {
  margin: 0;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
  white-space: normal;
  *margin-left: -7px;
}
button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}
button,
input {
  line-height: normal;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
  *overflow: visible;
}
button[disabled],
input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  *height: 13px;
  *width: 13px;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
li,
span {
  margin: 0;
  -webkit-margin-before: 0px;
  -webkit-margin-after: 0px;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  line-height: inherit;
}
/*Remove Mozilla Firefox Border – Remove Dotted Line Around Link */
a:active,
a:focus,
input:focus,
input:visited,
input:active,
input:hover,
input:required,
input:valid,
input:invalid,
textarea:focus,
textarea:visited,
textarea:active,
textarea:hover,
textarea:required,
textarea:valid,
textarea:invalid,
select:focus,
select:visited,
select:active,
select:hover,
select:required,
select:valid,
select:invalid {
  outline: none !important;
}
a {
  text-decoration: none;
}
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-x: hidden;
  background-color: #FFFFFF;
}
html.overflow-hidden {
  overflow: hidden;
}
html.overflow-hidden body {
  overflow: hidden;
}
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}
body {
  position: relative;
  color: #000000;
  background-color: #FFFFFF;
  margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
a {
  color: inherit;
}
a[href]:not(.button):hover {
  -webkit-text-decoration: underline 0.1em;
          text-decoration: underline 0.1em;
}
/* Let's get this party started */
::-webkit-scrollbar {
  left: 100%;
  width: 6px;
}
/* Track */
::-webkit-scrollbar-track {
  background-color: rgba(0, 0, 0, 0.2);
}
/* Handle */
::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #FF564E;
}
.swiper-initialized .swiper-pagination {
  z-index: 1;
}
.page-template-default .main-container {
  padding: 0 var(--lateral-space);
  margin-bottom: 100px;
  font-size: 18px;
  line-height: 24px;
}
.page-template-default .main-container h1 {
  font-size: 64px;
  line-height: 66px;
  font-weight: 300;
  font-family: 'Victor Serif';
  text-decoration-thickness: 2px !important;
}
.page-template-default .main-container h2 {
  font-size: 46px;
  line-height: 48px;
  font-weight: 300;
  font-family: 'Victor Serif';
}
.page-template-default .main-container h3 {
  font-size: 32px;
  line-height: 34px;
  font-weight: 300;
  font-family: 'Victor Serif';
}
.page-template-default .main-container h4,
.page-template-default .main-container h5,
.page-template-default .main-container h6 {
  font-size: 26px;
  line-height: 28px;
  font-weight: 400;
  font-family: 'Victor Serif';
}
.page-template-default .main-container h1,
.page-template-default .main-container h2,
.page-template-default .main-container h3,
.page-template-default .main-container h4,
.page-template-default .main-container h5,
.page-template-default .main-container h6 {
  margin: 1em 0;
}
.page-template-default .main-container p,
.page-template-default .main-container ul,
.page-template-default .main-container li,
.page-template-default .main-container span {
  margin: 0.7em 0;
}
.page-template-default .main-container a {
  color: #FF564E;
}
.page-template-default .main-container a[href]:not(.button):hover {
  text-decoration: underline;
}
@media (max-width: 800px) {
  .page-template-default .main-container {
    margin-bottom: 50px;
  }
}
/************************************/
/*********  FONT FAMILIES	*********/
/************************************/
@font-face {
  font-family: 'Victor Serif';
  src: url('../assets/fonts/VictorSerif-Light.otf');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Suisse Int'l";
  src: url('../assets/fonts/SuisseIntl-Regular.otf') format('opentype');
  src: url('../assets/fonts/SuisseIntl-Regular.otf') format('opentype'), url('../assets/fonts/SuisseIntl-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Suisse Int'l";
  src: url('../assets/fonts/SuisseIntl-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}
body,
html,
button,
input,
select,
textarea {
  font-family: "Suisse Int'l";
  font-weight: 400;
}
.font-h1 {
  font-size: 64px;
  line-height: 66px;
  font-weight: 300;
  font-family: 'Victor Serif';
  text-decoration-thickness: 2px !important;
}
.font-h2 {
  font-size: 46px;
  line-height: 48px;
  font-weight: 300;
  font-family: 'Victor Serif';
}
.font-h3 {
  font-size: 32px;
  line-height: 34px;
  font-weight: 300;
  font-family: 'Victor Serif';
}
.font-h4 {
  font-size: 26px;
  line-height: 28px;
  font-weight: 400;
  font-family: 'Victor Serif';
}
.font-p {
  font-size: 24px;
  line-height: 30px;
}
.font-p2 {
  font-size: 18px;
  line-height: 24px;
}
.font-p3 {
  font-size: 14px;
  line-height: 18px;
}
body #moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme {
  background-color: #FF564E;
  border-top: none;
}
body #moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content span.change-settings-button:hover {
  color: #000000;
}
body #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container {
  display: block;
}
body #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
body #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content p {
  max-width: 670px;
}
body #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content p.font-h4 {
  font-size: 26px;
  line-height: 28px;
  font-weight: 400;
  font-family: 'Victor Serif';
}
body #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton {
  border: 1px solid #FFFFFF;
}
@media (max-width: 800px) {
  .font-h1 {
    font-size: 36px;
    line-height: 38px;
    font-weight: 300;
    font-family: 'Victor Serif';
  }
  .font-h2 {
    font-size: 26px;
    line-height: 28px;
    font-weight: 300;
    font-family: 'Victor Serif';
  }
  .font-h3 {
    font-size: 26px;
    line-height: 28px;
    font-weight: 300;
    font-family: 'Victor Serif';
  }
  .font-h4 {
    font-size: 25px;
    line-height: 27px;
    font-weight: 400;
    font-family: 'Victor Serif';
  }
  .font-p {
    font-size: 18px;
    line-height: 22px;
  }
  .font-p2 {
    font-size: 16px;
    line-height: 20px;
  }
  .font-p3 {
    font-size: 14px;
    line-height: 18px;
  }
  #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content p.font-h4 {
    font-size: 25px;
    line-height: 27px;
    font-weight: 400;
    font-family: 'Victor Serif';
  }
}
body {
  --vh: 1vh;
  --lateral-space: 41px;
  --menu-height: 85px;
  --top-menu-height: 63px;
  --full-menu-height: calc(var(--menu-height) + var(--top-menu-height));
}
body *::-moz-selection {
  background-color: #000000;
  color: #FF564E;
}
body *::selection {
  background-color: #000000;
  color: #FF564E;
}
.module {
  position: relative;
}
.background-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
}
.background-image .image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.image-container {
  position: relative;
}
.image-container .image {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.image-16-9-container {
  position: relative;
}
.image-16-9-container .image-container {
  padding-bottom: 56.25%;
}
.image-16-9-container .image-container .image {
  position: absolute;
  top: 0;
  left: 0;
}
.background-black {
  background-color: #000000;
}
.background-white {
  background-color: #FFFFFF;
}
.background-intervento {
  background-color: #FF564E;
}
.background-iluminacion {
  background-color: #2E2D2C;
}
.background-audiovisual {
  background-color: #7D9DEC;
}
.background-museografia {
  background-color: #CEBBA0;
}
.font-white {
  color: #FFFFFF;
}
.font-black {
  color: #000000;
}
.font-intervento {
  color: #FF564E;
}
.font-grey {
  color: #A2A9B0;
}
.stroke-white {
  stroke: #FFFFFF;
}
.stroke-black {
  stroke: #000000;
}
.arrow.arrow-up {
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
}
.button {
  position: relative;
  display: inline-block;
  padding: 12px 21px;
  border: 1px solid;
  border-radius: 40px;
  color: var(--button-font-color, #FFFFFF);
  border-color: var(--button-border-color, #FF564E);
  background-color: var(--button-background-color, #FF564E);
  -webkit-transition: color 0.6s, background-color 0.6s, border-color 0.6s;
  transition: color 0.6s, background-color 0.6s, border-color 0.6s;
  cursor: pointer;
}
.button.button-small {
  padding: 8px 21px;
}
.button.button-white {
  --button-font-color: #FFFFFF;
  --button-border-color: #FFFFFF;
  --button-background-color: transparent;
  --button-hover-font-color: #000000;
  --button-hover-border-color: #000000;
  --button-hover-background-color: #FFFFFF;
}
.button.button-black {
  --button-font-color: #000000;
  --button-border-color: #000000;
  --button-background-color: transparent;
  --button-hover-font-color: #FFFFFF;
  --button-hover-border-color: #FFFFFF;
  --button-hover-background-color: #000000;
}
.button.button-grey {
  --button-font-color: #A2A9B0;
  --button-border-color: #A2A9B0;
  --button-background-color: #FFFFFF;
  --button-hover-font-color: #000000;
  --button-hover-border-color: #FF564E;
  --button-hover-background-color: #FFFFFF;
}
.button .arrow {
  width: 11px;
  height: 11px;
  stroke: var(--button-font-color, #FFFFFF);
  -webkit-transition: stroke 0.6s;
  transition: stroke 0.6s;
  margin-left: 8px;
}
.button.button-arrow-before .arrow {
  margin-left: 0;
  margin-right: 8px;
}
.button.font-p3 .arrow {
  width: 7px;
  height: 7px;
}
.button:hover {
  color: var(--button-hover-font-color, #000000);
  border-color: var(--button-hover-border-color, #FF564E);
  background-color: var(--button-hover-background-color, #FFFFFF);
}
.button:hover .arrow {
  stroke: var(--button-hover-font-color, #000000);
}
.button.disabled {
  opacity: 0.5;
  pointer-events: none;
}
.go-to-top-container {
  position: fixed;
  bottom: var(--lateral-space);
  right: var(--lateral-space);
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: -webkit-transform 0.6s;
  transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
  transition: transform 0.6s, -webkit-transform 0.6s;
  z-index: 10;
  cursor: pointer;
}
.go-to-top-container.active {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.go-to-top-container .go-to-top {
  display: block;
}
@media (min-width: 801px) {
  .only-mobile {
    display: none !important;
  }
}
@media (max-width: 800px) {
  body {
    --lateral-space: 11px;
    --menu-height: 66px;
    --top-menu-height: 0px;
    --full-menu-height: calc(var(--menu-height) + var(--top-menu-height));
  }
  .only-desktop {
    display: none !important;
  }
}
body.header-fixed {
  padding-top: var(--full-menu-height);
}
body.header-fixed .header-container {
  position: fixed;
  top: 0;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
body.header-fixed .header-container.show-main {
  top: calc(var(--top-menu-height) * -1);
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}
body.header-fixed .header-container.show-full {
  top: 0;
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}
.header-container {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  background-color: #FFFFFF;
  -webkit-transition: top 0.6s, -webkit-transform 0.6s;
  transition: top 0.6s, -webkit-transform 0.6s;
  transition: transform 0.6s, top 0.6s;
  transition: transform 0.6s, top 0.6s, -webkit-transform 0.6s;
}
.header-container .top-header-container {
  padding: 19px var(--lateral-space) 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-container .top-header-container .languages-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header-container .top-header-container .languages-container .language-link {
  padding-right: 16px;
  margin-right: 16px;
  border-right: 1px solid rgba(0, 0, 0, 0.25);
  -webkit-transition: color 0.6s;
  transition: color 0.6s;
}
.header-container .top-header-container .languages-container .language-link:hover {
  color: #000000;
  text-decoration: none;
}
.header-container .top-header-container .languages-container .language-link:last-child {
  padding-right: 0;
  margin-right: 0;
  border-right: none;
}
.header-container .top-header-container .languages-container .language-link.active {
  pointer-events: none;
  color: #000000;
}
.header-container .top-header-container .contact-container .phone {
  margin-right: 24px;
  -webkit-transition: color 0.6s;
  transition: color 0.6s;
}
.header-container .top-header-container .contact-container .phone:hover {
  color: #000000;
  text-decoration: none;
}
.header-container .main-header-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 25px var(--lateral-space);
  -webkit-transition: padding 0.4s;
  transition: padding 0.4s;
}
.header-container .main-header-container .logo-container .logo {
  width: 205px;
  display: block;
}
.header-container .main-header-container .nav-container {
  width: calc(100% - 205px - 48px);
  max-width: 900px;
}
.header-container .main-header-container .menu-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header-container .main-header-container .menu-item a:hover {
  text-decoration: none;
}
.header-container .main-header-container .menu-item a:hover .text:after {
  width: 100%;
}
.header-container .main-header-container .menu-item.current .text:after {
  width: 100%;
}
.header-container .main-header-container .menu-item .text {
  position: relative;
}
.header-container .main-header-container .menu-item .text:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0%;
  height: 1px;
  background-color: #000000;
  -webkit-transition: width 0.6s;
  transition: width 0.6s;
}
.header-container .menu-mobile-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 26px;
  height: 18px;
}
.header-container .menu-mobile-button:hover .line {
  background-color: #000000;
}
.header-container .menu-mobile-button .line {
  width: 100%;
  height: 2px;
  background-color: #FF564E;
  -webkit-transition: background 0.6s;
  transition: background 0.6s;
}
.menu-mobile-container {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  opacity: 0;
  pointer-events: none;
  z-index: 100;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.menu-mobile-container.opened {
  opacity: 1;
  pointer-events: auto;
}
.menu-mobile-container .logo-close-container {
  padding: 20px var(--lateral-space);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.menu-mobile-container .logo-container .logo {
  display: block;
}
.menu-mobile-container .menu-container {
  padding: 0 var(--lateral-space);
  list-style: none;
}
.menu-mobile-container .menu-container .menu-item {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  padding-top: 16px;
  margin-bottom: 16px;
}
.menu-mobile-container .languages-container {
  padding: 16px var(--lateral-space) 0;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.menu-mobile-container .languages-container .language-link {
  padding-right: 16px;
  margin-right: 16px;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
}
.menu-mobile-container .languages-container .language-link:last-child {
  padding-right: 0;
  margin-right: 0;
  border-right: none;
}
.menu-mobile-container .languages-container .language-link.active {
  pointer-events: none;
  text-decoration: underline;
}
.menu-mobile-container .bottom-container {
  padding: 12px var(--lateral-space);
  text-align: center;
}
.menu-mobile-container .bottom-container .button {
  width: 100%;
  margin-top: 12px;
}
@media (max-width: 800px) {
  .header-container .top-header-container {
    display: none;
  }
  .header-container .main-header-container {
    padding: 20px var(--lateral-space);
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header-container .main-header-container .logo-container .logo {
    width: 158px;
  }
  .header-container .main-header-container .nav-container {
    display: none;
  }
  .menu-mobile-container .logo-container .logo {
    width: 158px;
  }
}
.footer-container {
  border-top: 1px solid rgba(0, 0, 0, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer-container .info-container {
  width: 60%;
  border-right: 1px solid rgba(0, 0, 0, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.footer-container .info-container .top-container {
  padding: 53px var(--lateral-space);
}
.footer-container .right-container {
  width: 40%;
  padding: 43px var(--lateral-space);
}
.footer-container .logo-container {
  margin-bottom: 80px;
}
.footer-container .contact-container {
  display: -ms-grid;
  display: grid;
  max-width: 650px;
  -ms-grid-columns: 1fr 24px 1fr 24px 1fr;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 33px 24px;
}
.footer-container .contact-container .title {
  -ms-grid-column-span: 3;
  grid-column: span 3;
}
.footer-container .contact-container .contact-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.footer-container .contact-container .contact-info .city {
  margin-bottom: 9px;
}
.footer-container .certificates-container .title {
  margin-bottom: 25px;
}
.footer-container .certificates-container .certificates {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer-container .certificates-container .certificates .certificate {
  max-width: 100%;
  margin-right: 8px;
}
.footer-container .certificates-container .certificates .certificate:last-child {
  margin-right: 0;
}
.footer-container .newsletter-container {
  margin-bottom: 50px;
}
.footer-container .newsletter-container .title {
  margin-bottom: 20px;
}
.footer-container .newsletter-container .shortcode-container .input-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
}
.footer-container .newsletter-container .shortcode-container .input-container > p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
.footer-container .newsletter-container .shortcode-container .input-container .wpcf7-form-control-wrap {
  width: 100%;
}
.footer-container .newsletter-container .shortcode-container .input-container br {
  display: none;
}
.footer-container .newsletter-container .shortcode-container .input-container .input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  border-radius: 0;
  width: 100%;
  padding-right: 20px;
}
.footer-container .newsletter-container .shortcode-container .input-container .input::-webkit-input-placeholder {
  color: #A2A9B0;
}
.footer-container .newsletter-container .shortcode-container .input-container .input::-moz-placeholder {
  color: #A2A9B0;
}
.footer-container .newsletter-container .shortcode-container .input-container .input:-ms-input-placeholder {
  color: #A2A9B0;
}
.footer-container .newsletter-container .shortcode-container .input-container .input::-ms-input-placeholder {
  color: #A2A9B0;
}
.footer-container .newsletter-container .shortcode-container .input-container .input::placeholder {
  color: #A2A9B0;
}
.footer-container .newsletter-container .shortcode-container .input-legal-container {
  margin-top: 20px;
  color: #A2A9B0;
}
.footer-container .newsletter-container .shortcode-container .input-legal-container .wpcf7-list-item {
  margin: 0;
}
.footer-container .newsletter-container .shortcode-container .input-legal-container label {
  position: relative;
}
.footer-container .newsletter-container .shortcode-container .input-legal-container label input {
  position: absolute;
  width: 0;
  height: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.footer-container .newsletter-container .shortcode-container .input-legal-container label input:before,
.footer-container .newsletter-container .shortcode-container .input-legal-container label input:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 23px;
  height: 23px;
  border: 1px solid #A2A9B0;
}
.footer-container .newsletter-container .shortcode-container .input-legal-container label input:after {
  background-image: url(../assets/svg/newsletter-check.svg);
  background-repeat: no-repeat;
  background-position: center;
  border-color: #FF564E;
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.footer-container .newsletter-container .shortcode-container .input-legal-container label input:checked:after {
  opacity: 1;
}
.footer-container .newsletter-container .shortcode-container .input-legal-container label .wpcf7-list-item-label {
  display: block;
  padding-left: 30px;
}
.footer-container .newsletter-container .shortcode-container .input-submit {
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.footer-container .newsletter-container .shortcode-container .input-submit[disabled] {
  opacity: 0.3;
}
.footer-container .newsletter-container .shortcode-container .wpcf7-spinner {
  display: none;
}
.footer-container .social-container {
  margin-bottom: 50px;
}
.footer-container .social-container .title {
  margin-bottom: 33px;
}
.footer-container .social-container .social-networks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer-container .social-container .social-networks .social-link {
  margin-right: 24px;
}
.footer-container .social-container .social-networks .social-link:last-child {
  margin-right: 0;
}
.footer-container .bottom-container {
  border-top: 1px solid rgba(0, 0, 0, 0.5);
  padding: 30px var(--lateral-space);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 800px) {
  .footer-container .right-container {
    width: 100%;
    padding: 40px var(--lateral-space) 65px;
  }
  .footer-container .logo-container {
    margin-bottom: 30px;
  }
  .footer-container .logo-container .logo {
    width: 100%;
  }
  .footer-container .contact-container {
    -ms-grid-columns: 1fr 20px 1fr;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 24px 20px;
    margin-bottom: 46px;
  }
  .footer-container .contact-container .title {
    -ms-grid-column-span: 2;
    grid-column: span 2;
  }
  .footer-container .form-container {
    margin-bottom: 48px;
  }
  .footer-container .social-container .title {
    margin-bottom: 17px;
  }
  .footer-container .social-container .social-networks .social-link {
    margin-right: 16px;
  }
  .footer-container .certificates-container {
    margin-bottom: 80px;
  }
  .footer-container .bottom-container {
    border-top: none;
    padding: 0;
  }
}
