@font-face {
  font-family: 'DIN';
  src: url('fonts/DINPro-Regular.eot');
  src: url('fonts/DINPro-Regular.eot?#iefix') format('embedded-opentype'), url('fonts/DINPro-Regular.woff2') format('woff2'), url('fonts/DINPro-Regular.woff') format('woff'), url('fonts/DINPro-Regular.ttf') format('truetype'), url('fonts/DINPro-Regular.svg#DINPro-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'DIN';
  src: url('fonts/DINPro-Bold.eot');
  src: url('fonts/DINPro-Bold.eot?#iefix') format('embedded-opentype'), url('fonts/DINPro-Bold.woff2') format('woff2'), url('fonts/DINPro-Bold.woff') format('woff'), url('fonts/DINPro-Bold.ttf') format('truetype'), url('fonts/DINPro-Bold.svg#DINPro-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'DIN';
  src: url('fonts/DINPro-Light.eot');
  src: url('fonts/DINPro-Light.eot?#iefix') format('embedded-opentype'), url('fonts/DINPro-Light.woff2') format('woff2'), url('fonts/DINPro-Light.woff') format('woff'), url('fonts/DINPro-Light.ttf') format('truetype'), url('fonts/DINPro-Light.svg#DINPro-Light') format('svg');
  font-weight: 300;
  font-style: normal;
}
/*!
Theme Name: Urola
Author: Ainara Latorre
Author URI: https://ainaralatorre.com/
Description: Theme for Urola
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: urola

/*
Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace,monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace,monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
[type=button],
[type=reset],
[type=submit],
button {
  -webkit-appearance: button;
}
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
/* ==========================================================================
     GENERAL
   ========================================================================== */
/* color */
/* sizes */
.inner-section {
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}
.inner-section-mobile {
  padding: 50px 0;
  position: relative;
  overflow: hidden;
}
.font {
  font-family: 'DIN', sans-serif;
}
body {
  font-family: 'DIN', sans-serif;
  font-weight: 400;
  color: #4a4a49;
  line-height: 1.6;
  background: #fff;
  margin: 0;
  padding: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
  padding: 0;
  margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: normal;
  line-height: 1.05em;
}
ul,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
  outline: none;
  color: #00658c;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  cursor: pointer;
}
a:hover {
  text-decoration: none;
}
p {
  color: #4a4a49;
  font-size: 16px;
  font-weight: 300;
  margin: 0 0 20px 0;
  line-height: 1.35em;
}
p strong {
  font-weight: bold;
}
p a:hover {
  text-decoration: underline;
}
p:empty {
  display: none;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
::-moz-selection {
  background: #c9f0ff !important;
}
::selection {
  background: #c9f0ff !important;
}
::-moz-selection {
  background: #dfdfdf !important;
}
::selection {
  background: #dfdfdf !important;
}
.btn {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  display: inline-block;
  text-transform: uppercase;
  border-radius: 0;
  border: none;
  background: #00658c;
  color: #fff;
  box-sizing: border-box;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  padding: 12px 28px;
  margin-top: 5px;
  outline: none;
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
  letter-spacing: 0.8px;
  font-weight: 500;
}
.btn:hover {
  background: #333;
  background: #002034;
}
@media (max-width: 400px) {
  .btn {
    font-size: 15px;
  }
}
.visible-xs {
  display: none;
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
  .visible-xs {
    display: block !important;
  }
}
#wpadminbar {
  ddisplay: none !important;
}
html[lang="es"],
html[lang="es-ES"],
html[lang="en-GB"] {
  dmargin-top: 0 !important;
}
.anchor {
  position: relative;
  top: -83px;
  top: -54px;
}
@media (max-width: 767px) {
  .anchor {
    ttop: -61px;
  }
}
[data-scroll] {
  -webkit-transition: opacity 0.9s, -webkit-transform 0.9s;
  transition: opacity 0.9s, -webkit-transform 0.9s;
  transition: opacity 0.9s, transform 0.9s;
  transition: opacity 0.9s, transform 0.9s, -webkit-transform 0.9s;
}
[data-scroll="in"] {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
[data-scroll="out"] {
  opacity: 0;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
}
/* ==========================================================================
     HEADER
   ========================================================================== */
#masthead {
  position: absolute;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#masthead .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  padding-top: 30px;
}
#masthead .site-branding .logo {
  width: 240px;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}
#masthead #site-navigation ul li {
  display: inline-block;
  margin-left: 24px;
}
#masthead #site-navigation ul li.current-menu-item > a,
#masthead #site-navigation ul li.current-menu-ancestor > a {
  color: #00658c;
}
#masthead #site-navigation ul li a {
  font-size: 15px;
  color: #999;
  font-weight: bold;
}
#masthead #site-navigation ul li a:hover,
#masthead #site-navigation ul li a.active {
  color: #00658c;
}
@media (max-width: 768px) {
  #masthead .site-branding .logo {
    width: 190px;
  }
  #masthead .container {
    padding-top: 15px;
  }
}
@media (max-width: 767px) {
  #masthead .container {
    padding-top: 9px;
    padding-bottom: 3px;
  }
}
body.home #masthead #site-navigation ul li.current-menu-item a {
  color: #999;
}
body.home #masthead #site-navigation ul li.current-menu-item a:hover,
body.home #masthead #site-navigation ul li.current-menu-item a.active {
  color: #00658c;
}
body.home #masthead #site-navigation ul li.menu-item-home a {
  color: #00658c;
}
body.home.fixed-header #masthead #site-navigation ul li.current-menu-item a {
  color: #444;
}
body.home.fixed-header #masthead #site-navigation ul li.current-menu-item a:hover,
body.home.fixed-header #masthead #site-navigation ul li.current-menu-item a.active {
  color: #00658c;
}
body.home.fixed-header #masthead #site-navigation ul li.menu-item-home a {
  color: #00658c;
}
body.fixed-header #masthead {
  position: fixed;
  background: rgba(255, 255, 255, 0.95);
}
body.fixed-header #masthead .container {
  padding-top: 9px;
  padding-bottom: 3px;
}
body.fixed-header #masthead .logo {
  width: 140px;
}
body.fixed-header #masthead #site-navigation ul li.current-menu-item > a,
body.fixed-header #masthead #site-navigation ul li.current-menu-ancestor > a {
  color: #00658c;
}
body.fixed-header #masthead #site-navigation ul li a {
  color: #444;
}
body.fixed-header #masthead #site-navigation ul li a:hover {
  color: #00658c;
}
#site-navigation ul#primary-menu li.menu-item-has-children {
  position: relative;
  z-index: 2;
}
#site-navigation ul#primary-menu li.menu-item-has-children:hover > ul.sub-menu,
#site-navigation ul#primary-menu li.menu-item-has-children:focus > ul.sub-menu {
  opacity: 1 !important;
  pointer-events: all;
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
}
#site-navigation ul#primary-menu li.menu-item-has-children ul.sub-menu {
  opacity: 0;
  position: absolute;
  padding-top: 15px;
  padding-bottom: 8px;
  left: -14px;
  z-index: 300000;
  width: 200px;
  pointer-events: none;
  -webkit-transform: translateY(-18px);
          transform: translateY(-18px);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
