/*!
Theme Name: Kronotek
Theme URI: http://underscores.me/
Author: Rain Tonic S.r.l.
Author URI: http://raintonic.com
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: kronotek
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Kronotek is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
@font-face {
  font-family: Roboto;
  src: url("./assets/fonts/Roboto-Bold.ttf") format("truetype");
  font-weight: 700;
}

@font-face {
  font-family: Roboto;
  src: url("./assets/fonts/Roboto-Regular.ttf") format("truetype");
  font-weight: 500;
}

@font-face {
  font-family: Roboto;
  src: url("./assets/fonts/Roboto-Medium.ttf") format("truetype");
  font-weight: 400;
}

@font-face {
  font-family: Roboto;
  src: url("./assets/fonts/Roboto-Light.ttf") format("truetype");
  font-weight: 300;
}

@font-face {
  font-family: Roboto;
  src: url("./assets/fonts/Roboto-Thin.ttf") format("truetype");
  font-weight: 100;
}

.h1 {
  font-size: 40px;
  line-height: 40px;
  font-weight: 300;
}

@media (max-width: 575px) {
  .h1 {
    font-size: 54px;
    line-height: 54px;
    font-weight: 400;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .h1 {
    font-size: 36px;
    line-height: 36px;
    font-weight: 400;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .h1 {
    font-size: 36px;
    line-height: 36px;
    font-weight: 400;
  }
}

.h2, .page-template .template__content .template__title {
  font-size: 24px;
  line-height: 24px;
  font-weight: 300;
}

@media (max-width: 575px) {
  .h2, .page-template .template__content .template__title {
    font-size: 22px;
    line-height: 22px;
    font-weight: 300;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .h2, .page-template .template__content .template__title {
    font-size: 22px;
    line-height: 22px;
    font-weight: 400;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .h2, .page-template .template__content .template__title {
    font-size: 22px;
    line-height: 22px;
    font-weight: 400;
  }
}

.h2-dettaglio {
  font-size: 24px;
  line-height: 24px;
  font-weight: 300;
}

@media (max-width: 575px) {
  .h2-dettaglio {
    font-size: 22px;
    line-height: 22px;
    font-weight: 400;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .h2-dettaglio {
    font-size: 22px;
    line-height: 22px;
    font-weight: 400;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .h2-dettaglio {
    font-size: 22px;
    line-height: 22px;
    font-weight: 400;
  }
}

.body1, .button-outline-white, .header-content .header-content__block .block__content-col .content-col__button, .button-outline-primary, .card-service .card-service__button, .card-partner .card-partner__button, .button-raised, .card-partner .card-partner__text, .bullet-row .bullet-row__text, .box-contact .box-contact__text {
  font-size: 18px;
  line-height: 18px;
  font-weight: 300;
}

@media (max-width: 575px) {
  .body1, .button-outline-white, .header-content .header-content__block .block__content-col .content-col__button, .button-outline-primary, .card-service .card-service__button, .card-partner .card-partner__button, .button-raised, .card-partner .card-partner__text, .bullet-row .bullet-row__text, .box-contact .box-contact__text {
    font-size: 17px;
    line-height: 17px;
    font-weight: 300;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .body1, .button-outline-white, .header-content .header-content__block .block__content-col .content-col__button, .button-outline-primary, .card-service .card-service__button, .card-partner .card-partner__button, .button-raised, .card-partner .card-partner__text, .bullet-row .bullet-row__text, .box-contact .box-contact__text {
    font-size: 16px;
    line-height: 16px;
    font-weight: 300;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .body1, .button-outline-white, .header-content .header-content__block .block__content-col .content-col__button, .button-outline-primary, .card-service .card-service__button, .card-partner .card-partner__button, .button-raised, .card-partner .card-partner__text, .bullet-row .bullet-row__text, .box-contact .box-contact__text {
    font-size: 16px;
    line-height: 16px;
    font-weight: 300;
  }
}

.body2, .page-template .template__content .template__description, .page-template .template__content .box-img__caption {
  font-size: 18px;
  line-height: 36px;
  font-weight: 300;
}

@media (max-width: 575px) {
  .body2, .page-template .template__content .template__description, .page-template .template__content .box-img__caption {
    font-size: 14px;
    line-height: 14px;
    font-weight: 400;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .body2, .page-template .template__content .template__description, .page-template .template__content .box-img__caption {
    font-size: 16px;
    line-height: 16px;
    font-weight: 300;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .body2, .page-template .template__content .template__description, .page-template .template__content .box-img__caption {
    font-size: 16px;
    line-height: 16px;
    font-weight: 300;
  }
}

.navbar, .infos__box .box__text {
  font-size: 12px;
  line-height: 12px;
  font-weight: 400;
}

.navbar-bold {
  font-size: 16px;
  line-height: 16px;
  font-weight: 700;
}

@media (min-width: 576px) and (max-width: 767px) {
  .footer-tablet {
    font-size: 14px;
    line-height: 14px;
    font-weight: 300;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .footer-tablet {
    font-size: 14px;
    line-height: 14px;
    font-weight: 300;
  }
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
  border-color: #aaa #bbb #bbb;
}

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 {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: white;
}

a:visited {
  color: white;
}

a:hover, a:focus, a:active {
  color: white;
}

a:focus {
  outline: thin dotted;
}

a:hover, a:active {
  outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%;
}

.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.main-navigation ul ul {
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}

.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  left: 100%;
}

.main-navigation ul ul a {
  width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}

.main-navigation li {
  float: left;
  position: relative;
}

.main-navigation a {
  display: block;
  text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: block;
  }
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
          clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */
}

.widget select {
  max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}