#site-navigation ul#primary-menu li.menu-item-has-children ul.sub-menu:before {
  content: "";
  display: block;
  position: absolute;
  top: -10px;
  left: 0;
  width: 1px;
  height: 100%;
  background: #ddd;
}
#site-navigation ul#primary-menu li.menu-item-has-children ul.sub-menu li {
  display: block;
  margin: 0;
}
#site-navigation ul#primary-menu li.menu-item-has-children ul.sub-menu li:last-of-type a {
  padding-bottom: 5px;
}
#site-navigation ul#primary-menu li.menu-item-has-children ul.sub-menu li a {
  display: block;
  background: rgba(255, 255, 255, 0.9);
  padding: 2px 13px;
  font-weight: normal;
}
#site-navigation ul#primary-menu li.menu-item-has-children ul.sub-menu li a:before {
  display: none;
}
#site-navigation ul#primary-menu li.menu-item-has-children ul.sub-menu li a:hover {
  color: #00658c;
  font-weight: 500;
}
/*header responsive*/
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    left: 20%;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    left: 20%;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}
@media (min-width: 768px) {
  .button_container {
    display: none;
  }
}
@media (max-width: 767px) {
  #site-navigation,
  .menu-lang,
  .wpml-ls {
    display: none;
  }
  #masthead {
    height: auto;
  }
  #masthead .site-branding .logo {
    width: 140px;
  }
  #site-navigation.open {
    display: block;
    background: #fff;
    padding: 30px 45px 25px;
    width: 100%;
    box-sizing: border-box;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
  }
  #site-navigation.open ul.menu {
    padding-top: 30%;
    position: relative;
    text-align: center;
  }
  #site-navigation.open ul.menu li {
    display: block !important;
    margin-right: 0;
    margin-left: 0 !important;
    margin-bottom: 40px;
  }
  #site-navigation.open ul.menu li a {
    font-size: 20px !important;
    font-weight: bold !important;
  }
  #site-navigation.open ul.menu li {
    opacity: 0;
    position: relative;
    -webkit-animation: fadeInRight 0.5s ease forwards;
            animation: fadeInRight 0.5s ease forwards;
    -webkit-animation-delay: 0.35s;
            animation-delay: 0.35s;
  }
  #site-navigation.open ul.menu li:nth-of-type(2) {
    -webkit-animation-delay: 0.4s;
            animation-delay: 0.4s;
  }
  #site-navigation.open ul.menu li:nth-of-type(3) {
    -webkit-animation-delay: 0.45s;
            animation-delay: 0.45s;
  }
  #site-navigation.open ul.menu li:nth-of-type(4) {
    -webkit-animation-delay: 0.5s;
            animation-delay: 0.5s;
  }
  #site-navigation.open ul.menu li:nth-of-type(5) {
    -webkit-animation-delay: 0.55s;
            animation-delay: 0.55s;
  }
  #site-navigation.open ul.menu li:nth-of-type(6) {
    -webkit-animation-delay: 0.6s;
            animation-delay: 0.6s;
  }
  #site-navigation.open ul.menu li:nth-of-type(7) {
    -webkit-animation-delay: 0.65s;
            animation-delay: 0.65s;
  }
  #site-navigation.open ul.menu li:nth-of-type(8) {
    -webkit-animation-delay: 0.7s;
            animation-delay: 0.7s;
  }
  #site-navigation.open ul.sub-menu {
    position: relative !important;
    left: 0 !important;
    margin: 0 auto -35px !important;
    width: 100% !important;
    display: none;
    opacity: 1 !important;
    -webkit-transform: none !important;
            transform: none !important;
  }
  #site-navigation.open ul.sub-menu li {
    margin: 15px 0 !important;
  }
  #site-navigation.open ul.sub-menu li a {
    background: none !important;
    font-size: 17px !important;
  }
}
.button_container {
  position: absolute;
  top: 50%;
  margin-top: -8px;
  right: 1.8rem;
  height: 20px;
  width: 24px;
  cursor: pointer;
  z-index: 11000;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}
.button_container:hover {
  opacity: 0.9;
}
.button_container.active .top {
  -webkit-transform: translateY(8px) translateX(0) rotate(45deg);
          transform: translateY(8px) translateX(0) rotate(45deg);
}
.button_container.active .middle {
  opacity: 0;
}
.button_container.active .bottom {
  -webkit-transform: translateY(-8px) translateX(0) rotate(-45deg);
          transform: translateY(-8px) translateX(0) rotate(-45deg);
}
.button_container span {
  background: #000;
  border: none;
  height: 2px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  cursor: pointer;
}
.button_container span:nth-of-type(2) {
  top: 8px;
}
.button_container span:nth-of-type(3) {
  top: 16px;
}
@media (max-width: 767px) {
  .button_container {
    right: 1.5rem;
  }
}
/* ==========================================================================
     FOOTER
   ========================================================================== */
#footer {
  background: #002943;
  padding: 30px 0;
}
#footer .container {
  display: grid;
  grid-template-columns: auto auto 100px;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  max-width: 940px;
}
#footer .logo {
  width: 113px;
}
#footer .linkedin {
  width: 100px;
}
#footer .footer-navigation ul li {
  display: inline-block;
  margin-left: 20px;
}
#footer .footer-navigation ul li a {
  font-size: 15px;
  color: #fff;
}
#footer .footer-navigation ul li a:hover {
  color: #00658c;
  text-shadow: 0 0 0.4px #00658c;
}
#footer .footer-navigation ul li .sub-menu {
  display: none;
}
@media (max-width: 767px) {
  #footer {
    padding: 15px 0 20px;
  }
  #footer .container {
    display: block;
    position: relative;
  }
  #footer .container .logo {
    width: 70px;
  }
  #footer .container .linkedin {
    width: 60px;
    position: absolute;
    top: 5px;
    right: 25px;
  }
  #footer .container .footer-navigation ul {
    margin: 10px auto 5px;
    text-align: center;
  }
  #footer .container .footer-navigation ul li {
    margin-left: 0;
    margin-right: 10px;
  }
  #footer .container .footer-navigation ul li a {
    font-size: 12px;
  }
}
/* ==========================================================================
     FORMS
   ========================================================================== */