.post,
.page {
  margin: 0 0 1.5em;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/*--------------------------------------------------------------
# Infinite
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
body {
  font-family: "Roboto", sans-serif;
  color: #404040;
  background-color: #f6f6f6;
}

.color-primary {
  color: #017bd9;
}

a {
  text-decoration: none;
}

a :visited {
  text-decoration: none;
}

.block-scroll {
  overflow: hidden;
}

.card-paginator {
  padding: 40px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 575px) {
  .card-paginator {
    padding: 20px 0;
  }
}

.card-paginator .left-arrow {
  width: 20px;
  height: 20px;
  border-bottom: 1px solid #017bd9;
  border-left: 1px solid #017bd9;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  cursor: pointer;
}

.card-paginator .right-arrow {
  width: 20px;
  height: 20px;
  border-top: 1px solid #017bd9;
  border-right: 1px solid #017bd9;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  cursor: pointer;
}

.card-paginator .box-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 40px;
}

@media (max-width: 575px) {
  .card-paginator .box-dots {
    margin: 0 20px;
  }
}

.card-paginator .box-dots .dot {
  cursor: pointer;
  width: 11px;
  height: 11px;
  border: 1px solid #017bd9;
  background-color: white;
  border-radius: 50%;
  margin: 0 10px;
}

.card-paginator .box-dots .dot.--selected {
  background-color: #017bd9;
}

.purity-box-title {
  text-align: center;
  color: #017bd9;
  padding-bottom: 50px;
}

.box-background {
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
}

.box-background .box-background__content {
  max-width: 1370px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.card {
  width: 230px;
  height: 205px;
  margin: 12px;
  border-radius: 8px;
  background-color: white;
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #017bd9;
  padding: 0px 5px;
}

@media (max-width: 575px) {
  .card {
    width: 48%;
    height: auto;
    padding: 0;
    margin: 1%;
    margin-bottom: 10px;
  }
}

@media (min-width: 576px) and (max-width: 1199px) {
  .card {
    padding: 10px 40px;
  }
}

.card .card__img {
  width: 40%;
  height: 40%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 20px;
}

@media (max-width: 575px) {
  .card .card__img {
    width: 35%;
    height: 60px;
    margin-bottom: 0;
    margin-top: 15px;
  }
}

.card .card__text {
  font-size: 16px;
  line-height: 21px;
  font-weight: 300;
  text-transform: uppercase;
  text-align: center;
  padding: 0 15px;
}

@media (max-width: 575px) {
  .card .card__text {
    padding: 15px 15px;
  }
}

.box-cards-small {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 550px;
  margin: -10px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 575px) {
  .box-cards-small {
    width: 95%;
  }
}

.box-cards-small .spacing-button {
  padding-top: 50px;
  padding-bottom: 60px;
}

@media (max-width: 575px) {
  .box-cards-small .spacing-button {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.box-general {
  max-width: 1370px;
  padding: 30px 0;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 575px) {
  .box-general {
    max-width: 90%;
  }
}

@media (min-width: 576px) and (max-width: 1199px) {
  .box-general {
    max-width: 900px;
  }
}

.breadcrumbs {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
}

@media (max-width: 575px) {
  .breadcrumbs {
    display: block;
  }
}

.breadcrumbs li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}

.breadcrumbs .separator {
  font-size: 18px;
  font-weight: 100;
  color: white;
}

.ui-loading .ui-loader {
  opacity: 0 !important;
}

.button-outline-white, .header-content .header-content__block .block__content-col .content-col__button {
  display: block;
  text-align: center;
  border-radius: 25px;
  border: 1px solid white;
  padding: 12px 34px;
  color: white;
  background-color: transparent;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  max-width: 250px;
  min-width: 150px;
  cursor: pointer;
}

.button-outline-white:active, .header-content .header-content__block .block__content-col .content-col__button:active {
  color: #017bd9;
  background-color: white;
}

.button-outline-white:hover, .header-content .header-content__block .block__content-col .content-col__button:hover {
  -webkit-box-shadow: 0 2px 2px 0 rgba(1, 1, 1, 0.14), 0 3px 1px -2px rgba(1, 1, 1, 0.12), 0 1px 5px 0 rgba(1, 1, 1, 0.2);
          box-shadow: 0 2px 2px 0 rgba(1, 1, 1, 0.14), 0 3px 1px -2px rgba(1, 1, 1, 0.12), 0 1px 5px 0 rgba(1, 1, 1, 0.2);
}

@media (max-width: 575px) {
  .button-outline-white, .header-content .header-content__block .block__content-col .content-col__button {
    padding: 14px 35px;
    max-width: 200px;
    min-width: none;
  }
}

.button-outline-primary, .card-service .card-service__button, .card-partner .card-partner__button {
  display: block;
  text-align: center;
  border-radius: 25px;
  border: 1px solid #017bd9;
  padding: 12px 34px;
  color: #017bd9;
  background-color: transparent;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  max-width: 250px;
  min-width: 150px;
  cursor: pointer;
}

.button-outline-primary:active, .card-service .card-service__button:active, .card-partner .card-partner__button:active {
  color: white;
  background-color: #017bd9;
}

.button-outline-primary:hover, .card-service .card-service__button:hover, .card-partner .card-partner__button:hover {
  -webkit-box-shadow: 0 2px 2px 0 rgba(1, 1, 1, 0.14), 0 3px 1px -2px rgba(1, 1, 1, 0.12), 0 1px 5px 0 rgba(1, 1, 1, 0.2);
          box-shadow: 0 2px 2px 0 rgba(1, 1, 1, 0.14), 0 3px 1px -2px rgba(1, 1, 1, 0.12), 0 1px 5px 0 rgba(1, 1, 1, 0.2);
}

@media (max-width: 575px) {
  .button-outline-primary, .card-service .card-service__button, .card-partner .card-partner__button {
    padding: 14px 35px;
    max-width: 200px;
    min-width: none;
  }
}

.button-raised {
  display: block;
  text-align: center;
  border-radius: 25px;
  padding: 12px 34px;
  color: white !important;
  background-color: #017bd9;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  max-width: 250px;
  cursor: pointer;
}

.button-raised:active {
  color: #017bd9 !important;
  background-color: white;
}

.button-raised:hover {
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}

@media (max-width: 575px) {
  .button-raised {
    padding: 14px 35px;
    max-width: 200px;
    min-width: 150px;
  }
}

.box-center-button {
  padding: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 575px) {
  .box-center-button {
    padding: 5px 0;
  }
}

.card-image-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #f6f6f6;
  margin: 0 -15px;
  overflow-x: hidden;
  width: 830px;
}

@media (max-width: 575px) {
  .card-image-container {
    margin: 0;
    width: 100%;
  }
}

@media (min-width: 576px) and (max-width: 1199px) {
  .card-image-container {
    width: 100%;
  }
}

.card-image {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 20px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100%;
  background-color: white;
  width: 400px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

@media (min-width: 576px) and (max-width: 1199px) {
  .card-image {
    width: calc(50% - 30px);
  }
}

@media (max-width: 575px) {
  .card-image {
    width: calc(100vw - 30px);
  }
}

.card-image .card-image__img {
  width: 100%;
  height: 250px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
}

.card-image .card-image__text {
  padding: 20px 30px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #017bd9;
  font-weight: 300;
}

.card-container {
  padding: 40px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: -20px 0;
  overflow-x: hidden;
  margin-left: auto;
  margin-right: auto;
  max-width: 1290px;
}

.card-container--wrap {
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.card-service {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 20px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100%;
  padding-bottom: 30px;
  background-color: white;
  width: 400px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

@media (min-width: 576px) and (max-width: 1199px) {
  .card-service {
    width: calc(50% - 30px);
  }
}

@media (max-width: 575px) {
  .card-service {
    width: calc(100vw - 30px);
  }
}

.card-service .card-service__img {
  width: 100%;
  height: auto;
}

.card-service .card-service__text {
  padding: 40px 30px;
  text-align: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 24px;
  line-height: 28px;
  font-weight: 300;
  color: #404040;
}

.card-service .card-service__button {
  margin-left: auto;
  margin-right: auto;
}

.card-partner {
  padding: 15px 10px;
  min-height: 100%;
  background-color: white;
  border-radius: 4px;
  border: 1px solid #017bd9;
  margin: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 350px;
}

@media (max-width: 575px) {
  .card-partner {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

@media (min-width: 576px) and (max-width: 1199px) {
  .card-partner {
    margin: 0 8px;
  }
}

.card-partner .card-partner__img {
  width: 80%;
  height: 75px;
  padding-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
}

.card-partner .card-partner__separator {
  width: 100%;
  height: 1px;
  background-color: #017bd9;
  margin-left: auto;
  margin-right: auto;
}

.card-partner .card-partner__text {
  line-height: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 20px;
  padding-bottom: 15px;
  padding-left: 30px;
  padding-right: 30px;
  text-align: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

@media (max-width: 575px) {
  .card-partner .card-partner__text {
    display: none;
  }
}

.card-partner .card-partner__button {
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 575px) {
  .card-partner .card-partner__button {
    margin-top: 15px;
  }
}

.bullet-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}

@media (max-width: 575px) {
  .bullet-row {
    display: block;
    margin-bottom: 15px;
  }
}

.bullet-row .bullet-row__image {
  width: 24px;
  height: 24px;
  margin-right: 24px;
  color: #017bd9;
}

@media (max-width: 575px) {
  .bullet-row .bullet-row__image {
    width: 18px;
    height: 18px;
    margin-right: 0;
  }
}

.gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 630px;
}

@media (max-width: 575px) {
  .gallery {
    width: 98%;
    margin-left: auto;
    margin-right: auto;
  }
}

.gallery__img {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  margin: 10px 5px;
}

@media (max-width: 575px) {
  .gallery__img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    margin: 5px 5px;
  }
}

.gallery__img :first-child {
  margin-left: 0;
}

.gallery__img :last-child {
  margin-right: 0;
}

.box-contact {
  padding: 1px;
  border-radius: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 50px;
  max-width: 300px;
  min-width: 250px;
  border: 1px solid #017bd9;
  background-color: white;
  overflow-x: hidden;
  cursor: pointer;
}

@media (max-width: 575px) {
  .box-contact {
    height: 40px;
    max-width: 250px;
  }
}

@media (min-width: 576px) and (max-width: 1199px) {
  .box-contact {
    min-width: 220px;
  }
}

.box-contact .box-contact__img {
  height: 100%;
  background-position: center;
  background-size: 50%;
  background-repeat: no-repeat;
  background-color: #017bd9;
  border-radius: 50%;
  width: 46px;
  height: 46px;
  margin-right: 10px;
}

@media (max-width: 575px) {
  .box-contact .box-contact__img {
    width: 36px;
    height: 36px;
  }
}

.box-contact .box-contact__text {
  margin-right: 10px;
  color: #404040;
}

.nav {
  height: 500px;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

@media (max-width: 575px) {
  .nav {
    height: 100vh;
  }
}

.nav.--homepage {
  height: 750px !important;
}

@media (max-width: 575px) {
  .nav.--homepage {
    height: 100vh !important;
  }
}

.nav__box {
  position: relative;
  max-width: 1370px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

@media (max-width: 575px) {
  .nav__box {
    padding: 0;
  }
}

.nav__box .breadcrumb {
  position: absolute;
  bottom: 0;
  left: 15px;
  padding: 10px 0;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 575px) {
  .nav__box .breadcrumb {
    width: 85%;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 576px) and (max-width: 1199px) {
  .nav__box .breadcrumb {
    width: 90%;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
  }
}

.nav__box .breadcrumb .breadcrumb__text {
  font-size: 14px;
  font-weight: 300;
  color: white;
  text-decoration: none;
}

.nav__box .breadcrumb .breadcrumb__text.--current {
  font-weight: 700;
}

.nav__box .breadcrumb .breadcrumb__separator {
  font-size: 14px;
  margin: 0 5px;
}

.top-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 0;
  border-bottom: 1px solid white;
}

@media (max-width: 575px) {
  .top-bar {
    border-bottom: none;
  }
}

@media (min-width: 576px) and (max-width: 1199px) {
  .top-bar {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}

.top-bar .top-bar__logo {
  margin-left: 15px;
  height: 80px;
}

@media (min-width: 576px) and (max-width: 1199px) {
  .top-bar .top-bar__logo {
    margin-left: 0;
  }
}

.top-bar .top-bar__infos {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 575px) {
  .top-bar .top-bar__infos {
    display: none;
  }
}

@media (min-width: 576px) and (max-width: 1199px) {
  .top-bar .top-bar__infos {
    display: none;
  }
}

.top-bar .top-bar__hamburger {
  display: none;
}

@media (max-width: 575px) {
  .top-bar .top-bar__hamburger {
    margin-left: auto;
    margin-right: 15px;
    display: block;
    width: 40px;
    height: 40px;
  }
}

@media (min-width: 576px) and (max-width: 1199px) {
  .top-bar .top-bar__hamburger {
    margin-left: auto;
    display: block;
    width: 40px;
    height: 40px;
  }
}

.infos__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 20px;
  margin-right: 20px;
}

.infos__box :first-child {
  margin-left: 0;
}

.infos__box :last-child {
  margin-right: 0;
}

.infos__box .box__img {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin-right: 20px;
}

.infos__box .box__text {
  color: white;
}

.nav-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 10px 0;
}

@media (min-width: 576px) and (max-width: 1199px) {
  .nav-link {
    display: none;
  }
}

.nav-link .nav-link__box-pages {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 575px) {
  .nav-link .nav-link__box-pages {
    border-bottom: 1px solid white;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    margin-right: 10px;
  }
}

.nav-link .nav-link__box-pages :first-of-type {
  margin-left: 0 !important;
}

.nav-link .nav-link__box-pages :last-of-type {
  margin-right: 0 !important;
}

.nav-link .nav-link__box-pages .box-pages__page {
  display: block;
  margin-left: 20px;
  margin-right: 20px;
  text-transform: uppercase;
  color: white;
}

@media (max-width: 575px) {
  .nav-link .nav-link__box-pages .box-pages__page {
    display: none;
  }
}

.nav-link .box-pages__social {
  display: block;
  margin-left: auto;
  cursor: pointer;
}

@media (max-width: 575px) {
  .nav-link .box-pages__social {
    margin-right: 15px;
  }
}

.nav-link .box-pages__social .social__img {
  width: 100px;
  height: 30px;
}

.header-content {
  margin-top: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 575px) {
  .header-content {
    height: calc(100vh - 100px - 60px - 54px);
    margin-top: 60px;
  }
}

.header-content .header-content__full {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (max-width: 575px) {
  .header-content .header-content__full {
    height: 100%;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 85%;
    margin-top: -60px;
    padding-right: 30px;
    margin-left: auto;
    margin-right: auto;
  }
}

.header-content .header-content__full .full__title {
  font-size: 70px;
  line-height: 82px;
  font-weight: 700;
  color: white;
  margin-bottom: 30px;
}

@media (max-width: 575px) {
  .header-content .header-content__full .full__title {
    width: 100%;
    font-size: 40px;
    line-height: 55px;
    margin-bottom: 10px;
  }
}

.header-content .header-content__full .full__subtitle {
  font-size: 18px;
  line-height: 21px;
  font-weight: 300;
  color: white;
  text-align: center;
  margin-top: 30px;
  max-width: 600px;
}

@media (max-width: 575px) {
  .header-content .header-content__full .full__subtitle {
    text-align: left;
    margin-top: 10px;
    width: 100%;
  }
}

.header-content .header-content__block {
  width: 60%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 575px) {
  .header-content .header-content__block {
    width: 85%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media (min-width: 576px) and (max-width: 1199px) {
  .header-content .header-content__block {
    width: 70%;
  }
}

.header-content .header-content__block.--no-mobile {
  width: 40%;
}

@media (max-width: 575px) {
  .header-content .header-content__block.--no-mobile {
    display: none;
  }
}

@media (min-width: 576px) and (max-width: 1199px) {
  .header-content .header-content__block.--no-mobile {
    width: 30%;
  }
}

.header-content .header-content__block .block__paginator-col {
  width: 15%;
  padding-top: 10px;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 575px) {
  .header-content .header-content__block .block__paginator-col {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-bottom: 10px;
  }
}

.header-content .header-content__block .block__paginator-col .paginator-col__dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  border: 1px solid white;
  -webkit-transition: 0.2s border linear;
  transition: 0.2s border linear;
  margin: 5px 0;
}

@media (max-width: 575px) {
  .header-content .header-content__block .block__paginator-col .paginator-col__dot {
    margin: 0 5px;
  }
}

.header-content .header-content__block .block__paginator-col .paginator-col__dot.--selected {
  background-color: white;
}

.header-content .header-content__block .block__content-col {
  display: none;
  width: 85%;
}

@media (max-width: 575px) {
  .header-content .header-content__block .block__content-col {
    width: 100%;
    padding-right: 30px;
  }
}

.header-content .header-content__block .block__content-col .content-col__title {
  font-size: 70px;
  line-height: 80px;
  font-weight: 100;
  color: white;
  margin-bottom: 30px;
}

@media (max-width: 575px) {
  .header-content .header-content__block .block__content-col .content-col__title {
    font-size: 46px;
    line-height: 50px;
    margin-bottom: 15px;
  }
}

.header-content .header-content__block .block__content-col .content-col__subtitle {
  font-size: 18px;
  line-height: 21px;
  font-weight: 300;
  color: white;
  margin: 30px 0;
}

@media (max-width: 575px) {
  .header-content .header-content__block .block__content-col .content-col__subtitle {
    margin: 15px 0;
  }
}

.header-content .header-content__block .block__content-col .content-col__button {
  margin-top: 30px;
}

.menu-mobile {
  display: none;
}

@media (max-width: 575px) {
  .menu-mobile {
    background-color: #0a1e2f;
    display: block;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 200;
    left: 0;
    top: -200%;
    -webkit-transition: all 0.5s linear;
    transition: all 0.5s linear;
  }
  .menu-mobile.--is-open {
    top: 0;
  }
}

@media (min-width: 576px) and (max-width: 1199px) {
  .menu-mobile {
    background-color: #0a1e2f;
    display: block;
    position: absolute;
    width: 100%;
    height: 300px;
    z-index: 200;
    left: 0;
    top: -200%;
    -webkit-transition: all 0.5s linear;
    transition: all 0.5s linear;
    padding-left: 15px;
    padding-right: 15px;
  }
  .menu-mobile.--is-open {
    top: 0;
  }
}

.menu-mobile .menu-mobile__content {
  width: 85%;
  margin: 0 auto;
  padding: 20px 0;
  height: calc(100vh - 100px - 54px);
  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;
}

.menu-mobile .menu-mobile__content :first-child {
  margin-top: 0 !important;
}

@media (min-width: 576px) and (max-width: 1199px) {
  .menu-mobile .menu-mobile__content {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    height: 65%;
  }
}

.menu-mobile .menu-mobile__content .content__box-links {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

@media (min-width: 576px) and (max-width: 1199px) {
  .menu-mobile .menu-mobile__content .content__box-links {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}

.menu-mobile .menu-mobile__content .content__box-links .box-links__link {
  color: white;
  font-size: 22px;
  font-weight: 400;
}

@media (min-width: 576px) and (max-width: 1199px) {
  .menu-mobile .menu-mobile__content .content__box-links .box-links__link {
    font-size: 18px;
  }
}

.menu-mobile .menu-mobile__content .content__box-infos {
  position: relative;
  height: 135px;
}

@media (min-width: 576px) and (max-width: 1199px) {
  .menu-mobile .menu-mobile__content .content__box-infos {
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border-top: 1px solid white;
    padding-top: 15px;
  }
}

.menu-mobile .menu-mobile__content .content__box-infos .social__img {
  display: none;
}

@media (min-width: 576px) and (max-width: 1199px) {
  .menu-mobile .menu-mobile__content .content__box-infos .social__img {
    display: block;
    position: absolute;
    width: 100px;
    height: 30px;
    right: 0;
    top: -40px;
  }
}

.info-mobile {
  margin: 5px 0;
}

.top-bar__hamburger {
  width: 60px;
  height: 45px;
  position: relative;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}

.top-bar__hamburger span {
  display: block;
  position: absolute;
  height: 5px;
  width: 50%;
  background: white;
  opacity: 1;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.top-bar__hamburger span:nth-child(even) {
  left: 50%;
  border-radius: 0 9px 9px 0;
}

.top-bar__hamburger span:nth-child(odd) {
  left: 0px;
  border-radius: 9px 0 0 9px;
}

.top-bar__hamburger span:nth-child(1),
.top-bar__hamburger span:nth-child(2) {
  top: 0px;
}

.top-bar__hamburger span:nth-child(3),
.top-bar__hamburger span:nth-child(4) {
  top: 15px;
}

.top-bar__hamburger span:nth-child(5),
.top-bar__hamburger span:nth-child(6) {
  top: 30px;
}

.top-bar__hamburger.--is-open span:nth-child(1),
.top-bar__hamburger.--is-open span:nth-child(6) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.top-bar__hamburger.--is-open span:nth-child(2),
.top-bar__hamburger.--is-open span:nth-child(5) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.top-bar__hamburger.--is-open span:nth-child(1) {
  left: 5px;
  top: 10px;
}

.top-bar__hamburger.--is-open span:nth-child(2) {
  left: calc(50% - 3px);
  top: 11px;
}

.top-bar__hamburger.--is-open span:nth-child(3) {
  left: -50%;
  opacity: 0;
}

.top-bar__hamburger.--is-open span:nth-child(4) {
  left: 100%;
  opacity: 0;
}

.top-bar__hamburger.--is-open span:nth-child(5) {
  left: 5px;
  top: 23px;
}

.top-bar__hamburger.--is-open span:nth-child(6) {
  left: calc(50% - 2px);
  top: 24px;
}

.footer {
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.footer__box {
  position: relative;
  max-width: 1370px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 575px) {
  .footer__box {
    padding: 0;
    width: 100%;
    display: block;
  }
}

@media (min-width: 576px) and (max-width: 1199px) {
  .footer__box {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
}

.footer__box .footer__content {
  width: 75%;
}

@media (max-width: 575px) {
  .footer__box .footer__content {
    width: 100%;
  }
}

@media (min-width: 576px) and (max-width: 1199px) {
  .footer__box .footer__content {
    width: 100%;
  }
}

.footer__box .footer__content .content__box-logo {
  padding: 20px;
  border-bottom: 1px solid white;
}

.footer__box .footer__content .content__box-logo .box-logo__logo {
  width: 70px;
}

.footer__box .footer__content .content__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 48px;
  width: calc(75% - $main-box-width);
  color: white;
}

@media (max-width: 575px) {
  .footer__box .footer__content .content__box {
    padding: 20px 0;
    display: block;
    width: 85%;
    margin-left: auto;
    margin-right: auto;
  }
}

.footer__box .footer__content .content__box .box__column-info {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 10px;
  margin-right: 40px;
}

@media (max-width: 575px) {
  .footer__box .footer__content .content__box .box__column-info {
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media (max-width: 575px) {
  .footer__box .footer__content .content__box .box__column-info .--wide {
    width: 100% !important;
  }
}

@media (max-width: 575px) {
  .footer__box .footer__content .content__box .box__column-info .column-info__block {
    width: 50%;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}

.footer__box .footer__content .content__box .box__column-info .column-info__block .block__title {
  padding-top: 30px;
  padding-bottom: 10px;
  font-weight: 700;
}

.footer__box .footer__content .content__box .box__column-info .column-info__block .block__text {
  font-weight: 300;
}

.footer__box .footer__content .content__box .content__box__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 5;
      -ms-flex-positive: 5;
          flex-grow: 5;
}

@media (max-width: 575px) {
  .footer__box .footer__content .content__box .content__box__links {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media (max-width: 575px) {
  .footer__box .footer__content .content__box .--mobile-double-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .footer__box .footer__content .content__box .--mobile-double-title .--mobile-double-title__box {
    width: 50%;
  }
}

.footer__box .footer__content .content__box .box__column-links {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 10px;
}

@media (max-width: 575px) {
  .footer__box .footer__content .content__box .box__column-links {
    width: 50%;
    padding-top: 30px;
  }
}

.footer__box .footer__content .content__box .box__column-links .column-links__title {
  display: block;
  font-weight: 700;
  margin-bottom: 30px;
  color: white;
  text-decoration: none;
}

.footer__box .footer__content .content__box .box__column-links .column-links__content {
  padding-left: 10px;
  border-left: 1px dotted white;
}

.footer__box .footer__content .content__box .box__column-links .column-links__content .content__link {
  text-decoration: none;
  font-weight: 300;
  color: white;
  cursor: pointer;
  display: block;
  margin: 30px 0;
  width: 70%;
}

.footer__box .footer__info {
  position: relative;
  width: 25%;
  height: 350px;
  padding: 30px;
  background-color: #f6f6f6;
  margin-top: 84px;
}

@media (max-width: 575px) {
  .footer__box .footer__info {
    padding: 20px 0;
    height: auto;
    display: block;
    width: 85%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
  }
}

@media (min-width: 576px) and (max-width: 1199px) {
  .footer__box .footer__info {
    height: auto;
    width: 100%;
    margin-top: 30px;
  }
}

.footer__box .footer__info .info__title {
  position: absolute;
  color: white;
  top: -20px;
  left: 0;
}

@media (max-width: 575px) {
  .footer__box .footer__info .info__title {
    width: 100%;
    top: -40px;
    padding-bottom: 10px;
    border-bottom: 1px solid white;
  }
}

.footer__box .footer__info .box__contacts {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (min-width: 576px) and (max-width: 1199px) {
  .footer__box .footer__info .box__contacts {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.footer__box .footer__info .box__contacts .footer-contact {
  margin: 15px 5px;
}

.footer__box .footer__info .box__contacts .box-contacts__timetables {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (min-width: 576px) and (max-width: 1199px) {
  .footer__box .footer__info .box__contacts .box-contacts__timetables {
    width: 100%;
  }
}

.footer__box .footer__info .box__contacts .box-contacts__timetables .timetables__img {
  width: 20px;
  height: 20px;
  margin-right: 20px;
  background-size: cover;
  background-repeat: no-repeat;
}

.footer__bottom-bar {
  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;
  padding: 15px 0;
  max-width: 1370px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

@media (max-width: 575px) {
  .footer__bottom-bar {
    padding: 20px 0;
    width: 85%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
  }
}

@media (min-width: 576px) and (max-width: 1199px) {
  .footer__bottom-bar {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}

.footer__bottom-bar .bottom-bar__privacy {
  color: white;
  text-decoration: underline;
}

.footer__bottom-bar .bottom-bar__social .social__img {
  width: 100px;
  height: 30px;
}

.credits {
  position: relative;
  max-width: 1370px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
}

@media (min-width: 576px) and (max-width: 1199px) {
  .credits {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
}

.box-partners {
  max-width: 1370px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.box-partners .partners-background {
  height: 400px;
  background-size: cover;
  background-repeat: no-repeat;
}

@media (max-width: 575px) {
  .box-partners .partners-background {
    height: 800px;
  }
}

.box-partners .partners-background .partners-text {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.box-partners .partners-background .partners-text .partners-title {
  padding-top: 60px;
  font-weight: 300;
}

@media (max-width: 575px) {
  .box-partners .partners-background .partners-text .partners-title {
    font-size: 44px;
    font-weight: 300;
  }
}

.box-partners .partners-background .partners-text .partners-subtitle {
  padding: 60px 0;
  line-height: 35px;
}

@media (max-width: 575px) {
  .box-partners .partners-background .partners-text .partners-subtitle {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (min-width: 576px) and (max-width: 1199px) {
  .box-partners .partners-background .partners-text .partners-subtitle {
    padding-left: 50px;
    padding-right: 50px;
  }
}

.box-partners .partners-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: -110px;
  padding-bottom: 100px;
}

@media (max-width: 575px) {
  .box-partners .partners-cards {
    margin-top: -320px;
    padding-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (min-width: 576px) and (max-width: 1199px) {
  .box-partners .partners-cards {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.box-maps {
  max-width: 1070px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.box-maps .box-maps__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 30px;
}

@media (max-width: 575px) {
  .box-maps .box-maps__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.box-maps .box-maps__content .content__block {
  position: relative;
  width: 49%;
  padding: 0 8px;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 575px) {
  .box-maps .box-maps__content .content__block {
    width: 100%;
    padding: 0;
  }
}

@media (min-width: 576px) and (max-width: 1199px) {
  .box-maps .box-maps__content .content__block {
    width: 40%;
  }
}

.box-maps .box-maps__content .content__block .block__img {
  width: 100%;
}

.box-maps .box-maps__content .content__block .block-text {
  padding: 30px 0;
  text-align: center;
}

.box-maps .box-maps__content .content__block .block-text .text__img {
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  margin-left: auto;
  margin-right: auto;
  width: 20px;
  height: 20px;
}

.box-maps .box-maps__content .content__block .block-text .block-text__line {
  line-height: 35px;
}

.box-contatti {
  max-width: 970px;
  padding-bottom: 100px;
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 575px) {
  .box-contatti {
    width: 85%;
  }
}

@media (min-width: 576px) and (max-width: 1199px) {
  .box-contatti {
    max-width: 900px;
    width: 90%;
  }
}

.box-contatti .box-contatti__title {
  margin-top: 20px;
}

.box-contatti .separator {
  height: 35px;
  width: 2px;
  background-color: #017bd9;
  margin: 15px 0;
}

.box-contatti .box-ctas {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-radius: 8px;
  border: 1px solid #017bd9;
  padding: 10px 0 20px 0;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  width: 100%;
  -webkit-box-shadow: 0 0 11px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 11px 0 rgba(0, 0, 0, 0.15);
}

.box-contatti .box-ctas .box-cta {
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 575px) {
  .box-contatti .box-ctas .box-cta {
    margin: 15px 0;
  }
}

.box-contatti .box-ctas .box-cta .box-cta__title {
  margin-bottom: 8px;
}

.pop-up {
  width: 310px;
  padding: 40px 32px;
  position: fixed;
  top: 300px;
  right: 100px;
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.18);
          box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.18);
  background-color: rgba(0, 0, 0, 0.5);
  border: 1px solid #ffffff;
  z-index: 400;
  display: none;
}

@media (max-width: 575px) {
  .pop-up {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    right: 0;
    left: 0;
    top: 200px;
    background-color: #000000;
  }
}

.pop-up .pop-up__close {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 20px;
  height: 20px;
  background-size: cover;
  background-repeat: none;
  background-position: center;
  cursor: pointer;
}

.pop-up .pop-up__title {
  font-size: 24px;
  font-weight: 300;
  line-height: 28px;
  color: white;
  margin-bottom: 15px;
}

.pop-up .pop-up__description {
  font-size: 16px;
  font-weight: 300;
  line-height: 25px;
  color: white;
  margin-bottom: 15px;
}

.pop-up .pop-up__contact {
  margin: 10px 0;
}

.home {
  background-color: #f6f6f6;
}

.home .home-services {
  max-width: 1370px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.home .home-title {
  padding-top: 50px;
  text-align: center;
  font-weight: 300;
  color: #404040;
}

.home .home-subtitle {
  padding: 40px 80px;
  text-align: center;
  line-height: 40px;
  color: #404040;
}

@media (max-width: 575px) {
  .home .home-subtitle {
    line-height: 25px;
    padding: 40px 20px;
  }
}

@media (min-width: 576px) and (max-width: 1199px) {
  .home .home-subtitle {
    line-height: 25px;
  }
}

@media (max-width: 575px) {
  .home .btn-page-service {
    padding-top: 30px;
  }
}

@media (max-width: 575px) {
  .home .spacing-purity-button {
    padding-bottom: 36px;
  }
}

.page-kronotek .kronotek-services {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 0;
  text-align: center;
}

.page-kronotek .kronotek-services .subtitle {
  line-height: 35px;
  padding-bottom: 20px;
}

@media (max-width: 575px) {
  .page-kronotek .kronotek-services .subtitle {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (min-width: 576px) and (max-width: 1199px) {
  .page-kronotek .kronotek-services .subtitle {
    padding-left: 50px;
    padding-right: 50px;
  }
}

.page-kronotek .kronotek-services .subtitle-special {
  line-height: 35px;
  padding-top: 20px;
  padding-left: 50px;
  padding-right: 50px;
  color: #017bd9;
}

@media (max-width: 575px) {
  .page-kronotek .kronotek-services .subtitle-special {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (min-width: 576px) and (max-width: 1199px) {
  .page-kronotek .kronotek-services .subtitle-special {
    padding-left: 50px;
    padding-right: 50px;
  }
}

.page-kronotek .kronotek-services .kronotek-title {
  padding-top: 50px;
  text-align: center;
  font-weight: 300;
  color: #404040;
}

.page-kronotek .kronotek-services .kronotek-card {
  margin-top: 20px;
  margin-bottom: 20px;
}

.page-contacts {
  margin-top: -150px;
}

@media (max-width: 575px) {
  .page-contacts {
    margin-top: 0;
  }
}

@media (min-width: 576px) and (max-width: 1199px) {
  .page-contacts {
    margin-top: 0;
  }
}

.page-rubbafix .rubbafix-content {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  padding: 50px 0;
}

.page-rubbafix .rubbafix-content .rubbafix-title {
  padding-top: 50px;
  text-align: center;
  font-weight: 300;
}

@media (max-width: 575px) {
  .page-rubbafix .rubbafix-content .rubbafix-title {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (min-width: 576px) and (max-width: 1199px) {
  .page-rubbafix .rubbafix-content .rubbafix-title {
    padding-left: 50px;
    padding-right: 50px;
  }
}

.page-rubbafix .rubbafix-content .rubbafix-subtitle {
  line-height: 35px;
  text-align: center;
  margin-bottom: 50px;
}

@media (max-width: 575px) {
  .page-rubbafix .rubbafix-content .rubbafix-subtitle {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (min-width: 576px) and (max-width: 1199px) {
  .page-rubbafix .rubbafix-content .rubbafix-subtitle {
    padding-left: 50px;
    padding-right: 50px;
  }
}

.page-rubbafix .rubbafix-content .rubbafix-box-bullets {
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: white;
  padding: 30px;
  margin: 20px 0;
}

.page-rubbafix .rubbafix-content .rubbafix-box-bullets .bullets-title {
  margin-bottom: 30px;
  text-align: center;
}

@media (max-width: 575px) {
  .page-rubbafix .rubbafix-content .rubbafix-box-bullets .bullets-title {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 42px;
  }
}

@media (min-width: 576px) and (max-width: 1199px) {
  .page-rubbafix .rubbafix-content .rubbafix-box-bullets .bullets-title {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.page-rubbafix .rubbafix-content .rubbafix-box-bullets .bullets-line {
  margin: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (max-width: 575px) {
  .page-rubbafix .rubbafix-content .rubbafix-box-bullets .bullets-line {
    text-align: center;
  }
}

.page-rubbafix .rubbafix-content .rubbafix-box-bullets .bullets-line .bullets__img {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin-bottom: 5px;
}

.page-rubbafix .rubbafix-content .subtitle-special {
  line-height: 35px;
  padding-top: 20px;
  color: #017bd9;
  text-align: center;
}

@media (max-width: 575px) {
  .page-rubbafix .rubbafix-content .subtitle-special {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (min-width: 576px) and (max-width: 1199px) {
  .page-rubbafix .rubbafix-content .subtitle-special {
    padding-left: 50px;
    padding-right: 50px;
  }
}

.page-rubbafix .title-block-rubbafix {
  margin-top: 40px;
  margin-bottom: 15px;
  text-align: center;
}

@media (max-width: 575px) {
  .page-rubbafix .title-block-rubbafix {
    font-size: 36px;
  }
}

.page-rubbafix .block-rubbafix {
  position: relative;
  max-width: 1370px;
  margin: 0 auto;
  margin-bottom: 30px;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 60px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

@media (max-width: 575px) {
  .page-rubbafix .block-rubbafix {
    margin-bottom: 0;
  }
}

.page-rubbafix .block-rubbafix .block-rubbafix__content {
  height: 600px;
  width: 400px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 575px) {
  .page-rubbafix .block-rubbafix .block-rubbafix__content {
    height: 500px;
    width: 300px;
  }
}

.page-rubbafix .block-rubbafix .block-rubbafix__content .content__block {
  width: 50%;
  height: 100%;
  border-top: 1px solid #017bd9;
}

.page-rubbafix .block-rubbafix .block-rubbafix__content .content__block--border-half {
  border-right: 1px solid #017bd9;
}

.page-rubbafix .block-rubbafix .block-rubbafix__content .content__circle {
  position: absolute;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  top: calc(300px - 200px);
  border: 1px solid #017bd9;
  padding: 8px;
}

@media (max-width: 575px) {
  .page-rubbafix .block-rubbafix .block-rubbafix__content .content__circle {
    width: 300px;
    height: 300px;
    top: calc(250px - 150px);
  }
}

.page-rubbafix .block-rubbafix .block-rubbafix__content .content__circle .circle__img {
  border-radius: 50%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.page-purity .purity-content {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  padding: 30px 0;
}

.page-purity .purity-content .purity-title {
  padding-top: 50px;
  text-align: center;
  font-weight: 300;
}

@media (max-width: 575px) {
  .page-purity .purity-content .purity-title {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (min-width: 576px) and (max-width: 1199px) {
  .page-purity .purity-content .purity-title {
    padding-left: 50px;
    padding-right: 50px;
  }
}

.page-purity .purity-content .purity-subtitle {
  line-height: 35px;
  text-align: center;
  margin-bottom: 30px;
}

@media (max-width: 575px) {
  .page-purity .purity-content .purity-subtitle {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (min-width: 576px) and (max-width: 1199px) {
  .page-purity .purity-content .purity-subtitle {
    padding-left: 50px;
    padding-right: 50px;
  }
}

.page-purity .purity-content .subtitle-special {
  line-height: 35px;
  padding-top: 20px;
  color: #017bd9;
  text-align: center;
}

@media (max-width: 575px) {
  .page-purity .purity-content .subtitle-special {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (min-width: 576px) and (max-width: 1199px) {
  .page-purity .purity-content .subtitle-special {
    padding-left: 50px;
    padding-right: 50px;
  }
}

.page-purity .purity-box-spacing {
  padding: 60px 0;
}

.page-purity .purity-box-title {
  font-weight: 300;
}

@media (max-width: 575px) {
  .page-purity .purity-box-title {
    font-size: 40px;
  }
}

.page-purity .box-saperne-piu {
  max-width: 1370px;
  padding: 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}

.page-purity .box-saperne-piu .box-saperne-piu__title {
  margin-bottom: 40px;
  font-weight: 300;
  text-align: center;
}

@media (max-width: 575px) {
  .page-purity .box-saperne-piu .box-saperne-piu__title {
    padding: 0 20px;
    font-size: 40px;
  }
}

.page-purity .box-saperne-piu .box-saperne-piu__partner {
  width: 300px;
  padding: 30px 60px;
  border: 1px solid #017bd9;
  border-radius: 8px;
  background-color: white;
  margin-bottom: 30px;
}

.page-purity .box-saperne-piu .box-saperne-piu__partner .box-saperne-piu__img {
  width: 100%;
  height: 80px;
}

.page-blueseal .blueseal-content {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  padding: 30px 0;
}

.page-blueseal .blueseal-subtitle {
  line-height: 35px;
  text-align: center;
  margin-bottom: 30px;
}

@media (max-width: 575px) {
  .page-blueseal .blueseal-subtitle {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (min-width: 576px) and (max-width: 1199px) {
  .page-blueseal .blueseal-subtitle {
    padding-left: 50px;
    padding-right: 50px;
  }
}

.page-blueseal .blueseal-image-subtitle {
  width: 65%;
  margin-left: auto;
  margin-right: auto;
  height: 450px;
  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: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 30px;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (max-width: 575px) {
  .page-blueseal .blueseal-image-subtitle {
    width: 90%;
  }
}

.page-blueseal .blueseal-image-subtitle .blueseal-box-subtitle {
  text-align: center;
}

.page-blueseal .blueseal-image-subtitle .blueseal-box-subtitle__title {
  margin-bottom: 10px;
  font-weight: 700;
}

.page-blueseal .blueseal-image-subtitle .blueseal-box-subtitle__subtitle {
  margin-bottom: 20px;
  line-height: 35px;
}

@media (max-width: 575px) {
  .page-blueseal .blueseal-image-subtitle .blueseal-box-subtitle__subtitle {
    line-height: 24px;
  }
}

@media (min-width: 576px) and (max-width: 1199px) {
  .page-blueseal .blueseal-image-subtitle .blueseal-box-subtitle__subtitle {
    line-height: 24px;
  }
}

.page-blueseal .blueseal-image-subtitle .blueseal-image-subtitle__layer-opacity {
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0.6;
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.page-blueseal .box-vantaggi-blueseal {
  margin: 60px 0;
  max-width: 1370px;
  margin-left: auto;
  margin-right: auto;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 100px;
  margin-bottom: 150px;
}

.page-blueseal .box-vantaggi-blueseal .box-vantaggi-blueseal__title {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 50px;
}

.page-blueseal .box-vantaggi-blueseal .--box-three-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 820px;
  margin: -10px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: -200px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 575px) {
  .page-blueseal .box-vantaggi-blueseal .--box-three-cards {
    width: 95%;
  }
}

@media (min-width: 576px) and (max-width: 1199px) {
  .page-blueseal .box-vantaggi-blueseal .--box-three-cards {
    width: 95%;
  }
}

.page-blueseal .box-servizi-blueseal {
  margin: 60px 0;
  max-width: 1370px;
  margin-left: auto;
  margin-right: auto;
  background-repeat: no-repeat;
  background-size: cover;
}

.page-blueseal .blueseal-title {
  text-align: center;
}

.page-template .template__content {
  max-width: 1370px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 0;
}

@media (max-width: 575px) {
  .page-template .template__content {
    width: 100%;
  }
}

@media (min-width: 576px) and (max-width: 1199px) {
  .page-template .template__content {
    max-width: 90%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.page-template .template__content .template__col-content {
  width: 75%;
  padding-right: 30px;
}

@media (max-width: 575px) {
  .page-template .template__content .template__col-content {
    width: 100%;
    padding-right: 0;
  }
}

@media (min-width: 576px) and (max-width: 1199px) {
  .page-template .template__content .template__col-content {
    width: 100%;
    padding-right: 0;
  }
}

.page-template .template__content .template__col-contacts {
  width: 25%;
  padding-left: 30px;
}

@media (max-width: 575px) {
  .page-template .template__content .template__col-contacts {
    display: none;
  }
}

@media (min-width: 576px) and (max-width: 1199px) {
  .page-template .template__content .template__col-contacts {
    width: 100%;
    padding: 0;
  }
}

.page-template .template__content .template__description {
  margin: 30px 0;
}

@media (max-width: 575px) {
  .page-template .template__content .template__description {
    font-size: 16px;
    font-weight: 300;
    line-height: 31px;
    padding: 0 20px;
  }
}

@media (min-width: 576px) and (max-width: 1199px) {
  .page-template .template__content .template__description {
    margin-bottom: 45px;
  }
}

.page-template .template__content .template__box-img {
  margin: 30px 0;
}

.page-template .template__content .box-img__wide-img {
  width: 100%;
  height: 350px;
  margin-bottom: 8px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

@media (max-width: 575px) {
  .page-template .template__content .box-img__wide-img {
    display: none;
  }
}

.page-template .template__content .box-img__wide-img--mobile {
  display: none;
}

@media (max-width: 575px) {
  .page-template .template__content .box-img__wide-img--mobile {
    display: block;
    width: 100%;
    height: 250px;
    margin-bottom: 8px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
}

.page-template .template__content .box-img__caption {
  text-transform: uppercase;
}

@media (max-width: 575px) {
  .page-template .template__content .box-img__caption {
    padding: 0 20px;
  }
}

.page-template .template__content .template-box-bullets {
  padding: 0 20px;
}

@media (min-width: 576px) and (max-width: 1199px) {
  .page-template .template__content .template-box-bullets {
    max-width: 80%;
    padding: 0;
  }
}

@media (min-width: 576px) and (max-width: 1199px) {
  .page-template .template__content .template__description-application {
    max-width: 570px;
  }
}

.page-template .template__content .template__title {
  color: #017bd9;
  margin-top: 80px;
  margin-bottom: 40px;
}

@media (max-width: 575px) {
  .page-template .template__content .template__title {
    padding: 0 20px;
  }
}

@media (min-width: 576px) and (max-width: 1199px) {
  .page-template .template__content .template__title {
    max-width: 50%;
  }
}

.page-template .template__content .--not-centered {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}

@media (max-width: 575px) {
  .page-template .template__content .--not-centered {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
}

.page-template .template__content .cta-get-back {
  padding: 12px 34px;
  border: 1px solid #017bd9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #017bd9;
  max-width: 250px;
}

@media (max-width: 575px) {
  .page-template .template__content .cta-get-back {
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
  }
}

.page-template .template__content .cta-get-back .get-back-arrow {
  width: 10px;
  height: 10px;
  border-bottom: 1px solid #017bd9;
  border-left: 1px solid #017bd9;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  cursor: pointer;
  margin-right: 15px;
}

.page-template .template-contacts {
  width: 100%;
  border-radius: 8px;
  background-color: #017bd9;
  -webkit-box-shadow: 0 0 11px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 11px 0 rgba(0, 0, 0, 0.15);
}

@media (min-width: 576px) and (max-width: 1199px) {
  .page-template .template-contacts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.page-template .template-contacts .template-contacts__title {
  padding: 20px 50px 40px;
  border-bottom: 1px solid white;
  color: white;
  font-size: 24px;
  line-height: 28px;
}

@media (min-width: 576px) and (max-width: 1199px) {
  .page-template .template-contacts .template-contacts__title {
    border-bottom: none;
    border-right: 1px solid white;
    width: 30%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 10px 30px;
  }
}

.page-template .template-contacts .template-contacts__ctas {
  padding: 20px;
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 576px) and (max-width: 1199px) {
  .page-template .template-contacts .template-contacts__ctas {
    width: 70%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 10px;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}

.page-template .template-contacts .template-contacts__ctas .template-contacts__cta {
  margin: 15px 0 0;
  font-size: 16px;
}

.page-template .correlati__content {
  max-width: 1370px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
}

.page-template .correlati__content .correlati-title {
  text-align: center;
  margin: 40px 0;
}

.page-template .container-video {
  margin: 30px 0;
}

@media (max-width: 575px) {
  .page-template .container-video {
    width: 98%;
    margin-left: auto;
    margin-right: auto;
  }
}