form p {
  margin: 0;
}
form .f-row {
  display: block;
  margin-bottom: 10px;
}
form .f-row label {
  display: block;
  height: 10px;
}
form .hidden_field {
  display: none;
}
form input[type="text"],
form input[type="email"],
form textarea {
  display: block;
  height: 30px;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  width: 100%;
  border-radius: 0;
  box-sizing: border-box;
  padding: 23px 16px;
  border: 1px solid #fff;
  background: #fff;
  box-shadow: none;
  color: #000;
  font-family: 'DIN', sans-serif;
  font-weight: 300;
  font-size: 18px;
  outline: none !important;
  line-height: 1.5;
  text-align: left;
}
form input[type="text"]::-webkit-input-placeholder,
form input[type="email"]::-webkit-input-placeholder,
form textarea::-webkit-input-placeholder {
  color: #333 !important;
  font-weight: 300;
}
form input[type="text"]:-ms-input-placeholder,
form input[type="email"]:-ms-input-placeholder,
form textarea:-ms-input-placeholder {
  color: #333 !important;
  font-weight: 300;
}
form input[type="text"]::-ms-input-placeholder,
form input[type="email"]::-ms-input-placeholder,
form textarea::-ms-input-placeholder {
  color: #333 !important;
  font-weight: 300;
}
form input[type="text"]::placeholder,
form input[type="email"]::placeholder,
form textarea::placeholder {
  color: #333 !important;
  font-weight: 300;
}
form input[type="text"]:focus::-webkit-input-placeholder,
form input[type="email"]:focus::-webkit-input-placeholder,
form textarea:focus::-webkit-input-placeholder {
  opacity: 0;
}
form input[type="text"]:focus:-ms-input-placeholder,
form input[type="email"]:focus:-ms-input-placeholder,
form textarea:focus:-ms-input-placeholder {
  opacity: 0;
}
form input[type="text"]:focus::-ms-input-placeholder,
form input[type="email"]:focus::-ms-input-placeholder,
form textarea:focus::-ms-input-placeholder {
  opacity: 0;
}
form input[type="text"]:focus::placeholder,
form input[type="email"]:focus::placeholder,
form textarea:focus::placeholder {
  opacity: 0;
}
form textarea {
  height: 110px;
  line-height: 1.2;
  padding: 12px 18px;
}
form .f-row-submit {
  text-align: center;
}
form input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border-radius: 0;
  border: none;
  outline: none;
  background: #002943;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
  box-sizing: border-box;
  padding: 16px 60px;
  font-size: 20px;
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
  letter-spacing: 0.8px;
  opacity: 1 !important;
  line-height: 1;
  font-weight: 400;
  cursor: pointer;
}
form input[type="submit"]:disabled {
  opacity: 1;
}
form input[type="submit"]:hover {
  cursor: pointer;
  background: #000;
}
form input[type="text"].wpcf7-not-valid {
  border: 1px solid red;
}
form .f-row-check {
  margin-bottom: 15px;
}
form .f-row-check .wpcf7-list-item {
  margin: 0;
}
form .f-row-check label {
  font-size: 16px;
  color: #fff;
}
form .f-row-check label a {
  font-weight: bold;
  color: #fff;
  text-decoration: underline;
  opacity: 0.91;
  -webkit-transform: opacity 0.2s ease-in;
          transform: opacity 0.2s ease-in;
}
form .f-row-check label a:hover {
  text-decoration: underline;
  opacity: 1;
}
form .cols2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 0 10px;
}
@media (max-width: 767px) {
  form .cols2 {
    display: block;
  }
  form .f-row {
    margin-bottom: 6px;
  }
  form input[type="text"],
  form input[type="email"],
  form textarea {
    font-size: 15px;
    padding: 19px 13px;
  }
  form textarea {
    padding: 10px 13px;
    height: 80px;
  }
  form .f-row-check label {
    font-size: 12px;
  }
  form input[type="submit"] {
    font-size: 16px;
  }
}
span.wpcf7-not-valid-tip {
  font-size: 16px;
  color: #000;
  font-weight: bold;
}
div.wpcf7-response-output {
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 1.3;
  font-weight: bold;
  color: #fff;
}
div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
  border: none;
  margin-top: 0;
  color: #000;
}
.wpcf7-validation-errors {
  font-size: 14px;
  color: #f00;
}
div.wpcf7-mail-sent-ok {
  border: none;
  margin-top: 0;
  color: #000;
}
div.wpcf7 .ajax-loader {
  display: block;
  text-align: center;
  position: relative;
  top: 5px;
  background-image: url(images/loading.gif);
  background-size: cover;
}
/* ==========================================================================
     LAYOUT & TEXT FORMAT
   ========================================================================== */
/* color */
/* sizes */
.inner-section {
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}
.inner-section-mobile {
  padding: 50px 0;
  position: relative;
  overflow: hidden;
}
#page {
  width: 100%;
  max-width: 1480px;
  max-width: 100%;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
#main {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.anim {
  -webkit-animation: openpage 1.3s ease-out;
          animation: openpage 1.3s ease-out;
}
@-webkit-keyframes openpage {
  from {
    -webkit-transform: translateY(-32px);
            transform: translateY(-32px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes openpage {
  from {
    -webkit-transform: translateY(-32px);
            transform: translateY(-32px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
.container {
  width: 100%;
  padding: 0 1.8rem;
  max-width: 1100px;
  margin: 0 auto;
  box-sizing: border-box;
}
.container.small {
  max-width: 860px;
}
.container.big {
  max-width: 1300px;
}
@media (max-width: 767px) {
  .container {
    padding: 0 1.5rem;
  }
}
.txt-intro {
  margin: 0 auto 33px;
  text-align: center;
}
.txt-intro h1,
.txt-intro h2 {
  font-size: 58px;
  color: #002943;
  text-transform: uppercase;
  font-weight: bold;
}
.txt-intro h1 span.min,
.txt-intro h2 span.min {
  text-transform: lowercase;
}
.txt-intro h1:after,
.txt-intro h2:after {
  content: "";
  display: block;
  width: 240px;
  height: 3px;
  background: #ae0f0a;
  margin: 13px auto 30px;
}
.txt-intro p {
  font-size: 19px;
  line-height: 1.3;
}
.txt-intro.alt h1,
.txt-intro.alt h2,
.txt-intro.alt p {
  color: #fff;
}
.txt-intro.small {
  max-width: 880px;
}
.txt-intro.small h1:after,
.txt-intro.small h2:after {
  margin: 13px auto 20px;
}
@media (max-width: 768px) {
  .txt-intro h1,
  .txt-intro h2 {
    font-size: 52px;
  }
}
@media (max-width: 600px) {
  .txt-intro h1,
  .txt-intro h2 {
    font-size: 38px;
  }
  .txt-intro h1:after,
  .txt-intro h2:after {
    margin: 8px auto 20px;
  }
  .txt-intro p {
    font-size: 15px;
  }
}
.sep_dec_top:before {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 42px;
  background: url(images/sep_dec.png) no-repeat 50% 0;
}
.sep_dec:before {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 42px;
  background: url(images/sep_dec.png) no-repeat 50% 0;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.tab-contact {
  position: fixed;
  top: 20%;
  right: 0;
  width: 40px;
  font-weight: bold;
  border: 4px solid white;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  border-right: 0;
  background: #8f8e94;
  padding: 10px;
  color: #fff;
  cursor: pointer;
  z-index: 10000;
  line-height: 1;
  -webkit-transition: background 0.2s ease;
  transition: background 0.2s ease;
}
.tab-contact .uk-icon {
  margin: 0;
  border: none;
  border-radius: 0;
  overflow: visible;
  font: inherit;
  color: inherit;
  text-transform: none;
  padding: 0;
  background-color: transparent;
  fill: currentcolor;
  line-height: 0;
  width: 40px;
  height: 40px;
  display: block;
}
.tab-contact:hover {
  background: #00658c;
}
@media (max-width: 768px) {
  .tab-contact {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    right: -6px;
  }
}
@media (max-width: 767px) {
  .tab-contact {
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
    right: -13px;
  }
}
/* ==========================================================================
     HOME
   ========================================================================== */
body.home #section-intro {
  padding-top: 200px;
  padding-bottom: 130px;
  background: url(images/bg-intro-home.jpg) no-repeat 0 0;
  background-size: 840px;
  position: relative;
  z-index: 1;
}
body.home #section-intro:before {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 42px;
  background: url(images/sep_dec.png) no-repeat 50% 0;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
body.home #section-intro .txt-intro h1 {
  font-size: 40px;
}
body.home #section-intro .txt-intro p {
  font-size: 18px;
}
body.home #section-intro:after {
  content: "";
  display: block;
  background: url(images/dec-intro-home.png) no-repeat 50% 0;
  background-size: contain;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 138px;
  z-index: -1;
}
@media (max-width: 768px) {
  body.home #section-intro {
    padding-top: 170px;
  }
}
@media (max-width: 767px) {
  body.home #section-intro {
    padding-top: 130px;
    padding-bottom: 75px;
  }
  body.home #section-intro .txt-intro h1 {
    font-size: 34px;
  }
  body.home #section-intro .txt-intro p {
    font-size: 15px;
  }
  body.home #section-intro:after {
    height: 65px;
  }
}
body.home .applications-wrap[data-scroll] {
  -webkit-transition: none !important;
  transition: none !important;
}
body.home .applications-wrap[data-scroll] .item {
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  -webkit-transition-duration: 0.7s;
          transition-duration: 0.7s;
}
body.home .applications-wrap[data-scroll="in"] .item {
  opacity: 1 !important;
  -webkit-transform: translateY(0) !important;
          transform: translateY(0) !important;
}
body.home .applications-wrap[data-scroll="out"] .item {
  opacity: 0;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
}
body.home #section-applications {
  padding: 80px 0;
  position: relative;
  overflow: hidden;
  background: url(images/bg-applications.jpg) no-repeat 50% 100%;
  background-size: cover;
}
body.home #section-applications .applications-wrap {
  margin: 58px auto 20px;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 15px 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
}
body.home #section-applications .applications-wrap .item {
  opacity: 0;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
  cursor: pointer;
}
body.home #section-applications .applications-wrap .item img {
  background: #00658c;
  border-radius: 50%;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
body.home #section-applications .applications-wrap .item:hover img {
  opacity: 0.4;
}
body.home #section-applications .applications-wrap .item p {
  color: #fff;
  text-align: center;
  margin-top: 13px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.3em;
}
body.home #section-applications .applications-wrap .item:nth-of-type(1) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
body.home #section-applications .applications-wrap .item:nth-of-type(2) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
body.home #section-applications .applications-wrap .item:nth-of-type(3) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
body.home #section-applications .applications-wrap .item:nth-of-type(4) {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
body.home #section-applications .applications-wrap .item:nth-of-type(5) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
body.home #section-applications .applications-wrap .item:nth-of-type(6) {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}
@media (max-width: 768px) {
  body.home #section-applications .container.big {
    max-width: 560px;
  }
  body.home #section-applications .applications-wrap {
    grid-template-columns: repeat(3, 1fr);
  }
  body.home #section-applications .applications-wrap .item p {
    margin-top: 10px;
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  body.home #section-applications {
    padding: 50px 0;
    position: relative;
    overflow: hidden;
  }
  body.home #section-applications .applications-wrap {
    margin: 40px 0 0;
    grid-gap: 15px 22px;
  }
  body.home #section-applications .applications-wrap .item p {
    font-size: 12px;
  }
}
body.home #section-equipment {
  padding: 80px 0;
  overflow: hidden;
  padding-bottom: 0;
  background: url(images/bg-equipment.jpg) no-repeat 50% 100%;
  background-size: cover;
  position: relative;
}
body.home #section-equipment:before {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 42px;
  background: url(images/sep_dec.png) no-repeat 50% 0;
}
body.home #section-equipment .equipment-wrap {
  margin-top: 30px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 0 40px;
}
body.home #section-equipment .equipment-wrap .item {
  background: #005e70;
  padding: 25px;
}
body.home #section-equipment .equipment-wrap .item h3 {
  color: #fff;
  font-size: 37px;
  font-weight: bold;
  margin-bottom: 15px;
}
body.home #section-equipment .equipment-wrap .item p {
  color: #fff;
  font-size: 18px;
  line-height: 1.3;
}
body.home #section-equipment .equipment-wrap .item img {
  height: 160px;
  margin: 0 auto 10px;
}
body.home #section-equipment .equipment-wrap .item .btn-wrapper {
  text-align: center;
}
body.home #section-equipment .equipment-wrap .item .btn {
  background: #002943;
  font-size: 20px;
  -webkit-transition: background 0.15s ease-in, -webkit-transform 0.15s ease-in;
  transition: background 0.15s ease-in, -webkit-transform 0.15s ease-in;
  transition: transform 0.15s ease-in, background 0.15s ease-in;
  transition: transform 0.15s ease-in, background 0.15s ease-in, -webkit-transform 0.15s ease-in;
}
body.home #section-equipment .equipment-wrap .item .btn:hover {
  background: #000;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
@media (max-width: 768px) {
  body.home #section-equipment .equipment-wrap {
    grid-gap: 20px 30px;
  }
  body.home #section-equipment .equipment-wrap .item h3 {
    font-size: 30px;
  }
  body.home #section-equipment .equipment-wrap .item p {
    font-size: 17px;
  }
}
@media (max-width: 767px) {
  body.home #section-equipment {
    padding: 50px 0;
    position: relative;
    overflow: hidden;
    padding-bottom: 0;
  }
  body.home #section-equipment .equipment-wrap {
    grid-template-columns: 1fr;
  }
  body.home #section-equipment .equipment-wrap .item h3 {
    font-size: 24px;
  }
  body.home #section-equipment .equipment-wrap .item p {
    font-size: 15px;
  }
  body.home #section-equipment .equipment-wrap .item img {
    height: 120px;
  }
  body.home #section-equipment .equipment-wrap .item .btn {
    font-size: 16px;
  }
}
body.home #section-services {
  padding: 80px 0;
  position: relative;
  overflow: hidden;
  padding-bottom: 60px;
}
body.home #section-services:before {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 42px;
  background: url(images/sep_dec.png) no-repeat 50% 0;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
body.home #section-services .services-wrap {
  margin-top: 25px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  background: #000;
}
body.home #section-services .services-wrap .item {
  padding: 60px 40px;
  min-height: 350px;
  box-sizing: border-box;
  cursor: pointer;
}
body.home #section-services .services-wrap .item h3,
body.home #section-services .services-wrap .item p {
  color: #fff;
  max-width: 320px;
  margin: 0 auto;
}
body.home #section-services .services-wrap .item h3 {
  font-size: 37px;
  font-weight: bold;
  margin-bottom: 20px;
}
body.home #section-services .services-wrap .item h3 span {
  font-weight: 300;
  display: block;
}
body.home #section-services .services-wrap .item p {
  font-size: 19px;
  line-height: 1.2;
}
body.home #section-services .services-wrap .item:nth-of-type(1) {
  background: url(images/bg-service-1.jpg);
}
body.home #section-services .services-wrap .item:nth-of-type(2) {
  background: url(images/bg-service-2.jpg);
}
body.home #section-services .services-wrap .item:nth-of-type(3) {
  background: url(images/bg-service-3.jpg);
}
@media (max-width: 768px) {
  body.home #section-services .services-wrap .item {
    padding: 60px 30px;
  }
  body.home #section-services .services-wrap .item h3 {
    font-size: 30px;
  }
  body.home #section-services .services-wrap .item p {
    font-size: 17px;
  }
}
@media (max-width: 767px) {
  body.home #section-services {
    padding: 50px 0;
    position: relative;
    overflow: hidden;
  }
  body.home #section-services .services-wrap {
    grid-template-columns: 1fr;
  }
  body.home #section-services .services-wrap .item {
    min-height: 0;
    padding: 30px;
  }
  body.home #section-services .services-wrap .item h3 {
    font-size: 26px;
    margin-bottom: 10px;
  }
  body.home #section-services .services-wrap .item p {
    font-size: 15px;
  }
}
body.home #section-contact {
  padding: 80px 0;
  position: relative;
  overflow: hidden;
  padding-bottom: 0;
  background: #00658c;
}
body.home #section-contact .contact-info {
  margin: 20px auto;
}
body.home #section-contact .contact-info p {
  color: #fff;
  font-size: 20px;
  margin: 0;
  text-align: center;
}
body.home #section-contact .contact-info p a {
  color: #fff;
}
body.home #section-contact .contact-info p a:hover {
  text-decoration: none;
  border-bottom: 1px solid #fff;
}
body.home #section-contact .contact-footer {
  margin-top: 40px;
  background: #002943;
  border-bottom: 1px solid #00658c;
  padding: 38px 0 50px;
}
body.home #section-contact .contact-footer .container {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 0 40px;
}
body.home #section-contact .contact-footer .container .item p {
  text-align: center;
  color: #fff;
  font-size: 18px;
  line-height: 1.2;
  margin: 0;
}
body.home #section-contact .contact-footer .container .item p strong {
  display: block;
}
body.home #section-contact .contact-footer .container .item p.name {
  text-transform: uppercase;
}
@media (max-width: 768px) {
  body.home #section-contact .contact-footer {
    padding: 30px 0 35px;
  }
  body.home #section-contact .contact-footer .container {
    grid-gap: 20px 15px;
  }
  body.home #section-contact .contact-footer .container .item p {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  body.home #section-contact {
    padding: 50px 0;
    position: relative;
    overflow: hidden;
    padding-bottom: 0;
  }
  body.home #section-contact .contact-info p {
    font-size: 17px;
  }
  body.home #section-contact .contact-footer .container {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px 10px;
  }
  body.home #section-contact .contact-footer .container .item p {
    font-size: 12px;
  }
}
/* ==========================================================================
     COMPANY + SERVICES
   ========================================================================== */
.page-template-template-company #main {
  padding-bottom: 85px;
  background: url(images/bg-page.jpg) no-repeat 50% 100%;
  background-size: contain;
}
@media (max-width: 767px) {
  .page-template-template-company #main {
    padding-bottom: 50px;
  }
}
.page-template-template-services #main {
  padding-bottom: 85px;
  background: url(images/bg-page.jpg) no-repeat 50% 100%;
}
@media (max-width: 767px) {
  .page-template-template-services #main {
    padding-bottom: 50px;
  }
}
#section-intro {
  padding-top: 190px;
}
@media (max-width: 768px) {
  #section-intro {
    padding-top: 160px;
  }
}
@media (max-width: 767px) {
  #section-intro {
    padding-top: 120px;
  }
}
.section-img-quote {
  margin: 50px 0 90px;
  padding-right: 1.8rem;
  display: grid;
  grid-template-columns: auto 320px;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
}
.section-img-quote .col-img {
  background-image: url(images/bg-experience.jpg);
  background-position: 0% 0%;
  background-size: cover;
  position: relative;
}
.section-img-quote .col-img:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -21px;
  right: 0;
  background: url(images/dec-img.png) 100% 100%;
  background-size: cover;
  height: 21px;
  width: 100%;
}
.section-img-quote .col-img .txt-wrapper {
  padding: 65px 70px 70px 1.8rem;
  max-width: 600px;
  margin: 0 auto;
}
.section-img-quote .col-img .txt-wrapper h2,
.section-img-quote .col-img .txt-wrapper h3 {
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 52px;
  margin-bottom: 20px;
  line-height: 1;
}
.section-img-quote .col-img .txt-wrapper h2 span,
.section-img-quote .col-img .txt-wrapper h3 span {
  font-weight: 300;
  display: block;
}
.section-img-quote .col-img .txt-wrapper h2:after,
.section-img-quote .col-img .txt-wrapper h3:after {
  content: "";
  display: block;
  width: 240px;
  height: 3px;
  background: #ae0f0a;
  margin-top: 10px;
}
.section-img-quote .col-img .txt-wrapper p,
.section-img-quote .col-img .txt-wrapper li {
  color: #fff;
  font-size: 19px;
  line-height: 1.2;
}
.section-img-quote .col-img .txt-wrapper ul {
  margin: 20px 0 20px 20px;
}
.section-img-quote .col-img .txt-wrapper li {
  font-weight: 300;
  list-style: disc;
  margin-bottom: 2px;
}
.section-img-quote .col-quote {
  border: 3px solid #ae0f0a;
  margin-left: -35px;
  margin-top: 60px;
  position: relative;
  -webkit-animation: anim 1s;
          animation: anim 1s;
}
.section-img-quote .col-quote:after {
  content: "";
  display: block;
  width: 74px;
  height: 74px;
  background: url(images/comillas.png);
  background-size: cover;
  position: absolute;
  top: -50px;
  right: 20px;
}
.section-img-quote .col-quote .inner {
  padding: 40px 30px 35px 60px;
}
.section-img-quote .col-quote .inner p {
  font-size: 26px;
  font-weight: 300;
  text-align: right;
  line-height: 1.1;
  margin: 0;
}
.section-img-quote .col-quote .inner p.name {
  margin-top: 25px;
  font-size: 18px;
  color: #ae0f0a;
}
.section-img-quote.alt {
  padding-right: 0;
  padding-left: 1.8rem;
  grid-template-columns: 320px auto;
}
.section-img-quote.alt .col-img:after {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.section-img-quote.alt .col-img .txt-wrapper {
  padding: 65px 1.8rem 70px 70px;
}
.section-img-quote.alt .col-img .txt-wrapper img {
  margin-top: 45px;
}
.section-img-quote.alt .col-quote {
  margin-left: 0;
  margin-right: -35px;
  z-index: 2;
}
.section-img-quote.alt .col-quote:after {
  right: auto;
  left: 25px;
}
.section-img-quote.alt .col-quote .inner {
  padding: 40px 60px 35px 30px;
}
.section-img-quote.alt .col-quote .inner p {
  text-align: left;
}
@media (max-width: 767px) {
  .section-img-quote {
    margin: 40px 0 70px;
    padding-right: 0 !important;
    padding-left: 0 !important;
    grid-template-columns: 1fr !important;
  }
  .section-img-quote .col-img {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
            order: 1;
  }
  .section-img-quote .col-img .txt-wrapper {
    padding: 40px 1.8rem 20px !important;
  }
  .section-img-quote .col-img .txt-wrapper h2,
  .section-img-quote .col-img .txt-wrapper h3 {
    font-size: 38px;
  }
  .section-img-quote .col-img .txt-wrapper p {
    font-size: 15px;
    text-align: left;
  }
  .section-img-quote .col-quote {
    margin: 50px 1.8rem 0 !important;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
            order: 2;
  }
  .section-img-quote .col-quote:after {
    width: 50px;
    height: 50px;
    top: -25px;
  }
  .section-img-quote .col-quote .inner {
    padding: 30px;
  }
  .section-img-quote .col-quote .inner p {
    font-size: 16px;
  }
  .section-img-quote .col-quote .inner p.name {
    font-size: 14px;
    margin-top: 20px;
  }
}
@-webkit-keyframes anim {
  from {
    -webkit-transform: translateY(40px);
            transform: translateY(40px);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes anim {
  from {
    -webkit-transform: translateY(40px);
            transform: translateY(40px);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.news-boxes {
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 8px;
}
.news-boxes .item {
  background: #002943;
  padding: 25px;
}
.news-boxes .item img {
  margin-bottom: 18px;
}
.news-boxes .item p {
  color: #fff;
  text-align: center;
  font-size: 18px;
  line-height: 1.25;
}
@media (max-width: 767px) {
  .news-boxes {
    grid-template-columns: 1fr;
  }
  .news-boxes .item {
    padding: 25px 25px 10px;
  }
  .news-boxes .item p {
    font-size: 15px;
  }
}
/* ==========================================================================
     SERVICES
   ========================================================================== */
.services-bottom p {
  font-size: 20px;
  text-align: center;
}
.services-bottom .icos-grid {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 50px 50px;
  text-align: center;
}
.services-bottom .icos-grid .item img {
  max-width: 160px;
  margin: 0 auto;
}
.services-bottom .icos-grid .item p {
  text-transform: uppercase;
  font-size: 28px;
  font-weight: bold;
  color: #000;
  line-height: 1.2;
  margin: 10px 0 0;
}
@media (max-width: 767px) {
  .services-bottom p {
    font-size: 16px;
  }
  .services-bottom .icos-grid {
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
  }
  .services-bottom .icos-grid .item img {
    max-width: 90px;
  }
  .services-bottom .icos-grid .item p {
    font-size: 18px;
  }
}
/* ==========================================================================
     PRODUCTS
   ========================================================================== */
.family-info {
  background: #002943;
  margin: 50px 0;
  padding: 60px 0;
  position: relative;
}
.family-info:after {
  content: "";
  display: block;
  background: url(images/dec-img-full.png) 100% 0;
  background-size: cover;
  width: 100%;
  height: 20px;
  position: absolute;
  bottom: -20px;
  left: 0;
}
.family-info h2 {
  font-size: 40px;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
}
.family-info h2:after {
  content: "";
  display: block;
  width: 240px;
  height: 3px;
  background: #ae0f0a;
  margin: 15px 0 20px;
}
.family-info .cols2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 0 40px;
}
.family-info .txt-wrapper p {
  color: #fff;
  font-size: 19px;
  line-height: 1.25;
}
.family-info .txt-wrapper ul {
  margin-left: 18px;
}
.family-info .txt-wrapper ul ul {
  margin-left: 22px;
}
.family-info .txt-wrapper ul ul li {
  list-style: circle;
}
.family-info .txt-wrapper ul li {
  color: #fff;
  list-style: disc;
}
.family-info .txt-wrapper h3 {
  margin: 20px 0;
  font-weight: bold;
  color: #fff;
}
.family-info .img-wrapper img {
  -webkit-transform: scale(1.25) translateY(-30px);
          transform: scale(1.25) translateY(-30px);
  -webkit-transform-origin: left center;
          transform-origin: left center;
}
.family-info .caract-boxes {
  margin: 35px 0 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 8px;
  margin-bottom: 8px;
}
.family-info .caract-boxes .item {
  min-height: 210px;
  background: #005e70;
  box-sizing: border-box;
  position: relative;
  cursor: pointer;
}
.family-info .caract-boxes .item:nth-of-type(2) {
  background: #337e8d;
}
.family-info .caract-boxes .item:nth-of-type(2):before {
  background: #337e8d;
}
.family-info .caract-boxes .item:nth-of-type(3) {
  background: #669fa9;
}
.family-info .caract-boxes .item:nth-of-type(3):before {
  background: #669fa9;
}
.family-info .caract-boxes .item:nth-of-type(4) {
  background: #99bfc6;
}
.family-info .caract-boxes .item:nth-of-type(4):before {
  background: #99bfc6;
}
.family-info .caract-boxes .item .card {
  padding: 20px 25px;
}
.family-info .caract-boxes .item .card p {
  color: #fff;
  font-size: 31px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.1;
}
.family-info .caract-boxes .item .card p.num {
  font-size: 58px;
  margin-bottom: -2px;
}
.family-info .caract-boxes .item:before {
  content: "";
  display: block;
  width: 100%;
  height: 8px;
  position: absolute;
  bottom: -8px;
  left: 0;
  background: #005e70;
  display: none;
}
.family-info .caract-boxes .item:hover:before {
  display: block;
}
.family-info .card-content {
  display: none;
  background: #005e70;
  box-sizing: border-box;
  padding: 25px;
}
.family-info .card-content h1,
.family-info .card-content h2,
.family-info .card-content h3 {
  color: #fff;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
}
.family-info .card-content h1:after,
.family-info .card-content h2:after,
.family-info .card-content h3:after {
  display: none !important;
}
.family-info .card-content p {
  color: #fff;
  font-size: 16px;
}
.family-info .card-content ul {
  margin-left: 18px;
}
.family-info .card-content ul li {
  color: #fff;
  font-size: 16px;
  list-style: disc;
}
.family-info .card-content:nth-of-type(2) {
  background: #337e8d;
}
.family-info .card-content:nth-of-type(3) {
  background: #669fa9;
}
.family-info .card-content:nth-of-type(4) {
  background: #99bfc6;
}
.family-info .icos-bottom {
  margin-top: 80px;
}
.family-info .icos-bottom .icos-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 0 50px;
}
.family-info .icos-bottom .icos-wrapper .item {
  text-align: center;
}
.family-info .icos-bottom .icos-wrapper .item img {
  max-width: 110px;
  margin: 0 auto 12px;
}
.family-info .icos-bottom .icos-wrapper .item p {
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
}
.family-info .info-box {
  margin: 30px 0 50px;
  background: #005e70;
  padding: 30px 30px 20px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 35px;
}
.family-info .info-box * {
  color: #fff;
}
.family-info .info-box article {
  display: grid;
  grid-template-columns: auto auto;
  grid-gap: 7px;
}
.family-info .info-box article .num {
  font-size: 67px;
  font-weight: bold;
  line-height: 0.8;
}
.family-info .info-box article p {
  font-size: 18px;
  margin-bottom: 25px;
}
.family-info .cols3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 35px;
}
.family-info .cols3 * {
  color: #fff;
}
.family-info .cols3 h3 {
  text-transform: uppercase;
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 15px;
  line-height: 1.2;
}
.family-info .cols3 p {
  font-size: 18px;
  opacity: 0.8;
}
@media (max-width: 768px) {
  .family-info {
    padding: 50px 0 30px;
    margin-bottom: 0;
  }
  .family-info .txt-wrapper p {
    font-size: 17px;
    text-align: left;
  }
  .family-info .img-wrapper {
    display: grid;
    place-items: center;
  }
  .family-info .img-wrapper img {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  .family-info .caract-boxes .item {
    min-height: 180px;
  }
  .family-info .caract-boxes .item .card {
    padding: 18px 20px 10px;
  }
  .family-info .caract-boxes .item .card p {
    font-size: 23px;
  }
  .family-info .caract-boxes .item .card p.num {
    font-size: 54px;
  }
  .family-info .info-box {
    padding: 30px 25px 20px;
  }
  .family-info .info-box article .num {
    font-size: 58px;
  }
  .family-info .info-box article p {
    font-size: 15px;
  }
  .family-info .cols3 h3 {
    font-size: 22px;
    margin-bottom: 10px;
  }
  .family-info .cols3 p {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .family-info .cols2 {
    grid-template-columns: 1fr;
  }
  .family-info h2 {
    font-size: 28px;
  }
  .family-info .txt-wrapper p {
    font-size: 15px;
  }
  .family-info .caract-boxes {
    grid-gap: 3px;
    margin-bottom: 3px;
  }
  .family-info .caract-boxes .item {
    min-height: 0;
    display: grid;
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
  }
  .family-info .caract-boxes .item:before {
    height: 3px;
    bottom: -3px;
  }
  .family-info .caract-boxes .item .card {
    padding: 8px 10px;
  }
  .family-info .caract-boxes .item .card p {
    font-size: 12px;
    margin: 0;
    display: block;
    line-height: 1.3 !important;
  }
  .family-info .caract-boxes .item .card p.num {
    font-size: 19px;
    display: block;
    line-height: 1;
  }
  .family-info .card-content {
    padding: 20px;
  }
  .family-info .card-content h1,
  .family-info .card-content h2,
  .family-info .card-content h3 {
    font-size: 20px;
  }
  .family-info .card-content p {
    font-size: 15px;
    line-height: 1.3;
  }
  .family-info .card-content ul li {
    font-size: 15px;
    line-height: 1.3;
    margin-bottom: 10px;
  }
  .family-info .icos-bottom .icos-wrapper {
    grid-template-columns: 1fr;
    grid-gap: 15px;
  }
  .family-info .icos-bottom .icos-wrapper .item img {
    max-width: 90px;
  }
  .family-info .info-box {
    grid-template-columns: 1fr;
    grid-gap: 0;
  }
  .family-info .info-box article .num {
    font-size: 44px;
  }
  .family-info .cols3 {
    grid-template-columns: 1fr;
    grid-gap: 15px;
  }
}
.products-list {
  margin: 60px 0;
}
@media (max-width: 768px) {
  .products-list {
    margin: 40px 0 50px;
  }
}
.products-list .products-tit {
  border-bottom: 3px solid #a9bdcd;
  padding: 30px 0;
}
.products-list .products-tit h2,
.products-list .products-tit h3,
.products-list .products-tit h4 {
  font-size: 40px;
  font-weight: bold;
  color: #ae0f0a;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.products-list .products-tit p {
  font-size: 20px;
  color: #000;
  line-height: 1.3;
  margin: 0;
}
.products-list .products-tit ul {
  margin-top: 10px;
  margin-left: 20px;
}
.products-list .products-tit ul li {
  font-size: 18px;
  list-style: disc;
  color: #000;
  font-weight: 300;
}
@media (max-width: 768px) {
  .products-list .products-tit h2,
  .products-list .products-tit h3,
  .products-list .products-tit h4 {
    font-size: 36px;
  }
  .products-list .products-tit p {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .products-list .products-tit h2,
  .products-list .products-tit h3,
  .products-list .products-tit h4 {
    font-size: 32px;
  }
  .products-list .products-tit p {
    font-size: 16px;
  }
}
.products-list .product-item {
  border-bottom: 3px solid #a9bdcd;
}
.products-list .product-item:last-child {
  border-bottom: none;
}
.products-list .product-item .product-main {
  display: grid;
  grid-template-columns: 36% auto;
}
.products-list .product-item .product-main .txt-wrap {
  padding: 30px 20px;
  background: #fff;
  -webkit-transition: background 0.5s ease;
  transition: background 0.5s ease;
  display: grid;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
}
.products-list .product-item .product-main .txt-wrap h2,
.products-list .product-item .product-main .txt-wrap h3,
.products-list .product-item .product-main .txt-wrap h4 {
  font-size: 40px;
  font-weight: bold;
  color: #ae0f0a;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.products-list .product-item .product-main .txt-wrap h2 .ico,
.products-list .product-item .product-main .txt-wrap h3 .ico,
.products-list .product-item .product-main .txt-wrap h4 .ico {
  display: inline-block;
  width: 18px;
  height: 12px;
  background: url(images/ico-open.png);
  background-size: cover;
  position: relative;
  top: -6px;
  left: 4px;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
.products-list .product-item .product-main .txt-wrap p {
  font-size: 20px;
  color: #000;
  line-height: 1.25;
  margin: 0;
}
.products-list .product-item .product-main .txt-wrap ul {
  margin-left: 14px;
  margin-top: 7px;
}
.products-list .product-item .product-main .txt-wrap ul li {
  font-size: 20px;
  color: #000;
  position: relative;
  line-height: 1.3;
}
.products-list .product-item .product-main .txt-wrap ul li:before {
  content: "";
  display: block;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #000;
  position: absolute;
  left: -12px;
  top: 14px;
}
.products-list .product-item .product-main .img-wrap {
  padding: 10px;
  display: grid;
  place-items: center;
}
@media (max-width: 768px) {
  .products-list .product-item .product-main {
    grid-template-columns: 30% auto;
  }
  .products-list .product-item .product-main .txt-wrap {
    padding: 23px 15px;
  }
  .products-list .product-item .product-main .txt-wrap h2,
  .products-list .product-item .product-main .txt-wrap h3,
  .products-list .product-item .product-main .txt-wrap h4 {
    font-size: 30px;
  }
  .products-list .product-item .product-main .txt-wrap p {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .products-list .product-item .product-main {
    grid-template-columns: 1fr;
  }
  .products-list .product-item .product-main .txt-wrap {
    padding-left: 0;
    padding-right: 0;
  }
  .products-list .product-item .product-main .txt-wrap h2,
  .products-list .product-item .product-main .txt-wrap h3,
  .products-list .product-item .product-main .txt-wrap h4 {
    font-size: 28px;
  }
  .products-list .product-item .product-main .img-wrap img {
    max-width: 180px;
  }
}
.products-list .product-item.product-dropdown .product-main {
  cursor: pointer;
}
.products-list .product-item.product-dropdown .product-main:hover .txt-wrap {
  background: #a9bdcd;
}
.products-list .product-item.product-dropdown .product-main.open .txt-wrap h2 .ico,
.products-list .product-item.product-dropdown .product-main.open .txt-wrap h3 .ico,
.products-list .product-item.product-dropdown .product-main.open .txt-wrap h4 .ico {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
  -webkit-transform-origin: 50% 30%;
          transform-origin: 50% 30%;
}
.products-list .product-item.product-dropdown .product-info {
  display: none;
  padding: 0 0 20px;
}
.products-list .product-item.product-dropdown .product-info .txt-box {
  margin-bottom: 50px;
  background: #a9bdcd;
  padding: 30px 30px 25px;
}
.products-list .product-item.product-dropdown .product-info .txt-box ul {
  margin: 0 0 20px 22px;
  padding: 0;
}
.products-list .product-item.product-dropdown .product-info .txt-box li {
  list-style: disc;
  line-height: 1.3;
  margin-bottom: 5px;
}
.products-list .product-item.product-dropdown .product-info .txt-box p,
.products-list .product-item.product-dropdown .product-info .txt-box li {
  font-size: 19px;
  color: #000;
  font-weight: 300;
}
.products-list .product-item.product-dropdown .product-info .cols3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 0 50px;
  text-align: center;
}
.products-list .product-item.product-dropdown .product-info .cols3 img {
  max-width: 150px;
  margin: 0 auto 15px;
}
.products-list .product-item.product-dropdown .product-info .cols3 p {
  font-size: 19px;
  color: #000;
  line-height: 1.2;
}
.products-list .product-item.product-dropdown .product-info .cols3 .tit,
.products-list .product-item.product-dropdown .product-info .cols3 p.tit {
  color: #00658c;
  text-transform: uppercase;
  font-weight: bold;
  margin: 0 0 8px;
  font-size: 25px;
  line-height: 1.1;
}
@media (max-width: 768px) {
  .products-list .product-item.product-dropdown .product-info .txt-box {
    padding: 25px 25px 15px;
  }
  .products-list .product-item.product-dropdown .product-info .txt-box p,
  .products-list .product-item.product-dropdown .product-info .txt-box li {
    font-size: 16px;
  }
  .products-list .product-item.product-dropdown .product-info .cols3 img {
    max-width: 120px;
  }
  .products-list .product-item.product-dropdown .product-info .cols3 p {
    font-size: 15px;
  }
  .products-list .product-item.product-dropdown .product-info .cols3 .tit,
  .products-list .product-item.product-dropdown .product-info .cols3 p.tit {
    font-size: 23px;
  }
}
@media (max-width: 767px) {
  .products-list .product-item.product-dropdown .product-info .txt-box p,
  .products-list .product-item.product-dropdown .product-info .txt-box li {
    font-size: 15px;
  }
  .products-list .product-item.product-dropdown .product-info .cols3 {
    grid-template-columns: 1fr;
  }
  .products-list .product-item.product-dropdown .product-info .cols3 img {
    max-width: 90px;
    margin-bottom: 8px;
  }
  .products-list .product-item.product-dropdown .product-info .cols3 .tit,
  .products-list .product-item.product-dropdown .product-info .cols3 p.tit {
    font-size: 20px;
  }
}
/* ==========================================================================
     AVISO LEGAL (popup)
   ========================================================================== */
.overlay, .overlay.open, .overlay-close {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  background-color: rgba(0,0,0, 0.8);
  z-index: 999;
  visibility: hidden;
  opacity: 0;
}
.overlay.open {
  visibility: visible;
  opacity: 1;
}
.overlay-close {
  color: #fff;
  position: absolute;
  top: 5%;
  right: 10%;
  font-size: 40px;
  font-weight: 300;
}
.overlay .legal {
  position: absolute;
  width: 70%;
  height: 65%;
  top: 15%;
  left: 15%;
  color: #fff;
  overflow: auto;
  scrollbar-width: none;
  overflow: -moz-scrollbars-none;
  -ms-overflow-style: none;
}
.overlay .legal h1, .overlay .legal h2, .overlay .legal h3, .overlay .legal h4 {
  margin-bottom: 25px;
  font-weight: 600;
}
.overlay .legal h2, .overlay .legal h3, .overlay .legal h4, .overlay .legal ul li, .overlay .legal p, .overlay .legal a {color: #fff;}
/* ==========================================================================
     404
   ========================================================================== */
.container.error404 {
  text-align: center;
  min-height: 300px;
  display: grid;
  place-items: center;
}
.container.error404 h1 {
  font-weight: bold;
  margin-bottom: 15px;
  text-transform: uppercase;
  color: #000;
}
.container.error404 p {
  font-size: 18px;
  color: #000;
}
