/* IMG */
/* -------------- FONTS -------------- */
/* BUTTON */
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInMove {
  0% {
    opacity: 0;
    transform: translateY(80px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/**
 * Selectores CSS
 * Ejemplo: fonts, h1, div, a, p, span, etc...
**/
html {
  font-size: 16px;
  background-color: white;
}

body {
  font-family: "Lora", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.38;
  text-align: left;
  color: #191919;
  overflow-y: overlay;
}
@media only screen and (min-width: 1366px) {
  body {
    font-family: "Lora", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.125rem;
    line-height: 1.33;
    text-align: left;
    color: #5f5f5f;
  }
}

h1,
h2,
h3,
h4,
h5,
.title-h1,
.title-h2,
.title-h3,
.title-h4,
.title-h5 {
  margin-top: 0;
  margin-bottom: 10px;
}

.title-h1,
.title-1,
h1 {
  font-family: "Playfair Display", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.75rem;
  line-height: 1.25;
  text-align: left;
  color: #0a3c6e;
}
@media only screen and (min-width: 1366px) {
  .title-h1,
  .title-1,
  h1 {
    font-family: "Playfair Display", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 2.5rem;
    line-height: 1.33;
    text-align: left;
    color: #0a3c6e;
  }
}

.title-h2,
.title-2,
h2 {
  font-family: "Playfair Display", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.375rem;
  line-height: 1.27;
  text-align: left;
  color: #0a3c6e;
}
@media only screen and (min-width: 1366px) {
  .title-h2,
  .title-2,
  h2 {
    font-family: "Playfair Display", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.75rem;
    line-height: 1.32;
    text-align: left;
    color: #0a3c6e;
  }
}

.title-h3,
.title-3,
h3 {
  font-family: "Playfair Display", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.175rem;
  line-height: 1.27;
  text-align: left;
  color: #0a3c6e;
}
@media only screen and (min-width: 1366px) {
  .title-h3,
  .title-3,
  h3 {
    font-family: "Playfair Display", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.375rem;
    line-height: 1.32;
    text-align: left;
    color: #0a3c6e;
  }
}

.title-h4,
.title-4,
h4 {
  font-family: "Playfair Display", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.175rem;
  line-height: 1.27;
  text-align: left;
  color: #0a3c6e;
}
@media only screen and (min-width: 1366px) {
  .title-h4,
  .title-4,
  h4 {
    font-family: "Playfair Display", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.375rem;
    line-height: 1.32;
    text-align: left;
    color: #0a3c6e;
  }
}

.title-h5,
.title-5,
h5 {
  font-family: "Lora", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.375rem;
  line-height: 1.09;
  text-align: left;
  color: #191919;
}

.text-small {
  font-family: "Lora", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 0.875rem;
  line-height: 1.29;
  text-align: left;
  color: #a09d9d;
}

.text-important {
  font-family: "Playfair Display", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.175rem;
  line-height: 1.27;
  text-align: left;
  color: #0a3c6e;
}
@media only screen and (min-width: 1366px) {
  .text-important {
    font-family: "Playfair Display", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.375rem;
    line-height: 1.32;
    text-align: left;
    color: #0a3c6e;
  }
}

.text-medium {
  font-family: "Playfair Display", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.175rem;
  line-height: 1.27;
  text-align: left;
  color: #0a3c6e;
}
@media only screen and (min-width: 1366px) {
  .text-medium {
    font-family: "Playfair Display", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.375rem;
    line-height: 1.32;
    text-align: left;
    color: #0a3c6e;
  }
}

table {
  border-collapse: collapse;
  margin-bottom: 20px;
}
@media only screen and (min-width: 1024px) {
  table {
    margin-bottom: 18px;
  }
}
@media only screen and (min-width: 1366px) {
  table {
    margin-bottom: 29px;
  }
}
table thead tr {
  font-family: "Lora", serif;
  font-weight: 700;
  font-style: normal;
}
table th,
table td {
  border: 1px solid #0a3c6e;
  padding: 8px;
}
table tr {
  vertical-align: baseline;
}
a {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  color: #000;
  text-decoration: none;
}

/*Links*/
a[href^=sms],
a[href^="tel:"] {
  position: relative;
  text-decoration: none !important;
  pointer-events: auto;
  color: inherit;
  font-weight: inherit;
  z-index: 0;
  cursor: default;
}

i {
  font-style: italic;
}

p {
  margin-top: 0;
  margin-bottom: 20px;
}

p:empty {
  display: none;
}

input[type=submit],
.btn,
a.button {
  display: inline-block;
  font-family: "Lora", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.125rem;
  line-height: 1;
  font-style: italic;
  text-decoration: none;
  border: none;
  border-bottom: 1px solid #979797;
  border-radius: 0;
  padding-bottom: 0;
  color: #5f5f5f;
  background-color: transparent;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  outline: none;
  padding-left: 0px;
  padding-right: 30px;
  padding-bottom: 2px;
  cursor: pointer;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
input[type=submit]:hover,
.btn:hover,
a.button:hover {
  text-decoration: none;
  color: #0a3c6e;
  border-color: #0a3c6e;
}
input[type=submit]:disabled,
.btn:disabled,
a.button:disabled {
  opacity: 0.7;
}

a.button-primary {
  border: 1px solid #0a3c6e;
  background-color: #0a3c6e;
  color: #fff;
  padding: 5px 20px;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
a.button-primary:hover {
  text-decoration: none;
  color: #0a3c6e;
  background-color: #fff;
}
a.button-primary:disabled {
  opacity: 0.7;
}

.wrapper {
  padding: 0;
}

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

.link__arrow {
  font-family: "Lora", serif;
  font-weight: 700;
  font-style: normal;
  font-size: 0.8rem;
  line-height: 1.25;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: #000;
  height: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 1366px) {
  .link__arrow {
    height: 45px;
  }
}
.link__arrow span,
.link__arrow a {
  position: relative;
}
.link__arrow span:after,
.link__arrow a:after {
  content: "\e902";
  z-index: 0;
  position: absolute;
  justify-content: center;
  align-items: center;
  font-family: "todanelo";
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  -webkit-font-smoothing: antialiased;
  font-size: 0.8rem;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -45px;
  border: 1px solid #000;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 2px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (min-width: 1366px) {
  .link__arrow span:after,
  .link__arrow a:after {
    font-size: 1.2rem;
    width: 45px;
    height: 45px;
    right: -65px;
    padding: 0;
  }
}
.link__arrow:hover span:after,
.link__arrow:hover a:after {
  transform: translateY(-50%) translateX(4px);
}

.loadmore_posts {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  text-align: center;
  padding-top: 2px;
}
@media only screen and (min-width: 1024px) {
  .loadmore_posts {
    padding-top: 68px;
  }
}
.loadmore_posts .loader-plus {
  position: relative;
  font-family: "Lora", serif;
  font-weight: 700;
  font-style: normal;
  font-size: 0.8rem;
  line-height: 1.25;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: #000;
  margin-top: 65px;
  cursor: pointer;
}
.loadmore_posts .loader-plus:hover:before {
  transform: translateX(-50%) translateY(-50%) scale(1.1);
}
.loadmore_posts .loader-plus:before {
  content: "\e908";
  z-index: 0;
  position: absolute;
  justify-content: center;
  align-items: center;
  font-family: "todanelo";
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  -webkit-font-smoothing: antialiased;
  font-size: 17px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  top: -32px;
  width: 45px;
  height: 45px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #000;
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.cont__close {
  position: relative;
  width: 50px;
  height: 50px;
  cursor: pointer;
  background-color: #fff;
  border-radius: 50%;
  margin-left: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 1366px) {
  .cont__close {
    width: 60px;
    height: 60px;
  }
}
.cont__close:before {
  content: "\e901";
  z-index: 0;
  position: absolute;
  justify-content: center;
  align-items: center;
  font-family: "todanelo";
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  -webkit-font-smoothing: antialiased;
  color: #000;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (min-width: 1366px) {
  .cont__close:before {
    font-size: 26px;
  }
}
.cont__close:hover:before {
  color: #a0a0a0;
}

lite-youtube {
  max-width: 100%;
}

.page-template-page-basic-page .entry-content {
  margin-bottom: 55px;
}
@media only screen and (min-width: 768px) {
  .page-template-page-basic-page .entry-content {
    margin-bottom: 125px;
  }
}
@media only screen and (min-width: 1279px) {
  .page-template-page-basic-page .entry-content {
    max-width: 944px;
  }
}
@media only screen and (min-width: 1366px) {
  .page-template-page-basic-page .entry-content {
    max-width: 1160px;
  }
}

.owl-dots {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  column-gap: 5px;
}
.owl-dots button {
  margin: 0;
}
.owl-dots button.active span, .owl-dots button:hover span {
  background-color: #0a3c6e;
}
.owl-dots button span {
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 0;
  border: none;
  background-color: #d4d4d4;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.page-template-default .entry-content {
  font-size: 15px;
  line-height: 1.33;
  padding-bottom: 30px;
  color: #5f5f5f;
}
@media only screen and (min-width: 1279px) {
  .page-template-default .entry-content {
    font-size: 16px;
    line-height: 22px;
    column-count: 2;
    column-gap: 52px;
  }
}
@media only screen and (min-width: 1600px) {
  .page-template-default .entry-content {
    font-size: 18px;
    line-height: 24px;
  }
}

.zone-title:after {
  content: "";
  display: block;
  clear: both;
}
.zone-title h1.title {
  position: relative;
  font-size: 28px;
  line-height: 1.25;
  margin-bottom: 0;
  padding-bottom: 15px;
}
@media only screen and (min-width: 1024px) {
  .zone-title h1.title {
    font-size: 35px;
    line-height: 1.33;
    padding-bottom: 18px;
  }
}
@media only screen and (min-width: 1600px) {
  .zone-title h1.title {
    font-size: 40px;
  }
}
.zone-title h1.title:before {
  content: "";
  width: 65px;
  height: 1px;
  background-color: #0a3c6e;
  position: absolute;
  left: 0;
  bottom: 0;
}
.zone-title h1.title .cont-right {
  font-size: 18px;
  font-weight: normal;
  margin-top: 10px;
}
@media only screen and (min-width: 1024px) {
  .zone-title h1.title .cont-right {
    margin-top: 0;
    float: right;
    font-size: 30px;
  }
}

@media only screen and (min-width: 768px) {
  .region-page-title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
  }
}
.region-page-title .blk-link-actualidad {
  display: none;
}
@media only screen and (min-width: 768px) {
  .region-page-title .blk-link-actualidad {
    display: block;
  }
}
@media only screen and (min-width: 768px) {
  .region-page-title .blk-link-actualidad a {
    display: block;
    margin-top: 12px;
    font-family: "Playfair Display", serif;
    font-size: 30px;
    font-weight: normal;
    line-height: 1.33;
    color: #a09d9d;
  }
}
.region-page-title .blk-link-actualidad a:hover {
  text-decoration: underline;
}

#section-title {
  margin-bottom: 25px;
}
@media only screen and (min-width: 1600px) {
  #section-title {
    margin-bottom: 50px;
  }
}
#section-title .section-inner {
  margin-top: 15px;
  padding-top: 25px;
  border-top: 1.5px solid #d4d4d4;
}
@media only screen and (min-width: 768px) {
  #section-title .section-inner {
    margin-top: 0;
    padding-top: 3px;
  }
}
#section-title #zone-breadcrumbs {
  display: none;
}
@media only screen and (min-width: 768px) {
  #section-title #zone-breadcrumbs {
    display: block;
  }
}
#section-title #zone-breadcrumbs > span > span:first-child {
  padding-left: 0;
}
#section-title #zone-breadcrumbs span {
  font-family: "Lora", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 17px;
  line-height: 1.29;
  color: #a09d9d;
  padding-right: 5px;
  padding-left: 5px;
}
#section-title #zone-breadcrumbs span.breadcrumb_last {
  font-size: 14px;
  color: #0a3c6e;
}
#section-title #zone-breadcrumbs a {
  font-family: "Lora", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 1.29;
  color: #a09d9d;
}
#section-title #zone-breadcrumbs a:hover {
  text-decoration: underline;
}
@media only screen and (min-width: 768px) {
  #section-title #zone-title {
    margin-top: 15px;
  }
}
@media only screen and (min-width: 1600px) {
  #section-title #zone-title {
    margin-top: 32px;
  }
}

.wcc-consent-container [data-tag] {
  visibility: visible;
}

/* width */
::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 5px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #000;
  border-radius: 5px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #000;
}

html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

:root {
  --gutters: 20px;
}
@media only screen and (min-width: 768px) {
  :root {
    --gutters: 40px;
  }
}
@media only screen and (min-width: 1279px) {
  :root {
    --gutters: 50px;
  }
}
@media only screen and (min-width: 1366px) {
  :root {
    --gutters: 75px;
  }
}
@media only screen and (min-width: 1920px) {
  :root {
    --gutters: 0px;
  }
}

.container {
  width: 100%;
  padding-right: var(--gutters);
  padding-left: var(--gutters);
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (min-width: 768px) {
  .container {
    max-width: 100%;
  }
}
@media only screen and (min-width: 1920px) {
  .container {
    max-width: 1770px;
  }
}

.container-fluid {
  width: 100%;
  padding-right: var(--gutters);
  padding-left: var(--gutters);
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: calc(var(--gutters) * -1);
  margin-left: calc(var(--gutters) * -1);
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

@media (max-width: 767px) {
  .grid-mobile-1 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
  .grid-mobile-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .grid-mobile-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
  .grid-mobile-4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }
  .grid-mobile-5 {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
  }
  .grid-mobile-6 {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
  }
  .grid-mobile-7 {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
  }
  .grid-mobile-8 {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
  }
  .grid-mobile-9 {
    display: grid;
    grid-template-columns: repeat(9, 1fr);
  }
  .grid-mobile-10 {
    display: grid;
    grid-template-columns: repeat(10, 1fr);
  }
  .grid-mobile-11 {
    display: grid;
    grid-template-columns: repeat(11, 1fr);
  }
  .grid-mobile-12 {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
  }
}
@media (min-width: 768px) {
  .grid-tablet-1 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
  .grid-tablet-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .grid-tablet-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
  .grid-tablet-4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }
  .grid-tablet-5 {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
  }
  .grid-tablet-6 {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
  }
  .grid-tablet-7 {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
  }
  .grid-tablet-8 {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
  }
  .grid-tablet-9 {
    display: grid;
    grid-template-columns: repeat(9, 1fr);
  }
  .grid-tablet-10 {
    display: grid;
    grid-template-columns: repeat(10, 1fr);
  }
  .grid-tablet-11 {
    display: grid;
    grid-template-columns: repeat(11, 1fr);
  }
  .grid-tablet-12 {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
  }
}
@media (min-width: 1280px) {
  .grid-desktop-1 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
  .grid-desktop-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .grid-desktop-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
  .grid-desktop-4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }
  .grid-desktop-5 {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
  }
  .grid-desktop-6 {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
  }
  .grid-desktop-7 {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
  }
  .grid-desktop-8 {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
  }
  .grid-desktop-9 {
    display: grid;
    grid-template-columns: repeat(9, 1fr);
  }
  .grid-desktop-10 {
    display: grid;
    grid-template-columns: repeat(10, 1fr);
  }
  .grid-desktop-11 {
    display: grid;
    grid-template-columns: repeat(11, 1fr);
  }
  .grid-desktop-12 {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
  }
}
.gap-10 {
  gap: 10px;
}

.gap-15 {
  gap: 15px;
}

.gap-20 {
  gap: 20px;
}

.gap-25 {
  gap: 25px;
}

.gap-30 {
  gap: 30px;
}

.gap-35 {
  gap: 35px;
}

.gap-40 {
  gap: 40px;
}

.gap-45 {
  gap: 45px;
}

.gap-50 {
  gap: 50px;
}

.gap-55 {
  gap: 55px;
}

.gap-60 {
  gap: 60px;
}

.gap-65 {
  gap: 65px;
}

.gap-70 {
  gap: 70px;
}

.gap-75 {
  gap: 75px;
}

.gap-80 {
  gap: 80px;
}

.gap-85 {
  gap: 85px;
}

.gap-90 {
  gap: 90px;
}

.gap-95 {
  gap: 95px;
}

.gap-100 {
  gap: 100px;
}

@media (min-width: 768px) {
  .gap-tablet-10 {
    gap: 10px;
  }
}
@media (min-width: 768px) {
  .gap-tablet-15 {
    gap: 15px;
  }
}
@media (min-width: 768px) {
  .gap-tablet-20 {
    gap: 20px;
  }
}
@media (min-width: 768px) {
  .gap-tablet-25 {
    gap: 25px;
  }
}
@media (min-width: 768px) {
  .gap-tablet-30 {
    gap: 30px;
  }
}
@media (min-width: 768px) {
  .gap-tablet-35 {
    gap: 35px;
  }
}
@media (min-width: 768px) {
  .gap-tablet-40 {
    gap: 40px;
  }
}
@media (min-width: 768px) {
  .gap-tablet-45 {
    gap: 45px;
  }
}
@media (min-width: 768px) {
  .gap-tablet-50 {
    gap: 50px;
  }
}
@media (min-width: 768px) {
  .gap-tablet-55 {
    gap: 55px;
  }
}
@media (min-width: 768px) {
  .gap-tablet-60 {
    gap: 60px;
  }
}
@media (min-width: 768px) {
  .gap-tablet-65 {
    gap: 65px;
  }
}
@media (min-width: 768px) {
  .gap-tablet-70 {
    gap: 70px;
  }
}
@media (min-width: 768px) {
  .gap-tablet-75 {
    gap: 75px;
  }
}
@media (min-width: 768px) {
  .gap-tablet-80 {
    gap: 80px;
  }
}
@media (min-width: 768px) {
  .gap-tablet-85 {
    gap: 85px;
  }
}
@media (min-width: 768px) {
  .gap-tablet-90 {
    gap: 90px;
  }
}
@media (min-width: 768px) {
  .gap-tablet-95 {
    gap: 95px;
  }
}
@media (min-width: 768px) {
  .gap-tablet-100 {
    gap: 100px;
  }
}
@media (min-width: 1280px) {
  .gap-desktop-10 {
    gap: 10px;
  }
}
@media (min-width: 1280px) {
  .gap-desktop-15 {
    gap: 15px;
  }
}
@media (min-width: 1280px) {
  .gap-desktop-20 {
    gap: 20px;
  }
}
@media (min-width: 1280px) {
  .gap-desktop-25 {
    gap: 25px;
  }
}
@media (min-width: 1280px) {
  .gap-desktop-30 {
    gap: 30px;
  }
}
@media (min-width: 1280px) {
  .gap-desktop-35 {
    gap: 35px;
  }
}
@media (min-width: 1280px) {
  .gap-desktop-40 {
    gap: 40px;
  }
}
@media (min-width: 1280px) {
  .gap-desktop-45 {
    gap: 45px;
  }
}
@media (min-width: 1280px) {
  .gap-desktop-50 {
    gap: 50px;
  }
}
@media (min-width: 1280px) {
  .gap-desktop-55 {
    gap: 55px;
  }
}
@media (min-width: 1280px) {
  .gap-desktop-60 {
    gap: 60px;
  }
}
@media (min-width: 1280px) {
  .gap-desktop-65 {
    gap: 65px;
  }
}
@media (min-width: 1280px) {
  .gap-desktop-70 {
    gap: 70px;
  }
}
@media (min-width: 1280px) {
  .gap-desktop-75 {
    gap: 75px;
  }
}
@media (min-width: 1280px) {
  .gap-desktop-80 {
    gap: 80px;
  }
}
@media (min-width: 1280px) {
  .gap-desktop-85 {
    gap: 85px;
  }
}
@media (min-width: 1280px) {
  .gap-desktop-90 {
    gap: 90px;
  }
}
@media (min-width: 1280px) {
  .gap-desktop-95 {
    gap: 95px;
  }
}
@media (min-width: 1280px) {
  .gap-desktop-100 {
    gap: 100px;
  }
}
@media (max-width: 767px) {
  .grid-mobile-1 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
  .grid-mobile-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .grid-mobile-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
  .grid-mobile-4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }
  .grid-mobile-5 {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
  }
  .grid-mobile-6 {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
  }
  .grid-mobile-7 {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
  }
  .grid-mobile-8 {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
  }
  .grid-mobile-9 {
    display: grid;
    grid-template-columns: repeat(9, 1fr);
  }
  .grid-mobile-10 {
    display: grid;
    grid-template-columns: repeat(10, 1fr);
  }
  .grid-mobile-11 {
    display: grid;
    grid-template-columns: repeat(11, 1fr);
  }
  .grid-mobile-12 {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
  }
}
@media (min-width: 768px) {
  .grid-tablet-1 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
  .grid-tablet-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .grid-tablet-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
  .grid-tablet-4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }
  .grid-tablet-5 {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
  }
  .grid-tablet-6 {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
  }
  .grid-tablet-7 {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
  }
  .grid-tablet-8 {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
  }
  .grid-tablet-9 {
    display: grid;
    grid-template-columns: repeat(9, 1fr);
  }
  .grid-tablet-10 {
    display: grid;
    grid-template-columns: repeat(10, 1fr);
  }
  .grid-tablet-11 {
    display: grid;
    grid-template-columns: repeat(11, 1fr);
  }
  .grid-tablet-12 {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
  }
}
@media (min-width: 1280px) {
  .grid-desktop-1 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
  .grid-desktop-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .grid-desktop-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
  .grid-desktop-4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }
  .grid-desktop-5 {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
  }
  .grid-desktop-6 {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
  }
  .grid-desktop-7 {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
  }
  .grid-desktop-8 {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
  }
  .grid-desktop-9 {
    display: grid;
    grid-template-columns: repeat(9, 1fr);
  }
  .grid-desktop-10 {
    display: grid;
    grid-template-columns: repeat(10, 1fr);
  }
  .grid-desktop-11 {
    display: grid;
    grid-template-columns: repeat(11, 1fr);
  }
  .grid-desktop-12 {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
  }
}
/* -------------- FONTS -------------- */
#header-wrapper {
  width: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}
#header-wrapper header.site-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 29px 0;
}
@media only screen and (min-width: 768px) {
  #header-wrapper header.site-header {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    padding: 15px 0;
  }
}
@media only screen and (min-width: 1366px) {
  #header-wrapper header.site-header {
    align-items: flex-start;
  }
}
#header-wrapper header.site-header .site-branding {
  position: relative;
  transform: translateY(0);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
#header-wrapper header.site-header .site-branding .cont--logo img {
  display: block;
  width: inherit;
  max-width: 185px;
}
@media only screen and (min-width: 768px) {
  #header-wrapper header.site-header .site-branding .cont--logo img {
    max-width: 195px;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 1024px) {
  #header-wrapper header.site-header .site-branding .cont--logo img {
    max-width: 239px;
  }
}
@media only screen and (min-width: 1600px) {
  #header-wrapper header.site-header .site-branding .cont--logo img {
    max-width: 390px;
  }
}
#header-wrapper header.site-header .cont--menu__open {
  position: relative;
  z-index: 3;
}
@media only screen and (min-width: 768px) {
  #header-wrapper header.site-header .cont--menu__open {
    order: -1;
  }
}
@media only screen and (min-width: 1366px) {
  #header-wrapper header.site-header .cont--menu__open {
    top: 28%;
  }
}
#header-wrapper header.site-header .cont--menu__open .burger {
  display: block;
  position: relative;
  width: 30px;
  height: 30px;
  cursor: pointer;
}
@media only screen and (min-width: 1279px) {
  #header-wrapper header.site-header .cont--menu__open .burger {
    width: 34px;
  }
}
#header-wrapper header.site-header .cont--menu__open .burger:hover span,
#header-wrapper header.site-header .cont--menu__open .burger:hover span:before,
#header-wrapper header.site-header .cont--menu__open .burger:hover span:after {
  background-color: #0a3c6e;
  border-color: #0a3c6e;
}
#header-wrapper header.site-header .cont--menu__open .burger span {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  border: 1px solid #0a3c6e;
  border-radius: 20px;
}
#header-wrapper header.site-header .cont--menu__open .burger span:before, #header-wrapper header.site-header .cont--menu__open .burger span:after {
  position: absolute;
  content: "";
  border: 1px solid #0a3c6e;
  border-radius: 20px;
  margin-left: -1px;
}
#header-wrapper header.site-header .cont--menu__open .burger span:before {
  top: -10px;
}
@media only screen and (min-width: 1279px) {
  #header-wrapper header.site-header .cont--menu__open .burger span:before {
    top: -12px;
  }
}
#header-wrapper header.site-header .cont--menu__open .burger span:after {
  top: 8px;
}
@media only screen and (min-width: 1279px) {
  #header-wrapper header.site-header .cont--menu__open .burger span:after {
    top: 10px;
  }
}
#header-wrapper header.site-header .cont--menu__open .burger span,
#header-wrapper header.site-header .cont--menu__open .burger span:before,
#header-wrapper header.site-header .cont--menu__open .burger span:after {
  display: block;
  width: 28px;
  height: 2px;
  background-color: #fff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 1;
}
@media only screen and (min-width: 1279px) {
  #header-wrapper header.site-header .cont--menu__open .burger span,
  #header-wrapper header.site-header .cont--menu__open .burger span:before,
  #header-wrapper header.site-header .cont--menu__open .burger span:after {
    width: 34px;
  }
}
#header-wrapper header.site-header .cont--menu__open .burger input:checked + span {
  background-color: transparent;
  border-color: transparent;
}
#header-wrapper header.site-header .cont--menu__open .burger input:checked + span:before, #header-wrapper header.site-header .cont--menu__open .burger input:checked + span:after {
  top: 0px;
  margin-top: -0.5875rem;
  border-color: white;
}
#header-wrapper header.site-header .cont--menu__open .burger input:checked + span:before {
  transform: translateY(0.525rem) rotate(45deg);
}
#header-wrapper header.site-header .cont--menu__open .burger input:checked + span:after {
  transform: translateY(0.525rem) rotate(-45deg);
}
#header-wrapper header.site-header .cont--menu__open .hidden {
  visibility: hidden;
  position: absolute;
  width: 0;
  height: 0;
}
#header-wrapper header.site-header .cont__menu--right {
  display: none;
}
@media only screen and (min-width: 1024px) {
  #header-wrapper header.site-header .cont__menu--right {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-end;
    column-gap: 60px;
  }
}
@media only screen and (min-width: 1366px) {
  #header-wrapper header.site-header .cont__menu--right {
    top: 28%;
  }
}
#header-wrapper header.site-header .cont__menu--right .cont__search {
  display: none;
}
@media only screen and (min-width: 1279px) {
  #header-wrapper header.site-header .cont__menu--right .cont__search {
    display: block;
  }
}
#header-wrapper header.site-header .cont__menu--right .cont__search .search-form form .wp-block-search__inside-wrapper {
  position: relative;
  max-width: 150px;
}
#header-wrapper header.site-header .cont__menu--right .cont__search .search-form form .wp-block-search__inside-wrapper:before {
  content: "\e91a";
  z-index: 0;
  position: absolute;
  justify-content: center;
  align-items: center;
  font-family: "todanelo";
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  -webkit-font-smoothing: antialiased;
  font-size: 21px;
  top: 0;
  left: 0;
  color: #0a3c6e;
}
#header-wrapper header.site-header .cont__menu--right .cont__search .search-form form input {
  font-family: "Lora", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 1.29;
  color: #0a3c6e;
  border: none;
  border-bottom: 1px solid #0a3c6e;
  padding: 0 0 0 33px;
}
#header-wrapper header.site-header .cont__menu--right .cont__search .search-form form input::placeholder {
  color: #a09d9d;
  opacity: 1;
}

.cont__lang aside.widget .wpml-ls-legacy-dropdown {
  width: fit-content;
}
.cont__lang aside.widget .wpml-ls-legacy-dropdown > ul > li.wpml-ls-item > a {
  font-size: 16.8px;
  line-height: 1.31;
  background-color: transparent;
  color: #fff;
  border: none;
  border-bottom: 1px solid #fff;
  padding-left: 0;
  padding-right: 27px;
}
@media only screen and (min-width: 1024px) {
  .cont__lang aside.widget .wpml-ls-legacy-dropdown > ul > li.wpml-ls-item > a {
    color: #0a3c6e;
    border-bottom: none;
    border-top: 1px solid #0a3c6e;
    padding-bottom: 0;
  }
}
.cont__lang aside.widget .wpml-ls-legacy-dropdown > ul > li.wpml-ls-item > a:after {
  right: 0;
}
.cont__lang aside.widget .wpml-ls-legacy-dropdown > ul > li.wpml-ls-item ul.wpml-ls-sub-menu {
  border: none;
}
.cont__lang aside.widget .wpml-ls-legacy-dropdown > ul > li.wpml-ls-item ul.wpml-ls-sub-menu > li.wpml-ls-item a {
  font-size: 16.8px;
  line-height: 1.31;
  background-color: transparent;
  color: #fff;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 27px;
  border: none;
}
@media only screen and (min-width: 1024px) {
  .cont__lang aside.widget .wpml-ls-legacy-dropdown > ul > li.wpml-ls-item ul.wpml-ls-sub-menu > li.wpml-ls-item a {
    color: #0a3c6e;
  }
}
.cont__lang aside.widget .wpml-ls-legacy-dropdown > ul > li.wpml-ls-item ul.wpml-ls-sub-menu > li.wpml-ls-item a:hover {
  opacity: 0.8;
}

#section-footer {
  padding-bottom: 48px;
}
@media only screen and (min-width: 1024px) {
  #section-footer {
    padding-bottom: 69px;
  }
}
#section-footer .footer-top {
  overflow: hidden;
  margin-top: 25px;
  padding-top: 25px;
  padding-bottom: 30px;
  border-top: 1px solid #0a3c6e;
}
@media only screen and (min-width: 1024px) {
  #section-footer .footer-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    column-gap: 20px;
    padding-bottom: 16px;
    margin-top: 110px;
  }
}
#section-footer .footer-top .cont__awards {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  column-gap: 20px;
  row-gap: 10px;
  margin-bottom: 50px;
}
@media only screen and (min-width: 768px) {
  #section-footer .footer-top .cont__awards {
    flex-wrap: nowrap;
  }
}
@media only screen and (min-width: 1024px) {
  #section-footer .footer-top .cont__awards {
    margin-bottom: 0;
  }
}
#section-footer .footer-top .cont__awards img {
  max-height: 160px;
  max-width: 200px;
  width: calc(50% - 10px);
  height: auto;
  object-fit: contain;
}
@media only screen and (min-width: 768px) {
  #section-footer .footer-top .cont__awards img {
    width: calc(20% - 20px);
  }
}
#section-footer .footer-top .cont__follow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (min-width: 768px) {
  #section-footer .footer-top .cont__follow {
    float: right;
  }
}
#section-footer .footer-top .cont__follow h2.block-title,
#section-footer .footer-top .cont__follow span.block-title {
  font-family: "Playfair Display";
  margin-right: 22px;
  margin-bottom: 0;
  font-size: 28px;
  line-height: 1.32;
  color: #a0a0a0;
}
@media only screen and (min-width: 768px) {
  #section-footer .footer-top .cont__follow h2.block-title,
  #section-footer .footer-top .cont__follow span.block-title {
    font-size: 40px;
    line-height: 1.33;
    width: max-content;
  }
}
@media only screen and (min-width: 1024px) {
  #section-footer .footer-top .cont__follow h2.block-title,
  #section-footer .footer-top .cont__follow span.block-title {
    margin-right: 14px;
  }
}
#section-footer .footer-top .cont__follow .follow-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  column-gap: 10px;
}
@media only screen and (min-width: 1024px) {
  #section-footer .footer-top .cont__follow .follow-links {
    margin-top: 10px;
    column-gap: 16px;
  }
}
#section-footer .footer-top .cont__follow .follow-links a {
  font-size: 18px;
  width: 32px;
  height: 32px;
  background-color: #004a91;
  color: #fff;
  border-radius: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (min-width: 1024px) {
  #section-footer .footer-top .cont__follow .follow-links a {
    width: 29px;
    height: 29px;
  }
}
#section-footer .footer-top .cont__follow .follow-links a:hover {
  background-color: #0a3c6e;
}
#section-footer .footer-inner {
  padding-top: 25px;
  border-top: 1px solid #a0a0a0;
}
@media only screen and (min-width: 1024px) {
  #section-footer .footer-inner {
    padding-top: 41px;
  }
}
#section-footer .footer-inner .cont__datosweb .logo-footer {
  width: 167px;
  margin: 0 auto 8px auto;
}
@media only screen and (min-width: 1024px) {
  #section-footer .footer-inner .cont__datosweb .logo-footer {
    margin: 0 auto 13px auto;
  }
}
#section-footer .footer-inner .cont__datosweb .texto-footer {
  margin-bottom: 24px;
  font-size: 12px;
  line-height: 1.6em;
  color: #5f5f5f;
  text-align: center;
}
@media only screen and (min-width: 1024px) {
  #section-footer .footer-inner .cont__datosweb .texto-footer {
    margin-bottom: 41px;
  }
}
#section-footer .footer-inner .cont__menu-footer ul.menu__legal {
  text-align: center;
  padding: 0;
  margin: 0;
}
#section-footer .footer-inner .cont__menu-footer ul.menu__legal li {
  position: relative;
  display: inline-block;
  text-align: center;
}
#section-footer .footer-inner .cont__menu-footer ul.menu__legal li:last-child a::after {
  content: "";
}
#section-footer .footer-inner .cont__menu-footer ul.menu__legal li a {
  padding: 0 10px;
  font-size: 12px;
  text-transform: uppercase;
  text-decoration: underline;
  color: #0a3c6e;
}
#section-footer .footer-inner .cont__menu-footer ul.menu__legal li a:hover, #section-footer .footer-inner .cont__menu-footer ul.menu__legal li a:focus {
  background-color: transparent;
  color: #0a3c6e;
  outline: 0;
}
#section-footer .footer-inner .cont__menu-footer ul.menu__legal li a::after {
  position: absolute;
  content: "|";
  top: 5px;
  right: -2px;
  color: #0a3c6e;
}

.cont__fixed-contact {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 99;
}
@media only screen and (min-width: 1024px) {
  .cont__fixed-contact {
    bottom: 35px;
    right: 35px;
  }
}
.cont__fixed-contact a {
  font-size: 0;
  text-decoration: none;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.25);
  background-color: #0a3c6e;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (min-width: 1279px) {
  .cont__fixed-contact a {
    width: 80px;
    height: 80px;
  }
}
.cont__fixed-contact a:hover {
  opacity: 0.9;
}
.cont__fixed-contact a span {
  font-size: 27px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 1279px) {
  .cont__fixed-contact a span {
    font-size: 40px;
  }
}

body {
  /*&.home {
    .main-navigation .cont--menu .menu-menu-principal-container ul.menu li.menu-item a {
      @include desktop {
        color: $white;

        &:hover {
          color: $black;
        }

        &:before {
          background-color: $white;
        }
      }
    }

    #header-wrapper header.site-header .cont--menu__open .burger {

      span,
      span:before,
      span:after {
        background-color: $white;
        border-color: $white;
      }
    }

    &.menu-open {
      #header-wrapper header.site-header .cont--menu__open .burger {

        span {
          background-color: transparent;
          border-color: transparent;
        }

        span:before,
        span:after {
          background-color: $white;
          border-color: $white;
        }
      }
    }
  }*/
}
body.menu-open {
  overflow-y: hidden;
}

.main-navigation {
  position: fixed;
  left: 0;
  top: 0;
  opacity: 1;
  z-index: 2;
  visibility: visible;
  height: 0;
  min-height: 0;
  width: 100%;
  overflow-y: auto;
  background-color: rgba(10, 60, 110, 0.9);
  transition: ease 0.5s height;
}
.main-navigation.show {
  height: 100vh;
}
.main-navigation.show .cont--menu .menu--right-categories {
  animation-name: fadeIn;
  animation-duration: 1s;
  animation-iteration-count: 1;
  animation-delay: 0.7s;
  animation-fill-mode: backwards;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.main-navigation.show .cont--menu #primary-menu > li {
  transform: translateX(0);
  opacity: 1;
}
.main-navigation.show .cont--menu #primary-menu > li:nth-child(1) {
  transition-delay: 0.2s;
}
.main-navigation.show .cont--menu #primary-menu > li:nth-child(2) {
  transition-delay: 0.4s;
}
.main-navigation.show .cont--menu #primary-menu > li:nth-child(3) {
  transition-delay: 0.6s;
}
.main-navigation.show .cont--menu #primary-menu > li:nth-child(4) {
  transition-delay: 0.8s;
}
.main-navigation.show .cont--menu #primary-menu > li:nth-child(5) {
  transition-delay: 1s;
}
.main-navigation.show .cont--menu #primary-menu > li:nth-child(6) {
  transition-delay: 1.2s;
}
.main-navigation.show .cont--menu #primary-menu > li:nth-child(7) {
  transition-delay: 1.4s;
}
.main-navigation.show .cont--menu #primary-menu > li:nth-child(8) {
  transition-delay: 1.6s;
}
.main-navigation.show .cont--menu #primary-menu > li:nth-child(9) {
  transition-delay: 1.8s;
}
.main-navigation.show .cont--menu #primary-menu > li:nth-child(10) {
  transition-delay: 2s;
}
.main-navigation.show .cont--menu #primary-menu > li:nth-child(11) {
  transition-delay: 2.2s;
}
.main-navigation.show .cont--menu #primary-menu > li:nth-child(12) {
  transition-delay: 2.4s;
}
.main-navigation.show .cont--menu #primary-menu > li:nth-child(13) {
  transition-delay: 2.6s;
}
.main-navigation.show .cont--menu #primary-menu > li:nth-child(14) {
  transition-delay: 2.8s;
}
.main-navigation.show .cont--menu #primary-menu > li:nth-child(15) {
  transition-delay: 3s;
}
.main-navigation:after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 100vw;
  height: 211px;
  bottom: 0;
  left: 0;
}
@media only screen and (min-width: 1024px) {
  .main-navigation:after {
    content: none;
  }
}
.main-navigation ul.menu {
  list-style: none;
  padding: 0;
  margin: 0;
}
@media only screen and (min-width: 1024px) {
  .main-navigation ul.menu {
    margin: 72px 0 0;
  }
}
.main-navigation ul.menu li.menu-item a {
  display: block;
  text-decoration: none;
}
.main-navigation .cont--menu {
  padding-top: 42px;
  padding-bottom: 50px;
  height: 100%;
}
@media only screen and (min-width: 768px) {
  .main-navigation .cont--menu {
    padding-top: 29px;
  }
}
@media only screen and (min-width: 1024px) {
  .main-navigation .cont--menu {
    padding-top: 33px;
  }
}
@media only screen and (min-width: 1600px) {
  .main-navigation .cont--menu {
    padding-top: 46px;
  }
}
.main-navigation .cont--menu .logo-menu {
  display: block;
}
.main-navigation .cont--menu .logo-menu img {
  display: block;
  width: inherit;
  max-width: 185px;
}
@media only screen and (min-width: 768px) {
  .main-navigation .cont--menu .logo-menu img {
    max-width: 186px;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 1024px) {
  .main-navigation .cont--menu .logo-menu img {
    max-width: 227px;
  }
}
@media only screen and (min-width: 1600px) {
  .main-navigation .cont--menu .logo-menu img {
    max-width: 369px;
  }
}
.main-navigation .cont--menu .menu--right-categories {
  padding-top: 41px;
  padding-bottom: 28px;
}
@media only screen and (min-width: 1279px) {
  .main-navigation .cont--menu .menu--right-categories {
    padding-top: 13px;
    padding-bottom: 26px;
  }
}
.main-navigation .cont--menu .menu--right-categories h2 {
  font-family: "Lora", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.667rem;
  line-height: 1.2;
  color: #191919;
  margin-bottom: 20px;
}
@media only screen and (min-width: 1279px) {
  .main-navigation .cont--menu .menu--right-categories h2 {
    font-size: 2.333rem;
    line-height: 1.14;
    margin-bottom: 28px;
  }
}
.main-navigation .cont--menu .menu--right-categories .cont__categories .cont__term a .cont__icon {
  max-width: 90px;
}
@media only screen and (min-width: 1279px) {
  .main-navigation .cont--menu .menu--right-categories .cont__categories .cont__term a .cont__icon {
    max-width: 100px;
  }
}
@media only screen and (min-width: 1600px) {
  .main-navigation .cont--menu .menu--right-categories .cont__categories .cont__term a .cont__icon {
    max-width: 120px;
  }
}
@media only screen and (min-width: 1920px) {
  .main-navigation .cont--menu .menu--right-categories .cont__categories .cont__term a .cont__icon {
    max-width: 140px;
  }
}
@media only screen and (min-width: 1024px) {
  .main-navigation .cont--menu .menu--right-categories .cont__categories .cont__term a .cont__name {
    padding-top: 17px;
  }
}
@media only screen and (min-width: 1279px) {
  .main-navigation .cont--menu .menu--right-categories .cont__categories .cont__term a .cont__name h3 {
    font-size: 1rem;
    line-height: 1.25;
  }
}
@media only screen and (min-width: 1600px) {
  .main-navigation .cont--menu .menu--right-categories .cont__categories .cont__term a .cont__name h3 {
    font-size: 1.333rem;
  }
}
.main-navigation .cont--menu .menu--right-categories .cont__categories .cont__term a .cont__name span {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .main-navigation .cont--menu .menu--right-categories .cont__categories .cont__term a .cont__name span {
    display: block;
  }
}
.main-navigation .cont--menu .menu-menu-header-container,
.main-navigation .cont--menu .menu-menu-principal-container {
  position: relative;
  margin-top: 40px;
  padding-bottom: 7px;
}
@media only screen and (min-width: 768px) {
  .main-navigation .cont--menu .menu-menu-header-container,
  .main-navigation .cont--menu .menu-menu-principal-container {
    padding-top: 45px;
    flex-grow: 1;
  }
}
@media only screen and (min-width: 1024px) {
  .main-navigation .cont--menu .menu-menu-header-container,
  .main-navigation .cont--menu .menu-menu-principal-container {
    margin-top: 0;
    padding-top: 0;
  }
}
.main-navigation .cont--menu .menu-menu-header-container:before,
.main-navigation .cont--menu .menu-menu-principal-container:before {
  content: "";
  z-index: -1;
  top: 0;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 250px;
}
@media only screen and (min-width: 1024px) {
  .main-navigation .cont--menu .menu-menu-header-container:before,
  .main-navigation .cont--menu .menu-menu-principal-container:before {
    content: none;
  }
}
.main-navigation .cont--menu .menu-menu-header-container ul.menu > li,
.main-navigation .cont--menu .menu-menu-principal-container ul.menu > li {
  clear: both;
  transform: translateX(-30px);
  opacity: 0;
  transition: ease 0.5s opacity, ease 0.5s transform;
}
.main-navigation .cont--menu .menu-menu-header-container ul.menu li.menu-item,
.main-navigation .cont--menu .menu-menu-principal-container ul.menu li.menu-item {
  position: relative;
}
.main-navigation .cont--menu .menu-menu-header-container ul.menu li.menu-item:last-child::before,
.main-navigation .cont--menu .menu-menu-principal-container ul.menu li.menu-item:last-child::before {
  content: none;
}
.main-navigation .cont--menu .menu-menu-header-container ul.menu li.menu-item:before,
.main-navigation .cont--menu .menu-menu-principal-container ul.menu li.menu-item:before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 100%;
  max-width: 280px;
  height: 1px;
  background-color: #fff;
}
@media only screen and (min-width: 1024px) {
  .main-navigation .cont--menu .menu-menu-header-container ul.menu li.menu-item:before,
  .main-navigation .cont--menu .menu-menu-principal-container ul.menu li.menu-item:before {
    max-width: 404px;
  }
}
.main-navigation .cont--menu .menu-menu-header-container ul.menu li.menu-item.menu-item-has-children,
.main-navigation .cont--menu .menu-menu-principal-container ul.menu li.menu-item.menu-item-has-children {
  position: relative;
}
.main-navigation .cont--menu .menu-menu-header-container ul.menu li.menu-item.menu-item-has-children:hover ul.sub-menu,
.main-navigation .cont--menu .menu-menu-principal-container ul.menu li.menu-item.menu-item-has-children:hover ul.sub-menu {
  opacity: 1;
  z-index: 0;
}
.main-navigation .cont--menu .menu-menu-header-container ul.menu li.menu-item a,
.main-navigation .cont--menu .menu-menu-principal-container ul.menu li.menu-item a {
  position: relative;
  font-family: "Playfair Display", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.563rem;
  line-height: 3;
  text-align: center;
  color: #fff;
  line-height: 1.2;
  color: #fff;
  padding: 17px 0 20px;
  width: fit-content;
  margin: 0 auto;
}
@media only screen and (min-width: 1279px) {
  .main-navigation .cont--menu .menu-menu-header-container ul.menu li.menu-item a,
  .main-navigation .cont--menu .menu-menu-principal-container ul.menu li.menu-item a {
    font-family: "Playfair Display", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.875rem;
    line-height: 2.5;
    text-align: center;
    color: #fff;
    line-height: 1.2;
    padding: 21px 0 20px;
  }
}
.main-navigation .cont--menu .menu-menu-header-container ul.menu li.menu-item a:hover,
.main-navigation .cont--menu .menu-menu-principal-container ul.menu li.menu-item a:hover {
  color: #000;
}
.main-navigation .cont--menu .menu-menu-header-container ul.menu li.menu-item ul.sub-menu,
.main-navigation .cont--menu .menu-menu-principal-container ul.menu li.menu-item ul.sub-menu {
  list-style: none;
  padding: 0 0 13px;
  margin: 0;
}
.main-navigation .cont--menu .menu-menu-header-container ul.menu li.menu-item ul.sub-menu li:before,
.main-navigation .cont--menu .menu-menu-principal-container ul.menu li.menu-item ul.sub-menu li:before {
  content: none;
}
.main-navigation .cont--menu .menu-menu-header-container ul.menu li.menu-item ul.sub-menu li a,
.main-navigation .cont--menu .menu-menu-principal-container ul.menu li.menu-item ul.sub-menu li a {
  font-size: 1.063rem;
  line-height: 1.94;
  padding: 0 0 11px;
}
@media only screen and (min-width: 1279px) {
  .main-navigation .cont--menu .menu-menu-header-container ul.menu li.menu-item ul.sub-menu li a,
  .main-navigation .cont--menu .menu-menu-principal-container ul.menu li.menu-item ul.sub-menu li a {
    font-size: 1.25rem;
    line-height: 1.9;
    padding: 0 0 7px;
  }
}
.main-navigation .cont--menu .menu--inner-top {
  margin-top: 40px;
}
@media only screen and (min-width: 1024px) {
  .main-navigation .cont--menu .menu--inner-top {
    display: none;
  }
}

.cta__fixed {
  display: none;
}
.cta__fixed .cta__fixed-button {
  display: none;
  font-family: "Lora", serif;
  font-weight: 700;
  font-style: normal;
  font-size: 0.8rem;
  line-height: 1.25;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  position: fixed;
  right: 0;
  bottom: 20px;
  padding: 11px 20px;
  border-radius: 100px 0 0 100px;
  background-image: linear-gradient(9deg, #0a3c6e 25%, #4e78a1 111%);
  color: #fff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  outline: none;
  cursor: pointer;
  z-index: 1;
}
@media only screen and (min-width: 1024px) {
  .cta__fixed .cta__fixed-button {
    display: block;
  }
}
@media only screen and (min-width: 1600px) {
  .cta__fixed .cta__fixed-button {
    font-size: 0.867rem;
    line-height: 1.14;
    letter-spacing: 1.3px;
    padding: 15px 24px 15px 26px;
  }
}
.cta__fixed .cta__fixed-button:hover {
  text-decoration: none;
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
}
.cta__fixed .cta__fixed-overlay {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  position: fixed;
  background-color: #fff;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
  padding: 10px 50px 50px;
  box-shadow: -10px 10px 20px 0 rgba(0, 0, 0, 0.1);
  max-width: 90vw;
  max-height: 90vh;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.cta__fixed .cta__fixed-overlay.show {
  z-index: 3;
  visibility: visible;
  opacity: 1;
}
.cta__fixed .cta__fixed-overlay .close-info-overlay {
  position: relative;
  width: 50px;
  height: 50px;
  cursor: pointer;
  background-color: #fff;
  border-radius: 50%;
  margin-left: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 1366px) {
  .cta__fixed .cta__fixed-overlay .close-info-overlay {
    width: 60px;
    height: 60px;
  }
}
.cta__fixed .cta__fixed-overlay .close-info-overlay:before {
  content: "\e901";
  z-index: 0;
  position: absolute;
  justify-content: center;
  align-items: center;
  font-family: "todanelo";
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  -webkit-font-smoothing: antialiased;
  color: #000;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (min-width: 1600px) {
  .cta__fixed .cta__fixed-overlay .close-info-overlay:before {
    font-size: 26px;
  }
}
.cta__fixed .cta__fixed-overlay .close-info-overlay:hover:before {
  color: #a0a0a0;
}
.cta__fixed .cta__fixed-overlay iframe {
  display: block;
  max-width: 80vw;
  max-height: 80vh;
}

.single-content-ajax,
.overlay-info-product {
  position: fixed;
  width: 100%;
  height: 100vh;
  max-height: 100vh;
  overflow-y: auto;
  overflow-x: hidden;
  opacity: 1;
  z-index: 9;
  top: 0;
  right: 0;
  transform: translateY(-100%);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  transition-delay: 0s;
  padding-top: 21px;
  padding-bottom: 37px;
  background-color: #fff;
}
@media only screen and (min-width: 1024px) {
  .single-content-ajax,
  .overlay-info-product {
    max-width: 960px;
    transform: translateY(0) translateX(100%);
    padding-top: 29px;
  }
}
.single-content-ajax > .wrapper,
.overlay-info-product > .wrapper {
  font-size: 1.067rem;
  line-height: 1.38;
  max-width: 660px;
  margin: 0 auto;
}
@media only screen and (min-width: 1024px) {
  .single-content-ajax > .wrapper,
  .overlay-info-product > .wrapper {
    padding-right: 0;
    padding-left: 0;
  }
}
@media only screen and (min-width: 1366px) {
  .single-content-ajax > .wrapper,
  .overlay-info-product > .wrapper {
    font-family: "Lora", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1rem;
    line-height: 1.38;
    text-align: left;
    color: #191919;
  }
}
@media only screen and (min-width: 1600px) {
  .single-content-ajax > .wrapper,
  .overlay-info-product > .wrapper {
    font-family: "Lora", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.125rem;
    line-height: 1.33;
    text-align: left;
    color: #5f5f5f;
  }
}
.single-content-ajax > .wrapper .title-1,
.overlay-info-product > .wrapper .title-1 {
  margin-bottom: 13px;
}
@media only screen and (min-width: 1366px) {
  .single-content-ajax > .wrapper .title-1,
  .overlay-info-product > .wrapper .title-1 {
    margin-bottom: 30px;
  }
}
.single-content-ajax .close-product,
.single-content-ajax .close-info-product,
.overlay-info-product .close-product,
.overlay-info-product .close-info-product {
  position: relative;
  width: 50px;
  height: 50px;
  cursor: pointer;
  background-color: #fff;
  border-radius: 50%;
  margin-left: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 1366px) {
  .single-content-ajax .close-product,
  .single-content-ajax .close-info-product,
  .overlay-info-product .close-product,
  .overlay-info-product .close-info-product {
    width: 60px;
    height: 60px;
  }
}
@media only screen and (min-width: 1920px) {
  .single-content-ajax .close-product,
  .single-content-ajax .close-info-product,
  .overlay-info-product .close-product,
  .overlay-info-product .close-info-product {
    margin-right: 50px;
  }
}
.single-content-ajax .close-product:before,
.single-content-ajax .close-info-product:before,
.overlay-info-product .close-product:before,
.overlay-info-product .close-info-product:before {
  content: "\e901";
  z-index: 0;
  position: absolute;
  justify-content: center;
  align-items: center;
  font-family: "todanelo";
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  -webkit-font-smoothing: antialiased;
  color: #000;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (min-width: 1600px) {
  .single-content-ajax .close-product:before,
  .single-content-ajax .close-info-product:before,
  .overlay-info-product .close-product:before,
  .overlay-info-product .close-info-product:before {
    font-size: 26px;
  }
}
.single-content-ajax .close-product:hover:before,
.single-content-ajax .close-info-product:hover:before,
.overlay-info-product .close-product:hover:before,
.overlay-info-product .close-info-product:hover:before {
  color: #a0a0a0;
}

body.product-open,
body.product-info-open,
body.overlay-open {
  height: 100%;
  width: 100%;
  overflow: hidden;
}
body.product-open .single-content-ajax,
body.product-open .overlay-info-product.show,
body.product-info-open .single-content-ajax,
body.product-info-open .overlay-info-product.show,
body.overlay-open .single-content-ajax,
body.overlay-open .overlay-info-product.show {
  transform: translateY(0);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}
@media only screen and (min-width: 1024px) {
  body.product-open .single-content-ajax,
  body.product-open .overlay-info-product.show,
  body.product-info-open .single-content-ajax,
  body.product-info-open .overlay-info-product.show,
  body.overlay-open .single-content-ajax,
  body.overlay-open .overlay-info-product.show {
    transform: translateY(0) translateX(0);
    box-shadow: -10px 10px 20px 0 rgba(0, 0, 0, 0.1);
  }
}

body.show-overlay,
body.product-open,
body.product-info-open,
body.overlay-open {
  overflow: hidden;
}
body.show-overlay .site-main:before,
body.product-open .site-main:before,
body.product-info-open .site-main:before,
body.overlay-open .site-main:before {
  visibility: visible;
  opacity: 0.25;
}

.site-main {
  position: relative;
}
.site-main:before {
  content: "";
  position: absolute;
  background-color: #000;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 3;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.pum-theme-1633 .pum-container,
.pum-theme-enterprise-blue .pum-container {
  padding: 60px 28px 28px 28px !important;
}

.pum-theme-1633 .pum-content + .pum-close,
.pum-theme-enterprise-blue .pum-content + .pum-close {
  position: relative;
  width: 50px;
  height: 50px;
  right: 18px !important;
  top: 18px !important;
  cursor: pointer;
  background-color: #fff !important;
  border-radius: 50%;
  margin-left: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 1366px) {
  .pum-theme-1633 .pum-content + .pum-close,
  .pum-theme-enterprise-blue .pum-content + .pum-close {
    width: 60px;
    height: 60px;
  }
}
.pum-theme-1633 .pum-content + .pum-close:before,
.pum-theme-enterprise-blue .pum-content + .pum-close:before {
  content: "\e901";
  z-index: 0;
  position: absolute;
  justify-content: center;
  align-items: center;
  font-family: "todanelo";
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  -webkit-font-smoothing: antialiased;
  color: #000;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (min-width: 1600px) {
  .pum-theme-1633 .pum-content + .pum-close:before,
  .pum-theme-enterprise-blue .pum-content + .pum-close:before {
    font-size: 26px;
  }
}
.pum-theme-1633 .pum-content + .pum-close:hover:before,
.pum-theme-enterprise-blue .pum-content + .pum-close:hover:before {
  color: #a0a0a0;
}

.wcc-notice-des a {
  color: #fff;
  text-decoration: underline;
}

.search-results article {
  margin-bottom: 25px;
}
.search-results h3 a {
  color: #0a3c6e;
}
.search-results h3 a:hover {
  text-decoration: underline;
}
.search-results .entry-summary {
  font-size: 15px;
}
.search-results .navigation {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .search-results .navigation {
    width: 550px;
    margin: 45px auto 0;
  }
}
.search-results .navigation:after {
  content: "";
  display: block;
  clear: both;
}
.search-results .navigation .nav-links a {
  display: inline-block;
  font-family: "Lora", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.125rem;
  line-height: 1;
  font-style: italic;
  text-decoration: none;
  border: none;
  border-bottom: 1px solid #979797;
  border-radius: 0;
  padding-bottom: 0;
  color: #5f5f5f;
  background-color: transparent;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  outline: none;
  padding-left: 0px;
  padding-right: 30px;
  padding-bottom: 2px;
  cursor: pointer;
}
.search-results .navigation .nav-links a:hover {
  text-decoration: none;
  color: #0a3c6e;
  border-color: #0a3c6e;
}
.search-results .navigation .nav-links a:disabled {
  opacity: 0.7;
}
.search-results .navigation .nav-links .nav-previous {
  float: left;
}
.search-results .navigation .nav-links .nav-next {
  float: right;
}
.search-results .navigation .nav-links .nav-next a {
  padding-right: 0;
  padding-left: 30px;
}

form a:hover {
  opacity: 0.7;
}
form .columns-one {
  display: grid;
  row-gap: 22px;
}
form .columns-one > br {
  display: none;
}
form .columns-two {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 15px;
  row-gap: 10px;
  padding-bottom: 10px;
}
@media only screen and (min-width: 1024px) {
  form .columns-two {
    column-gap: 40px;
  }
}
form .columns-two > br {
  display: none;
}
form .cont__title-form {
  display: block;
  font-family: "Lora", serif;
  font-weight: 700;
  font-style: normal;
  margin-top: 30px;
  margin-bottom: 10px;
}
form .cont__subtitle-form {
  margin-bottom: 10px;
}
form .cont__checkboxs .wpcf7-form-control.wpcf7-checkbox {
  display: grid;
  row-gap: 15px;
}
form .cont__checkboxs .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item {
  margin: 0;
}
form .cont__checkboxs .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item label {
  font-family: "Playfair Display", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 1.31;
  color: #0a3c6e;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  column-gap: 8px;
}
form .cont__checkboxs .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item label input {
  margin-top: 3px;
}
form .cont__checkboxs .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item label .wpcf7-list-item-label:before, form .cont__checkboxs .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item label .wpcf7-list-item-label:after {
  content: none;
}
form .cont--input-checkbox {
  font-family: "Lora", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 1.31;
  padding: 15px 0;
}
@media only screen and (min-width: 1024px) {
  form .cont--input-checkbox {
    padding: 22px 0;
  }
}
form .cont--input-checkbox > br {
  display: none;
}
form .cont--input-checkbox label {
  display: flex;
  column-gap: 8px;
  color: #0a3c6e;
  cursor: pointer;
}
form .cont--input-checkbox label input {
  margin-top: 3px;
}
form .cont__info-extra {
  font-size: 13px;
  margin-top: 40px;
}
form .cont__info-extra p {
  margin-bottom: 10px;
}
form .cont__info-extra a {
  color: #0a3c6e;
}
form .cont__info-extra a:hover {
  text-decoration: underline;
  opacity: 1;
}
form .max-lenght {
  font-size: 0.867rem;
  line-height: 1.15;
  text-align: right;
  color: #c4c4c4;
  margin-top: -5px;
}
form small {
  display: block;
  color: #C4C4C4;
}
form .wpcf7-not-valid-tip {
  font-family: "Lora", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 0.8rem;
  line-height: 1.25;
  letter-spacing: normal;
  color: #ff0b0b;
  padding-top: 6px;
}
form .wpcf7-response-output {
  text-align: center;
  border-width: 1px !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
form input[type=submit] {
  width: auto;
  margin-top: 20px;
  margin-bottom: 20px;
}

.wpcf7 form.sent .wpcf7-response-output {
  border-color: #000 !important;
}

.cont--input {
  position: relative;
  margin: auto;
  width: 100%;
  overflow: hidden;
}

.label {
  display: block;
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  line-height: 1.31;
  letter-spacing: normal;
  color: #0a3c6e;
}
@media only screen and (min-width: 768px) {
  .label {
    padding-bottom: 10px;
  }
}

input,
textarea {
  font-family: "Playfair Display", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  line-height: 1.35;
  letter-spacing: normal;
  color: #a09d9d;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  transition: all 0.15s ease;
  border: none;
  border-bottom: 1px solid #0a3c6e;
  border-radius: 0;
  background-color: transparent;
}
input:not(:placeholder-shown) + .label,
textarea:not(:placeholder-shown) + .label {
  font-size: 0.667rem;
  line-height: 1.5;
  letter-spacing: 1px;
  transform: translate3d(0, -27px, 0);
}
input:focus,
textarea:focus {
  outline: none;
  border-color: #000;
}
input:focus + .label,
textarea:focus + .label {
  font-size: 0.667rem;
  line-height: 1.5;
  letter-spacing: 1px;
  transform: translate3d(0, -27px, 0);
}

textarea {
  max-height: 121px;
  height: 121px;
}

input[type=checkbox] {
  position: relative;
  width: 14px;
  min-width: 14px;
  height: 14px;
  padding: 0;
  transform: scale(1);
  vertical-align: middle;
  border: 1px solid #a09d9d;
  border-radius: 0;
  transition: all 0.2s ease;
}
input[type=checkbox]:hover {
  cursor: pointer;
  border-color: #0a3c6e;
}
input[type=checkbox]:checked {
  background-color: #4e78a1;
  border-color: #4e78a1;
  box-shadow: inset 0 0 0 0px #fff, inset 0 0 0 10px #4e78a1;
}

@keyframes check {
  50% {
    transform: scale(1.2);
  }
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px white inset !important;
}

.cont__contact .cont__where h2.cont__title {
  font-size: 30px;
  color: #a09d9d;
}
@media only screen and (min-width: 768px) {
  .cont__contact .cont__where h2.cont__title {
    margin-bottom: 22px;
  }
}
.cont__contact .cont__where .cont__contacts {
  display: grid;
  row-gap: 27px;
  border-bottom: 1px solid #d4d4d4;
  padding-bottom: 27px;
  margin-bottom: 50px;
}
@media only screen and (min-width: 768px) {
  .cont__contact .cont__where .cont__contacts {
    row-gap: 50px;
    padding-bottom: 66px;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1600px) {
  .cont__contact .cont__where .cont__contacts {
    grid-template-columns: 1fr 1fr;
    column-gap: 30px;
  }
}
@media only screen and (min-width: 768px) {
  .cont__contact .cont__where .cont__contacts .cont__column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 768px) {
  .cont__contact .cont__where .cont__contacts .cont__column .cont__image {
    width: 70%;
    padding-left: 30px;
  }
}
@media only screen and (min-width: 768px) {
  .cont__contact .cont__where .cont__contacts .cont__column .cont__info {
    width: 28%;
  }
}
.cont__contact .cont__where .cont__contacts .cont__column .cont__info .cont__title {
  font-family: "Playfair Display", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 22px;
  line-height: 1.27;
  color: #0a3c6e;
  padding-bottom: 10px;
  padding-top: 16px;
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .cont__contact .cont__where .cont__contacts .cont__column .cont__info .cont__title {
    font-size: 35px;
    line-height: 1.34;
    padding-bottom: 0;
    padding-top: 0;
  }
}
.cont__contact .cont__where .cont__contacts .cont__column .cont__info .cont__address {
  color: #5f5f5f;
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .cont__contact .cont__where .cont__contacts .cont__column .cont__info .cont__address {
    font-size: 20px;
    line-height: 1.4;
  }
}
.cont__contact .cont__where .cont__contacts .cont__column .cont__info a.cont__telf {
  font-family: "Lora", serif;
  font-weight: 700;
  font-style: normal;
  color: #5f5f5f;
}
@media only screen and (min-width: 768px) {
  .cont__contact .cont__where .cont__contacts .cont__column .cont__info a.cont__telf {
    font-size: 20px;
    line-height: 1.4;
  }
}
.cont__contact .cont__forms {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column-reverse;
}
@media only screen and (min-width: 1024px) {
  .cont__contact .cont__forms {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 40px;
  }
}
@media only screen and (min-width: 1279px) {
  .cont__contact .cont__forms {
    column-gap: 100px;
  }
}
@media only screen and (min-width: 1600px) {
  .cont__contact .cont__forms {
    column-gap: 200px;
  }
}
.cont__contact .cont__forms .cont__column.form-two {
  border-bottom: 1px solid #d4d4d4;
  padding-bottom: 25px;
  margin-bottom: 25px;
}
@media only screen and (min-width: 1024px) {
  .cont__contact .cont__forms .cont__column.form-two {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .cont__contact .cont__forms .cont__column.form-two .cont__subtitle {
    min-height: 74px;
  }
}
@media only screen and (min-width: 1279px) {
  .cont__contact .cont__forms .cont__column.form-two .cont__subtitle {
    min-height: 36px;
  }
}
@media only screen and (min-width: 1600px) {
  .cont__contact .cont__forms .cont__column.form-two .cont__subtitle {
    min-height: 37px;
  }
}
@media only screen and (min-width: 1920px) {
  .cont__contact .cont__forms .cont__column.form-two .cont__subtitle {
    min-height: 58px;
  }
}
.cont__contact .cont__forms .cont__column h2.cont__title {
  font-size: 28px;
  line-height: 1.25;
}
@media only screen and (min-width: 768px) {
  .cont__contact .cont__forms .cont__column h2.cont__title {
    font-size: 30px;
    line-height: 1.33;
  }
}
.cont__contact .cont__forms .cont__column .cont__subtitle {
  font-size: 15px;
  line-height: 1.27;
  color: #5f5f5f;
  margin-bottom: 20px;
}
@media only screen and (min-width: 1279px) {
  .cont__contact .cont__forms .cont__column .cont__subtitle {
    color: #9b9b9b;
    margin-bottom: 21px;
  }
}
@media only screen and (min-width: 1920px) {
  .cont__contact .cont__forms .cont__column .cont__subtitle {
    margin-bottom: 40px;
  }
}
body.error404 #wrapper-navbar {
  position: relative;
}
body.error404 section.error-404 {
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 65vh;
  padding: 100px 0;
}
body.error404 section.error-404 header.page-header img {
  display: block;
  margin: 0 auto;
  padding-bottom: 37px;
}
body.error404 section.error-404 .page-content .cont__subtitle {
  text-align: center;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 22px;
}
body.error404 section.error-404 .page-content .cont__subtitle:before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 20px;
  height: 2px;
  background-color: #a0a0a0;
}
body.error404 section.error-404 .page-content a:hover {
  opacity: 0.7;
}

.cont--post .cont--inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media only screen and (min-width: 768px) {
  .cont--post .cont--inner .cont__image {
    margin-bottom: 21px;
  }
}
.cont--post .cont--inner .cont__image a img {
  display: block;
  width: 100%;
}
@media only screen and (min-width: 1600px) {
  .cont--post .cont--inner .cont__image a img {
    max-height: 229px;
    object-fit: cover;
  }
}
.cont--post .cont--inner .cont__title {
  order: 1;
}
@media only screen and (min-width: 768px) {
  .cont--post .cont--inner .cont__title {
    order: 0;
    padding-bottom: 8px;
  }
}
.cont--post .cont--inner .cont__title h2 {
  font-size: 22px;
  line-height: 1.27;
}
@media only screen and (min-width: 768px) {
  .cont--post .cont--inner .cont__title h2 {
    display: -webkit-box;
    line-height: 1.32;
    height: 89px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}
.cont--post .cont--inner .cont__title h2 a {
  color: #0a3c6e;
}
.cont--post .cont--inner .cont__title h2 a:hover {
  text-decoration: underline;
}
.cont--post .cont--inner .cont__body {
  display: none;
}
@media only screen and (min-width: 768px) {
  .cont--post .cont--inner .cont__body {
    display: block;
  }
}
.cont--post .cont--inner .cont__body .cont__inner {
  display: -webkit-box;
  max-height: 70px;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .cont--post .cont--inner .cont__info_bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    height: 100%;
  }
}
.cont--post .cont--inner .cont__info_bottom .cont__subareas {
  display: none;
  padding-top: 20px;
}
@media only screen and (min-width: 768px) {
  .cont--post .cont--inner .cont__info_bottom .cont__subareas {
    display: block;
  }
}
.cont--post .cont--inner .cont__info_bottom .cont__subareas .cont__items .cont__expertise a {
  display: block;
  font-size: 14px;
  line-height: 1.29;
  font-style: italic;
  color: #a09d9d;
}
.cont--post .cont--inner .cont__info_bottom .cont__subareas .cont__items .cont__expertise a:hover {
  text-decoration: underline;
}
.cont--post .cont--inner .cont__info_bottom .cont__date {
  font-size: 16px;
  line-height: 20px;
  padding-top: 28px;
  padding-bottom: 13px;
  color: #696969;
}
@media only screen and (min-width: 768px) {
  .cont--post .cont--inner .cont__info_bottom .cont__date {
    font-size: 14px;
    line-height: 1.29;
    padding-bottom: 12px;
    padding-top: 0px;
    color: #0a3c6e;
    border-bottom: 1.5px solid #d4d4d4;
  }
}

.cont--post-short .cont--inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cont--post-short .cont--inner .cont__image a:hover img {
  opacity: 0.5;
}
.cont--post-short .cont--inner .cont__image a img {
  display: block;
  width: 100%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (min-width: 1600px) {
  .cont--post-short .cont--inner .cont__image a img {
    max-height: 229px;
    object-fit: cover;
  }
}
.cont--post-short .cont--inner .cont__title {
  order: 1;
  padding-bottom: 14px;
}
@media only screen and (min-width: 768px) {
  .cont--post-short .cont--inner .cont__title {
    order: 0;
    padding-top: 8px;
    padding-bottom: 0;
  }
}
.cont--post-short .cont--inner .cont__title h3 {
  font-size: 22px;
  line-height: 1.27;
}
@media only screen and (min-width: 768px) {
  .cont--post-short .cont--inner .cont__title h3 {
    display: -webkit-box;
    line-height: 1.32;
    height: 89px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}
.cont--post-short .cont--inner .cont__title h3 a {
  color: #0a3c6e;
}
.cont--post-short .cont--inner .cont__title h3 a:hover {
  text-decoration: underline;
}
.cont--post-short .cont--inner .cont__date {
  font-size: 15px;
  line-height: 1.33;
  padding-top: 20px;
  padding-bottom: 5px;
  color: #696969;
}
@media only screen and (min-width: 768px) {
  .cont--post-short .cont--inner .cont__date {
    font-size: 16px;
    padding-top: 19px;
    padding-bottom: 0;
  }
}

.blog,
.category {
  padding-bottom: 50px;
}
@media only screen and (min-width: 1600px) {
  .blog,
  .category {
    padding-bottom: 130px;
  }
}

.grid--posts,
.related-posts {
  display: grid;
  row-gap: 20px;
}
@media only screen and (min-width: 768px) {
  .grid--posts,
  .related-posts {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 30px;
    row-gap: 45px;
  }
}
@media only screen and (min-width: 1279px) {
  .grid--posts,
  .related-posts {
    grid-template-columns: repeat(4, 1fr);
  }
}
.grid--posts .cont__pagination,
.related-posts .cont__pagination {
  grid-column: 1/-1;
  padding: 0 45px;
  margin-bottom: 12px;
}
@media only screen and (min-width: 768px) {
  .grid--posts .cont__pagination,
  .related-posts .cont__pagination {
    width: 550px;
    margin: 20px auto 0;
    padding: 0;
  }
}
.grid--posts .cont__pagination .next-link,
.related-posts .cont__pagination .next-link {
  float: right;
  padding-right: 0;
  padding-left: 30px;
}

@media only screen and (min-width: 1279px) {
  .blog-grid.cont__posts .cont--post:nth-child(1),
  .blog-grid.cont__posts .cont--post:nth-child(2) {
    grid-column: span 2;
  }
}
.blog-grid.cont__posts .cont--post:nth-child(1) .cont--inner .post-category,
.blog-grid.cont__posts .cont--post:nth-child(2) .cont--inner .post-category {
  padding-bottom: 11px;
}
@media only screen and (min-width: 1600px) {
  .blog-grid.cont__posts .cont--post:nth-child(1) .cont--inner .post-category,
  .blog-grid.cont__posts .cont--post:nth-child(2) .cont--inner .post-category {
    padding-bottom: 9px;
  }
}
@media only screen and (min-width: 1600px) {
  .blog-grid.cont__posts .cont--post:nth-child(1) .cont--inner a .cont--post-image img,
  .blog-grid.cont__posts .cont--post:nth-child(2) .cont--inner a .cont--post-image img {
    max-height: 272px;
  }
}
.blog-grid.cont__posts .cont--post:nth-child(1) .cont--inner a .cont--post-info .cont--post-title h3,
.blog-grid.cont__posts .cont--post:nth-child(2) .cont--inner a .cont--post-info .cont--post-title h3 {
  font-size: 2rem;
  line-height: 1.17;
}
@media only screen and (min-width: 1024px) {
  .blog-grid.cont__posts .cont--post:nth-child(1) .cont--inner a .cont--post-info .cont--post-title h3,
  .blog-grid.cont__posts .cont--post:nth-child(2) .cont--inner a .cont--post-info .cont--post-title h3 {
    font-size: 2.667rem;
    line-height: 1.13;
    margin-bottom: 12px;
  }
}
.blog-grid.cont__posts .cont--post:nth-child(1) .cont--inner a .cont--post-info .cont--post-description,
.blog-grid.cont__posts .cont--post:nth-child(2) .cont--inner a .cont--post-info .cont--post-description {
  display: block;
  padding-bottom: 21px;
}
@media only screen and (min-width: 1600px) {
  .blog-grid.cont__posts .cont--post:nth-child(1) .cont--inner a .cont--post-info .cont--post-description,
  .blog-grid.cont__posts .cont--post:nth-child(2) .cont--inner a .cont--post-info .cont--post-description {
    font-size: 1.667rem;
    line-height: 1.2;
  }
}

.cont--menu-cat {
  padding: 10px 0 18px;
}
@media only screen and (min-width: 1024px) {
  .cont--menu-cat {
    padding: 10px 0 37px;
  }
}
.cont--menu-cat ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  column-gap: 10px;
  row-gap: 10px;
}
.cont--menu-cat ul li.current-cat a {
  background-color: #000;
  color: #fff;
}
.cont--menu-cat ul li a {
  display: block;
  font-family: "Lora", serif;
  font-weight: 700;
  font-style: normal;
  font-size: 0.8rem;
  line-height: 1.25;
  letter-spacing: 1.2px;
  text-decoration: none;
  text-transform: uppercase;
  color: #000;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid #000;
  border-radius: 20px;
  padding: 4px 9px;
}
.cont--menu-cat ul li a:hover {
  background-color: #000;
  color: #fff;
}

section.section-related-posts {
  margin-top: 45px;
}
@media only screen and (min-width: 1024px) {
  section.section-related-posts {
    margin-top: 105px;
  }
}
section.section-related-posts h2 {
  font-size: 22px;
  line-height: 1.27;
  text-transform: uppercase;
  border-top: 1.5px solid #d4d4d4;
  padding-top: 18px;
  padding-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  section.section-related-posts h2 {
    font-size: 28px;
    line-height: 1.32;
    padding-top: 10px;
    padding-bottom: 25px;
  }
}
@media only screen and (min-width: 1024px) {
  section.section-related-posts .related-posts {
    grid-template-columns: repeat(4, 1fr);
  }
}

#single-post,
#single-legal-news {
  overflow-x: hidden;
}
#single-post .cont--top,
#single-legal-news .cont--top {
  display: grid;
  margin-bottom: 50px;
}
@media only screen and (min-width: 768px) {
  #single-post .cont--top,
  #single-legal-news .cont--top {
    grid-template-columns: 1fr 1fr;
    column-gap: 40px;
  }
}
@media only screen and (min-width: 1279px) {
  #single-post .cont--top,
  #single-legal-news .cont--top {
    padding-left: 75px;
    padding-right: 75px;
  }
}
@media only screen and (min-width: 1600px) {
  #single-post .cont--top,
  #single-legal-news .cont--top {
    padding-left: 150px;
    padding-right: 150px;
  }
}
#single-post .cont--top .cont--image,
#single-legal-news .cont--top .cont--image {
  display: block;
  margin-bottom: 15px;
}
#single-post .cont--top .cont--image img,
#single-legal-news .cont--top .cont--image img {
  display: block;
}
#single-post .cont--top .cont--header,
#single-legal-news .cont--top .cont--header {
  padding-bottom: 9px;
}
#single-post .cont--top .cont--header .cont__expertises,
#single-legal-news .cont--top .cont--header .cont__expertises {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  font-style: italic;
  line-height: 1.44;
  color: #a09d9d;
}
#single-post .cont--top .cont--header .cont__expertises .cont__expertises-title,
#single-legal-news .cont--top .cont--header .cont__expertises .cont__expertises-title {
  padding-right: 5px;
}
#single-post .cont--top .cont--header .cont__expertises .cont__items,
#single-legal-news .cont--top .cont--header .cont__expertises .cont__items {
  display: inline-block;
}
#single-post .cont--top .cont--header .cont__expertises .cont__items .cont__expertise,
#single-legal-news .cont--top .cont--header .cont__expertises .cont__items .cont__expertise {
  position: relative;
  padding-right: 10px;
  display: inline-block;
}
#single-post .cont--top .cont--header .cont__expertises .cont__items .cont__expertise:after,
#single-legal-news .cont--top .cont--header .cont__expertises .cont__items .cont__expertise:after {
  content: ",";
  position: absolute;
}
#single-post .cont--top .cont--header .cont__expertises .cont__items .cont__expertise:last-child:after,
#single-legal-news .cont--top .cont--header .cont__expertises .cont__items .cont__expertise:last-child:after {
  content: ".";
}
#single-post .cont--top .cont--header .cont__expertises .cont__items .cont__expertise a,
#single-legal-news .cont--top .cont--header .cont__expertises .cont__items .cont__expertise a {
  font-size: 16px;
  font-style: italic;
  line-height: 1.44;
  color: #a09d9d;
}
@media only screen and (min-width: 768px) {
  #single-post .cont--top .cont--header .cont__expertises .cont__items .cont__expertise a,
  #single-legal-news .cont--top .cont--header .cont__expertises .cont__items .cont__expertise a {
    font-size: 18px;
  }
}
#single-post .cont--top .cont--header .cont__expertises .cont__items .cont__expertise a:hover,
#single-legal-news .cont--top .cont--header .cont__expertises .cont__items .cont__expertise a:hover {
  text-decoration: underline;
}
#single-post .cont--top .cont--header .cont__date,
#single-legal-news .cont--top .cont--header .cont__date {
  line-height: 1.44;
  color: #0a3c6e;
  padding-top: 19px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  #single-post .cont--top .cont--header .cont__date,
  #single-legal-news .cont--top .cont--header .cont__date {
    padding-top: 0;
    margin-bottom: 16px;
  }
}
#single-post .cont--top .cont--header h1,
#single-legal-news .cont--top .cont--header h1 {
  font-size: 22px;
  line-height: 1.27;
}
@media only screen and (min-width: 768px) {
  #single-post .cont--top .cont--header h1,
  #single-legal-news .cont--top .cont--header h1 {
    font-size: 35px;
    line-height: 1.31;
    margin-bottom: 36px;
  }
}
#single-post .cont--top .cont--header .cont__excerpt,
#single-legal-news .cont--top .cont--header .cont__excerpt {
  font-size: 16px;
  line-height: 1.38;
  color: #191919;
}
@media only screen and (min-width: 768px) {
  #single-post .cont--top .cont--header .cont__excerpt,
  #single-legal-news .cont--top .cont--header .cont__excerpt {
    font-size: 18px;
    line-height: 26px;
  }
}
@media only screen and (min-width: 1600px) {
  #single-post .cont--top .cont--header .cont__excerpt,
  #single-legal-news .cont--top .cont--header .cont__excerpt {
    font-size: 22px;
    line-height: 1.27;
  }
}
#single-post .content,
#single-legal-news .content {
  margin-bottom: 35px;
  animation-name: fadeInMove;
  animation-duration: 1s;
  animation-iteration-count: 1;
  animation-delay: 0.2s;
  animation-fill-mode: backwards;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (min-width: 1279px) {
  #single-post .content,
  #single-legal-news .content {
    padding-left: 75px;
    padding-right: 75px;
    margin-bottom: 75px;
  }
}
@media only screen and (min-width: 1600px) {
  #single-post .content,
  #single-legal-news .content {
    padding-left: 150px;
    padding-right: 150px;
  }
}
#single-post .content a,
#single-legal-news .content a {
  color: #0a3c6e;
}
#single-post .content a:hover,
#single-legal-news .content a:hover {
  opacity: 1;
  text-decoration: underline;
}
@media only screen and (min-width: 768px) {
  #single-post .content .cont__body,
  #single-legal-news .content .cont__body {
    column-gap: 40px;
    column-count: 2;
  }
}
#single-post .content .cont__body p:last-child,
#single-legal-news .content .cont__body p:last-child {
  border-bottom: 1px solid #d4d4d4;
  padding-bottom: 25px;
}
@media only screen and (min-width: 768px) {
  #single-post .content .cont__body p:last-child,
  #single-legal-news .content .cont__body p:last-child {
    padding-bottom: 35px;
  }
}
#single-post .content .cont__table,
#single-legal-news .content .cont__table {
  margin-top: 70px;
  overflow-x: auto;
}
@media only screen and (min-width: 768px) {
  #single-post .content .cont__table .cont__2-columns,
  #single-legal-news .content .cont__table .cont__2-columns {
    column-gap: 40px;
    column-count: 2;
  }
}
#single-post .content .cont__table table,
#single-legal-news .content .cont__table table {
  margin-bottom: 10px;
}
#single-post .content .cont__attach,
#single-legal-news .content .cont__attach {
  margin: 50px 0 25px;
}
#single-post .cont__pagination,
#single-legal-news .cont__pagination {
  padding: 0 45px;
  margin-bottom: 12px;
}
@media only screen and (min-width: 768px) {
  #single-post .cont__pagination,
  #single-legal-news .cont__pagination {
    width: 550px;
    margin: 20px auto 0;
    padding: 0;
  }
}
#single-post .cont__pagination .next-link,
#single-legal-news .cont__pagination .next-link {
  float: right;
  padding-right: 0;
  padding-left: 30px;
}

.section_cta_promotional .cta__fixed-button {
  display: none;
  font-family: "Lora", serif;
  font-weight: 700;
  font-style: normal;
  font-size: 0.8rem;
  line-height: 1.25;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  position: fixed;
  right: 0;
  bottom: 100px;
  padding: 11px 20px;
  border-radius: 100px 0 0 100px;
  background-image: linear-gradient(15deg, #0a3c6e 36%, #4e78a1 87%);
  color: #fff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  outline: none;
  cursor: pointer;
  z-index: 1;
}
@media only screen and (min-width: 1024px) {
  .section_cta_promotional .cta__fixed-button {
    display: block;
  }
}
@media only screen and (min-width: 1600px) {
  .section_cta_promotional .cta__fixed-button {
    font-size: 0.867rem;
    line-height: 1.14;
    letter-spacing: 1.3px;
    padding: 15px 24px 15px 26px;
  }
}
.section_cta_promotional .cta__fixed-button:hover {
  text-decoration: none;
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
}
.section_cta_promotional .cta__fixed-overlay {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  position: fixed;
  background-color: #fff;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
  padding: 10px 50px 50px;
  box-shadow: -10px 10px 20px 0 rgba(0, 0, 0, 0.1);
  max-width: 90vw;
  max-height: 90vh;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.section_cta_promotional .cta__fixed-overlay.show {
  z-index: 3;
  visibility: visible;
  opacity: 1;
}
.section_cta_promotional .cta__fixed-overlay .close-info-overlay {
  position: relative;
  width: 50px;
  height: 50px;
  cursor: pointer;
  background-color: #fff;
  border-radius: 50%;
  margin-left: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 1366px) {
  .section_cta_promotional .cta__fixed-overlay .close-info-overlay {
    width: 60px;
    height: 60px;
  }
}
.section_cta_promotional .cta__fixed-overlay .close-info-overlay:before {
  content: "\e901";
  z-index: 0;
  position: absolute;
  justify-content: center;
  align-items: center;
  font-family: "todanelo";
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  -webkit-font-smoothing: antialiased;
  color: #000;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (min-width: 1600px) {
  .section_cta_promotional .cta__fixed-overlay .close-info-overlay:before {
    font-size: 26px;
  }
}
.section_cta_promotional .cta__fixed-overlay .close-info-overlay:hover:before {
  color: #a0a0a0;
}
.section_cta_promotional .cta__fixed-overlay iframe {
  display: block;
  max-width: 80vw;
  max-height: 80vh;
}

.section__cta {
  width: 100%;
  margin-top: 50px;
  margin-bottom: 55px;
}
.section__cta .cont__cta {
  padding: 25px 20px 34px;
  background-color: #5f5f5f;
}
@media only screen and (min-width: 1024px) {
  .section__cta .cont__cta > a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.section__cta .cont__cta .cont__title h2 {
  position: relative;
  text-align: center;
  color: #fff;
  padding-bottom: 16px;
  margin-bottom: 13px;
}
.section__cta .cont__cta .cont__title h2:before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 65px;
  height: 1px;
  background-color: #fff;
}
.section__cta .cont__cta .cont__description p {
  font-family: "Playfair Display", serif;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  color: #fff;
  margin-bottom: 0;
}
@media only screen and (min-width: 1024px) {
  .section__cta .cont__cta .cont__description p {
    font-size: 20px;
    line-height: 1.4;
  }
}
.section__cta .cont__cta .cont__description a {
  text-decoration: underline;
  color: #fff;
}

.section_cta_fixed {
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.section_cta_fixed.show.show-mobile {
  opacity: 1;
}
@media only screen and (min-width: 1024px) {
  .section_cta_fixed.show {
    opacity: 1;
  }
}
.section_cta_fixed a {
  position: fixed;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  letter-spacing: 1.3px;
  text-transform: uppercase;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  padding: 10px 15px;
  z-index: 1;
}
@media only screen and (min-width: 1024px) {
  .section_cta_fixed a {
    left: inherit;
    right: 30px;
    bottom: 20px;
    transform: none;
    letter-spacing: normal;
    padding: 10px 25px;
  }
}
@media only screen and (min-width: 1600px) {
  .section_cta_fixed a {
    letter-spacing: 1.4px;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.25);
    padding: 13px 25px;
  }
}

.section_cta_contact {
  margin-top: 80px;
}
.section_cta_contact .cont__inner {
  padding: 40px 15px 60px;
  background-color: #0a3c6e;
  color: #fff;
}
@media only screen and (min-width: 1024px) {
  .section_cta_contact .cont__inner {
    padding: 57px 50px 67px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
@media only screen and (min-width: 1279px) {
  .section_cta_contact .cont__inner {
    padding: 57px 150px 67px;
  }
}
.section_cta_contact .cont__inner .cont__left .cont__title h2 {
  position: relative;
  margin-right: 90px;
  margin-bottom: 0;
  font-size: 28px;
  line-height: 1.32;
  color: #fff;
  padding-bottom: 8px;
  margin-bottom: 25px;
}
@media only screen and (min-width: 768px) {
  .section_cta_contact .cont__inner .cont__left .cont__title h2 {
    font-size: 40px;
    line-height: 1.33;
  }
}
.section_cta_contact .cont__inner .cont__left .cont__title h2:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 65px;
  height: 1px;
  background-color: #fff;
}
.section_cta_contact .cont__inner .cont__left .cont__text {
  margin-bottom: 23px;
  max-width: 440px;
}
.section_cta_contact .cont__inner .cont__left .cont__link a {
  display: block;
  text-align: center;
  color: #fff;
  border: 1px solid #fff;
  padding: 10px 25px;
  margin-top: 23px;
  width: fit-content;
}
.section_cta_contact .cont__inner .cont__left .cont__link a:hover {
  text-decoration: underline;
}
.section_cta_contact .cont__inner .cont__right .cont__image {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .section_cta_contact .cont__inner .cont__right .cont__image {
    display: block;
  }
}
.section_cta_contact .cont__inner .cont__right .cont__image img {
  display: block;
}

.section__hero-image {
  margin-bottom: 100px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 1024px) {
  .section__hero-image {
    padding-left: 40px;
    padding-right: 40px;
    margin-bottom: 35px;
  }
}
@media only screen and (min-width: 1279px) {
  .section__hero-image {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media only screen and (min-width: 1366px) {
  .section__hero-image {
    padding-left: 75px;
    padding-right: 75px;
  }
}
@media only screen and (min-width: 1920px) {
  .section__hero-image {
    padding-left: 0px;
    padding-right: 0px;
    max-width: 1770px;
    margin: 0 auto 35px;
  }
}
.section__hero-image .cont__banners {
  display: grid;
}
.section__hero-image .cont__banners .owl-item.active .image__product {
  opacity: 1;
  transform: translateY(0);
}
.section__hero-image .cont__banners .owl-item .image__product {
  opacity: 0;
  transform: translateY(20px);
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  transition: all 1s;
  transition-delay: 1s;
}
@media only screen and (min-width: 1024px) {
  .section__hero-image .cont__banners .cont__banner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
  }
}
.section__hero-image .cont__banners .cont__banner a {
  display: block;
}
@media only screen and (min-width: 1024px) {
  .section__hero-image .cont__banners .cont__banner a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    width: 100%;
  }
}
.section__hero-image .cont__banners .cont__banner .cont__image {
  margin: 0 -20px;
}
@media only screen and (min-width: 1024px) {
  .section__hero-image .cont__banners .cont__banner .cont__image {
    margin: 0;
    width: 65%;
  }
}
.section__hero-image .cont__banners .cont__banner .cont__image img {
  max-height: 122px;
  object-fit: cover;
}
@media only screen and (min-width: 1024px) {
  .section__hero-image .cont__banners .cont__banner .cont__image img {
    max-height: inherit;
  }
}
.section__hero-image .cont__banners .cont__banner .cont__info {
  border-top: solid 1px #d4d4d4;
  border-bottom: solid 1px #d4d4d4;
  padding-top: 6px;
  padding-bottom: 10px;
  margin-top: 21px;
  margin-right: 20px;
  margin-left: 20px;
}
@media only screen and (min-width: 768px) {
  .section__hero-image .cont__banners .cont__banner .cont__info {
    margin-right: 40px;
    margin-left: 40px;
  }
}
@media only screen and (min-width: 1024px) {
  .section__hero-image .cont__banners .cont__banner .cont__info {
    padding-top: 21px;
    margin: 0;
    width: 32%;
  }
}
.section__hero-image .cont__banners .cont__banner .cont__info .cont__title h2 {
  font-family: "Playfair Display", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.75rem;
  line-height: 1.25;
  text-align: left;
  color: #0a3c6e;
}
@media only screen and (min-width: 1279px) {
  .section__hero-image .cont__banners .cont__banner .cont__info .cont__title h2 {
    font-family: "Playfair Display", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 3.25rem;
    line-height: 1.33;
    text-align: left;
    color: #0a3c6e;
    margin-bottom: 22px;
  }
}
.section__hero-image .cont__banners .cont__banner .cont__info .cont__text {
  color: #5f5f5f;
}
@media only screen and (min-width: 1279px) {
  .section__hero-image .cont__banners .cont__banner .cont__info .cont__text {
    font-size: 1.375rem;
    line-height: 1.32;
  }
}
.section__hero-image .owl-dots {
  text-align: right;
  margin-top: -23px;
  margin-right: 20px;
  justify-content: flex-end;
}
@media only screen and (min-width: 768px) {
  .section__hero-image .owl-dots {
    margin-right: 40px;
  }
}
@media only screen and (min-width: 1024px) {
  .section__hero-image .owl-dots {
    margin-right: auto;
    margin-top: -19px;
    width: 32%;
  }
}
.section__hero-image .owl-dots button {
  margin: 0;
}
.section__hero-image .owl-dots button.active span, .section__hero-image .owl-dots button:hover span {
  background-color: #0a3c6e;
}
.section__hero-image .owl-dots button span {
  width: 8px;
  height: 8px;
  border-radius: 0;
  border: none;
  background-color: #d4d4d4;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.section_info_parallax {
  margin-top: 100px;
  margin-bottom: 100px;
}
.section_info_parallax .cont__parallax {
  position: relative;
  width: 100%;
}
.section_info_parallax .cont__parallax .cont__info {
  padding-top: 50px;
  padding-bottom: 40px;
}
@media only screen and (min-width: 1024px) {
  .section_info_parallax .cont__parallax .cont__info {
    padding-bottom: 50px;
  }
}
@media only screen and (min-width: 1600px) {
  .section_info_parallax .cont__parallax .cont__info {
    position: relative;
    padding-top: 60px;
    padding-bottom: 60px;
    min-height: 640px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
  }
}
.section_info_parallax .cont__parallax .cont__info .cont__info--inner {
  background-color: #fff;
  padding: 60px 25px 35px;
  border-radius: 0 100px 0 0;
  margin-left: auto;
}
@media only screen and (min-width: 1024px) {
  .section_info_parallax .cont__parallax .cont__info .cont__info--inner {
    max-width: 543px;
    padding: 50px;
  }
}
@media only screen and (min-width: 1600px) {
  .section_info_parallax .cont__parallax .cont__info .cont__info--inner {
    padding: 90px 80px;
    max-width: 750px;
  }
}
.section_info_parallax .cont__parallax .cont__info .cont__description .title-1 {
  font-family: "Playfair Display", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.375rem;
  line-height: 1.27;
  text-align: left;
  color: #0a3c6e;
  margin-bottom: 5px;
}
@media only screen and (min-width: 1600px) {
  .section_info_parallax .cont__parallax .cont__info .cont__description .title-1 {
    font-family: "Playfair Display", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 2.5rem;
    line-height: 1.33;
    text-align: left;
    color: #0a3c6e;
    margin-bottom: 9px;
  }
}
.section_info_parallax .cont__parallax .cont__info .cont__description .text-important {
  position: relative;
  font-family: "Playfair Display", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.175rem;
  line-height: 1.27;
  text-align: left;
  color: #0a3c6e;
  padding-bottom: 20px;
}
@media only screen and (min-width: 1600px) {
  .section_info_parallax .cont__parallax .cont__info .cont__description .text-important {
    font-family: "Playfair Display", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.175rem;
    line-height: 1.27;
    text-align: left;
    color: #0a3c6e;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 1920px) {
  .section_info_parallax .cont__parallax .cont__info .cont__description .text-important {
    font-family: "Playfair Display", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.375rem;
    line-height: 1.32;
    text-align: left;
    color: #0a3c6e;
  }
}
.section_info_parallax .cont__parallax .cont__info .cont__description .text-important:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 20px;
  height: 2px;
  background-color: #a0a0a0;
}
@media only screen and (min-width: 1600px) {
  .section_info_parallax .cont__parallax .cont__info .cont__description p {
    margin-bottom: 16px;
  }
}
.section_info_parallax .cont__parallax .cont__info .link__arrow {
  text-decoration: none;
  color: #000;
}
.section_info_parallax .cont__parallax .cont__image {
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.section__last-articles {
  margin-top: 100px;
  margin-bottom: 100px;
}
.section__last-articles .cont__title h2 {
  font-family: "Playfair Display", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.75rem;
  line-height: 1.25;
  text-align: left;
  color: #0a3c6e;
  margin-bottom: 16px;
}
@media only screen and (min-width: 1024px) {
  .section__last-articles .cont__title h2 {
    margin-bottom: 28px;
  }
}
@media only screen and (min-width: 1600px) {
  .section__last-articles .cont__title h2 {
    font-family: "Playfair Display", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.75rem;
    line-height: 1.25;
    text-align: left;
    color: #0a3c6e;
    margin-bottom: 42px;
  }
}
@media only screen and (min-width: 1920px) {
  .section__last-articles .cont__title h2 {
    font-family: "Playfair Display", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 2.5rem;
    line-height: 1.33;
    text-align: left;
    color: #0a3c6e;
  }
}
.section__last-articles .owl-carousel .owl-stage {
  display: flex;
}
.section__last-articles .cont--post {
  display: flex;
  flex: 1 0 auto;
  height: 100%;
}
.section__last-articles .aticle-box {
  position: relative;
  overflow: hidden;
  /* margin-bottom: 80px; */
  /*This is optional*/
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

.section__links {
  margin-top: 100px;
  margin-bottom: 100px;
}
.section__links .cont__links {
  border-top: 2px solid #000;
}
@media only screen and (min-width: 1024px) {
  .section__links .cont__links {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 40px;
    border-top: none;
  }
}
@media only screen and (min-width: 1279px) {
  .section__links .cont__links {
    column-gap: 80px;
  }
}
@media only screen and (min-width: 1600px) {
  .section__links .cont__links {
    column-gap: 160px;
  }
}
.section__links .cont__links .cont__link {
  border-bottom: 2px solid #000;
}
@media only screen and (min-width: 1024px) {
  .section__links .cont__links .cont__link {
    border-top: 2px solid #000;
  }
}
.section__links .cont__links .cont__link .cont__inner a {
  display: block;
  text-decoration: none;
  padding: 21px 0 18px;
}
@media only screen and (min-width: 1600px) {
  .section__links .cont__links .cont__link .cont__inner a {
    padding: 39px 0 23px;
  }
}
.section__links .cont__links .cont__link .cont__inner a:hover .link__arrow span:after {
  transform: translateY(-50%) translateX(4px);
}
.section__links .cont__links .cont__link .cont__inner a .cont__title h3 {
  font-family: "Playfair Display", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.375rem;
  line-height: 1.27;
  text-align: left;
  color: #0a3c6e;
  margin-bottom: 4px;
}
@media only screen and (min-width: 1600px) {
  .section__links .cont__links .cont__link .cont__inner a .cont__title h3 {
    font-family: "Playfair Display", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.75rem;
    line-height: 1.25;
    text-align: left;
    color: #0a3c6e;
    margin-bottom: 10px;
  }
}
.section__links .cont__links .cont__link .cont__inner a .cont__description {
  font-family: "Playfair Display", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.175rem;
  line-height: 1.27;
  text-align: left;
  color: #0a3c6e;
}
@media only screen and (min-width: 1600px) {
  .section__links .cont__links .cont__link .cont__inner a .cont__description {
    font-size: 2rem;
    line-height: 1.17;
  }
}
@media only screen and (min-width: 1024px) {
  .section__links .cont__links .cont__link .cont__inner a .cont__description p {
    margin-bottom: 16px;
  }
}

.section__overlay_information {
  margin-top: 100px;
  margin-bottom: 100px;
}

.tax-cat_product .page-header {
  padding-bottom: 41px;
}
@media only screen and (min-width: 1024px) {
  .tax-cat_product .page-header {
    padding-bottom: 50px;
  }
}
@media only screen and (min-width: 1600px) {
  .tax-cat_product .page-header {
    padding-bottom: 77px;
  }
}

.section__overlay_information .overlay__info,
.section__overlay_information .cont__inner,
.tax-cat_product .page-header .overlay__info,
.tax-cat_product .page-header .cont__inner {
  position: relative;
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .section__overlay_information .overlay__info,
  .section__overlay_information .cont__inner,
  .tax-cat_product .page-header .overlay__info,
  .tax-cat_product .page-header .cont__inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
.section__overlay_information .overlay__info .cont__image img,
.section__overlay_information .cont__inner .cont__image img,
.tax-cat_product .page-header .overlay__info .cont__image img,
.tax-cat_product .page-header .cont__inner .cont__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section__overlay_information .overlay__info .cont__text,
.section__overlay_information .cont__inner .cont__text,
.tax-cat_product .page-header .overlay__info .cont__text,
.tax-cat_product .page-header .cont__inner .cont__text {
  color: #fff;
  padding-top: 180px;
  padding-bottom: 75px;
  margin-top: -150px;
}
@media only screen and (min-width: 1024px) {
  .section__overlay_information .overlay__info .cont__text,
  .section__overlay_information .cont__inner .cont__text,
  .tax-cat_product .page-header .overlay__info .cont__text,
  .tax-cat_product .page-header .cont__inner .cont__text {
    display: flex;
    align-items: center;
    padding-top: 69px;
    padding-bottom: 69px;
    margin-top: 0;
  }
}
@media only screen and (min-width: 1600px) {
  .section__overlay_information .overlay__info .cont__text,
  .section__overlay_information .cont__inner .cont__text,
  .tax-cat_product .page-header .overlay__info .cont__text,
  .tax-cat_product .page-header .cont__inner .cont__text {
    padding-top: 146px;
    padding-bottom: 167px;
  }
}
@media only screen and (min-width: 1920px) {
  .section__overlay_information .overlay__info .cont__text .cont__text--inner,
  .section__overlay_information .cont__inner .cont__text .cont__text--inner,
  .tax-cat_product .page-header .overlay__info .cont__text .cont__text--inner,
  .tax-cat_product .page-header .cont__inner .cont__text .cont__text--inner {
    padding-right: 130px;
    padding-left: 110px;
  }
}
.section__overlay_information .overlay__info .cont__text h1,
.section__overlay_information .cont__inner .cont__text h1,
.tax-cat_product .page-header .overlay__info .cont__text h1,
.tax-cat_product .page-header .cont__inner .cont__text h1 {
  color: #fff;
}
.section__overlay_information .overlay__info .cont__text .text-medium,
.section__overlay_information .cont__inner .cont__text .text-medium,
.tax-cat_product .page-header .overlay__info .cont__text .text-medium,
.tax-cat_product .page-header .cont__inner .cont__text .text-medium {
  color: #fff;
  margin-bottom: 7px;
}
@media only screen and (min-width: 1024px) {
  .section__overlay_information .overlay__info .cont__text .text-medium,
  .section__overlay_information .cont__inner .cont__text .text-medium,
  .tax-cat_product .page-header .overlay__info .cont__text .text-medium,
  .tax-cat_product .page-header .cont__inner .cont__text .text-medium {
    margin-bottom: 17px;
  }
}
.section__overlay_information .overlay__info .cont__text p:not(.text-medium),
.section__overlay_information .cont__inner .cont__text p:not(.text-medium),
.tax-cat_product .page-header .overlay__info .cont__text p:not(.text-medium),
.tax-cat_product .page-header .cont__inner .cont__text p:not(.text-medium) {
  font-size: 1.067rem;
  line-height: 1.38;
  margin-bottom: 17px;
}
@media only screen and (min-width: 1024px) {
  .section__overlay_information .overlay__info .cont__text p:not(.text-medium),
  .section__overlay_information .cont__inner .cont__text p:not(.text-medium),
  .tax-cat_product .page-header .overlay__info .cont__text p:not(.text-medium),
  .tax-cat_product .page-header .cont__inner .cont__text p:not(.text-medium) {
    font-size: 1.2rem;
    line-height: 1.56;
  }
}
.section__overlay_information .overlay__info .cont__text .link__arrow,
.section__overlay_information .cont__inner .cont__text .link__arrow,
.tax-cat_product .page-header .overlay__info .cont__text .link__arrow,
.tax-cat_product .page-header .cont__inner .cont__text .link__arrow {
  color: #fff;
}
.section__overlay_information .overlay__info .cont__text .link__arrow span:after,
.section__overlay_information .cont__inner .cont__text .link__arrow span:after,
.tax-cat_product .page-header .overlay__info .cont__text .link__arrow span:after,
.tax-cat_product .page-header .cont__inner .cont__text .link__arrow span:after {
  border-color: #fff;
}
.section__overlay_information .overlay__info .cont__overlay,
.section__overlay_information .cont__inner .cont__overlay,
.tax-cat_product .page-header .overlay__info .cont__overlay,
.tax-cat_product .page-header .cont__inner .cont__overlay {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  z-index: 3;
  transform: translateY(-100%);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  overflow-y: auto;
}
@media only screen and (min-width: 1024px) {
  .section__overlay_information .overlay__info .cont__overlay,
  .section__overlay_information .cont__inner .cont__overlay,
  .tax-cat_product .page-header .overlay__info .cont__overlay,
  .tax-cat_product .page-header .cont__inner .cont__overlay {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    transform: translateY(0) translateX(100%);
  }
}
.section__overlay_information .overlay__info .cont__overlay.show,
.section__overlay_information .cont__inner .cont__overlay.show,
.tax-cat_product .page-header .overlay__info .cont__overlay.show,
.tax-cat_product .page-header .cont__inner .cont__overlay.show {
  transform: translateY(0);
}
@media only screen and (min-width: 1024px) {
  .section__overlay_information .overlay__info .cont__overlay.show,
  .section__overlay_information .cont__inner .cont__overlay.show,
  .tax-cat_product .page-header .overlay__info .cont__overlay.show,
  .tax-cat_product .page-header .cont__inner .cont__overlay.show {
    transform: translateY(0) translateX(0);
  }
}
.section__overlay_information .overlay__info .cont__overlay .cont__overlay_close,
.section__overlay_information .cont__inner .cont__overlay .cont__overlay_close,
.tax-cat_product .page-header .overlay__info .cont__overlay .cont__overlay_close,
.tax-cat_product .page-header .cont__inner .cont__overlay .cont__overlay_close {
  flex-grow: 1;
}
.section__overlay_information .overlay__info .cont__overlay .cont__overlay_content,
.section__overlay_information .cont__inner .cont__overlay .cont__overlay_content,
.tax-cat_product .page-header .overlay__info .cont__overlay .cont__overlay_content,
.tax-cat_product .page-header .cont__inner .cont__overlay .cont__overlay_content {
  width: 100%;
  height: 100%;
  background-color: #fff;
  box-shadow: -10px 4px 80px 0 rgba(0, 0, 0, 0.1);
}
@media only screen and (min-width: 1024px) {
  .section__overlay_information .overlay__info .cont__overlay .cont__overlay_content,
  .section__overlay_information .cont__inner .cont__overlay .cont__overlay_content,
  .tax-cat_product .page-header .overlay__info .cont__overlay .cont__overlay_content,
  .tax-cat_product .page-header .cont__inner .cont__overlay .cont__overlay_content {
    max-width: 960px;
    transform: translateY(0) translateX(0);
  }
}
.section__overlay_information .overlay__info .cont__overlay .cont__overlay--inner,
.section__overlay_information .cont__inner .cont__overlay .cont__overlay--inner,
.tax-cat_product .page-header .overlay__info .cont__overlay .cont__overlay--inner,
.tax-cat_product .page-header .cont__inner .cont__overlay .cont__overlay--inner {
  padding-top: 21px;
  padding-bottom: 75px;
}
@media only screen and (min-width: 1024px) {
  .section__overlay_information .overlay__info .cont__overlay .cont__overlay--inner,
  .section__overlay_information .cont__inner .cont__overlay .cont__overlay--inner,
  .tax-cat_product .page-header .overlay__info .cont__overlay .cont__overlay--inner,
  .tax-cat_product .page-header .cont__inner .cont__overlay .cont__overlay--inner {
    padding-top: 29px;
  }
}
@media only screen and (min-width: 1920px) {
  .section__overlay_information .overlay__info .cont__overlay .cont__overlay--inner .cont__close,
  .section__overlay_information .cont__inner .cont__overlay .cont__overlay--inner .cont__close,
  .tax-cat_product .page-header .overlay__info .cont__overlay .cont__overlay--inner .cont__close,
  .tax-cat_product .page-header .cont__inner .cont__overlay .cont__overlay--inner .cont__close {
    margin-right: 50px;
  }
}
.section__overlay_information .overlay__info .cont__overlay .cont__overlay--inner .cont__description,
.section__overlay_information .cont__inner .cont__overlay .cont__overlay--inner .cont__description,
.tax-cat_product .page-header .overlay__info .cont__overlay .cont__overlay--inner .cont__description,
.tax-cat_product .page-header .cont__inner .cont__overlay .cont__overlay--inner .cont__description {
  font-size: 1.067rem;
  line-height: 1.38;
  max-width: 660px;
  margin: 0 auto;
  padding-top: 9px;
}
@media only screen and (min-width: 1366px) {
  .section__overlay_information .overlay__info .cont__overlay .cont__overlay--inner .cont__description,
  .section__overlay_information .cont__inner .cont__overlay .cont__overlay--inner .cont__description,
  .tax-cat_product .page-header .overlay__info .cont__overlay .cont__overlay--inner .cont__description,
  .tax-cat_product .page-header .cont__inner .cont__overlay .cont__overlay--inner .cont__description {
    font-family: "Lora", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1rem;
    line-height: 1.38;
    text-align: left;
    color: #191919;
  }
}
@media only screen and (min-width: 1600px) {
  .section__overlay_information .overlay__info .cont__overlay .cont__overlay--inner .cont__description,
  .section__overlay_information .cont__inner .cont__overlay .cont__overlay--inner .cont__description,
  .tax-cat_product .page-header .overlay__info .cont__overlay .cont__overlay--inner .cont__description,
  .tax-cat_product .page-header .cont__inner .cont__overlay .cont__overlay--inner .cont__description {
    font-family: "Lora", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.125rem;
    line-height: 1.33;
    text-align: left;
    color: #5f5f5f;
  }
}
.section__overlay_information .overlay__info .cont__overlay .cont__overlay--inner .cont__description .title-1,
.section__overlay_information .cont__inner .cont__overlay .cont__overlay--inner .cont__description .title-1,
.tax-cat_product .page-header .overlay__info .cont__overlay .cont__overlay--inner .cont__description .title-1,
.tax-cat_product .page-header .cont__inner .cont__overlay .cont__overlay--inner .cont__description .title-1 {
  margin-bottom: 13px;
}
@media only screen and (min-width: 1366px) {
  .section__overlay_information .overlay__info .cont__overlay .cont__overlay--inner .cont__description .title-1,
  .section__overlay_information .cont__inner .cont__overlay .cont__overlay--inner .cont__description .title-1,
  .tax-cat_product .page-header .overlay__info .cont__overlay .cont__overlay--inner .cont__description .title-1,
  .tax-cat_product .page-header .cont__inner .cont__overlay .cont__overlay--inner .cont__description .title-1 {
    margin-bottom: 30px;
  }
}

.section__text_image {
  margin-top: 50px;
  margin-bottom: 60px;
}
.section__text_image .container.with_title {
  border-top: 1px solid #d4d4d4;
  padding-top: 51px;
}
.section__text_image .container.with_title > div {
  border-top: none;
  padding-top: 0;
}
@media only screen and (min-width: 1024px) {
  .section__text_image .cont__title-section h2 {
    margin-bottom: 17px;
  }
}
.section__text_image .cont__text_image {
  position: relative;
}
@media only screen and (min-width: 1024px) {
  .section__text_image .cont__text_image {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
@media only screen and (min-width: 1024px) {
  .section__text_image .cont__text_image.text-position-right {
    flex-direction: row-reverse;
  }
}
.section__text_image .cont__text_image.text-position-right.num-columns-two {
  flex-direction: row;
}
.section__text_image .cont__text_image.text-position-right.num-columns-two .cont__images {
  order: -1;
}
@media only screen and (min-width: 1024px) {
  .section__text_image .cont__text_image.text-position-right .cont__text {
    padding-right: 0;
    padding-left: 75px;
  }
  .section__text_image .cont__text_image.text-position-right .cont__text:before {
    right: 0;
    left: inherit;
  }
}
@media only screen and (min-width: 1600px) {
  .section__text_image .cont__text_image.text-position-right .cont__text {
    padding-left: 160px;
  }
}
@media only screen and (min-width: 1024px) {
  .section__text_image .cont__text_image.text-position-right.num-columns-two .cont__text {
    padding-left: 52px;
    padding-right: 0;
  }
}
.section__text_image .cont__text_image.num-columns-two {
  border-top: 1px solid #d4d4d4;
  padding-top: 51px;
}
@media only screen and (min-width: 1024px) {
  .section__text_image .cont__text_image.num-columns-two .cont__text {
    width: 33.333% !important;
    padding-right: 52px;
  }
}
.section__text_image .cont__text_image.num-columns-two .cont__text:before {
  content: none;
}
@media only screen and (min-width: 1024px) {
  .section__text_image .cont__text_image.num-columns-two .cont__images {
    width: 33.333% !important;
  }
}
.section__text_image .cont__text_image.proportion-33 {
  border-top: 1px solid #d4d4d4;
  padding-top: 51px;
}
@media only screen and (min-width: 1024px) {
  .section__text_image .cont__text_image.proportion-33 .cont__text {
    width: 33.333%;
    padding-right: 33px;
  }
}
.section__text_image .cont__text_image.proportion-33 .cont__text:before {
  content: none;
}
@media only screen and (min-width: 1024px) {
  .section__text_image .cont__text_image.proportion-33 .cont__images {
    width: 66.666%;
  }
}
.section__text_image .cont__text_image .cont__text {
  position: relative;
}
@media only screen and (min-width: 1024px) {
  .section__text_image .cont__text_image .cont__text {
    width: 50%;
    padding-right: 75px;
  }
  .section__text_image .cont__text_image .cont__text:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: calc(100% - 34px);
    height: 1px;
    background-color: #a09d9d;
  }
}
@media only screen and (min-width: 1600px) {
  .section__text_image .cont__text_image .cont__text {
    padding-right: 160px;
  }
}
.section__text_image .cont__text_image .cont__text h1 {
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 25px;
}
.section__text_image .cont__text_image .cont__text h1:before {
  content: "";
  width: 65px;
  height: 1.5px;
  background-color: #0a3c6e;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media only screen and (min-width: 768px) {
  .section__text_image .cont__text_image .cont__text h1 {
    padding-bottom: 18px;
  }
}
@media only screen and (min-width: 1600px) {
  .section__text_image .cont__text_image .cont__text h1 {
    margin-bottom: 50px;
  }
}
.section__text_image .cont__text_image .cont__text h2 {
  margin-bottom: 14px;
}
@media only screen and (min-width: 1024px) {
  .section__text_image .cont__text_image .cont__text h2 {
    margin-bottom: 7px;
  }
}
.section__text_image .cont__text_image .cont__text .text-important {
  position: relative;
  padding-bottom: 20px;
}
@media only screen and (min-width: 1366px) {
  .section__text_image .cont__text_image .cont__text .text-important {
    margin-bottom: 30px;
  }
}
.section__text_image .cont__text_image .cont__text .text-important:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 20px;
  height: 2px;
  background-color: #a0a0a0;
}
@media only screen and (min-width: 1024px) {
  .section__text_image .cont__text_image .cont__text p {
    margin-bottom: 16px;
  }
}
.section__text_image .cont__text_image .cont__images {
  position: relative;
}
@media only screen and (min-width: 1024px) {
  .section__text_image .cont__text_image .cont__images {
    width: 50%;
  }
}
.section__text_image .cont__text_image .cont__images img {
  display: block;
  width: 100%;
  object-fit: cover;
}
.section__text_image .cont__text_image .cont__images .owl-dots {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 14px;
}

.section__faq {
  margin-top: 40px;
  margin-bottom: 45px;
}
@media only screen and (min-width: 1600px) {
  .section__faq {
    margin-top: 100px;
    margin-bottom: 100px;
  }
}
@media only screen and (min-width: 1024px) {
  .section__faq .section__faq--inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 20px;
  }
}
.section__faq .section__faq--inner .cont__footer {
  font-family: "Playfair Display", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.375rem;
  line-height: 1.27;
  text-align: left;
  color: #0a3c6e;
  border-top: 2px solid #0a3c6e;
  margin-top: 63px;
  padding-top: 29px;
}
@media only screen and (min-width: 1600px) {
  .section__faq .section__faq--inner .cont__footer {
    font-family: "Playfair Display", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.75rem;
    line-height: 1.32;
    text-align: left;
    color: #0a3c6e;
    margin-top: 47px;
    padding-top: 39px;
  }
}
.section__faq .section__faq--inner .cont__left {
  max-width: 665px;
}
.section__faq .section__faq--inner .cont__left .cont__title {
  font-family: "Playfair Display", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.75rem;
  line-height: 1.25;
  text-align: left;
  color: #0a3c6e;
  margin-bottom: 20px;
}
@media only screen and (min-width: 1600px) {
  .section__faq .section__faq--inner .cont__left .cont__title {
    font-family: "Playfair Display", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.75rem;
    line-height: 1.32;
    text-align: left;
    color: #0a3c6e;
    margin-bottom: 23px;
  }
}
.section__faq .section__faq--inner .cont__left .cont__description {
  margin-bottom: -15px;
}
@media only screen and (min-width: 1024px) {
  .section__faq .section__faq--inner .cont__left .cont__description {
    margin-bottom: 0;
  }
}
.section__faq .section__faq--inner .cont__left .cont__footer {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .section__faq .section__faq--inner .cont__left .cont__footer {
    display: block;
  }
}
@media only screen and (min-width: 1024px) {
  .section__faq .section__faq--inner .cont__right .cont__questions {
    margin-top: -30px;
  }
}
.section__faq .section__faq--inner .cont__right .cont__questions .cont__question h3 {
  position: relative;
  font-family: "Playfair Display", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.375rem;
  line-height: 1.27;
  text-align: left;
  color: #0a3c6e;
  margin: 50px 0 22px;
  padding-right: 45px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.section__faq .section__faq--inner .cont__right .cont__questions .cont__question h3:before {
  content: "\e912";
  z-index: 0;
  position: absolute;
  justify-content: center;
  align-items: center;
  font-family: "todanelo";
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  -webkit-font-smoothing: antialiased;
  font-size: 28px;
  top: -7px;
  right: 0;
}
@media only screen and (min-width: 1600px) {
  .section__faq .section__faq--inner .cont__right .cont__questions .cont__question h3 {
    font-family: "Playfair Display", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.375rem;
    line-height: 1.32;
    text-align: left;
    color: #0a3c6e;
    margin: 53px 0 22px;
  }
}
.section__faq .section__faq--inner .cont__right .cont__questions .cont__question h3.active:before {
  content: "\e912";
  z-index: 0;
  position: absolute;
  justify-content: center;
  align-items: center;
  font-family: "todanelo";
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  -webkit-font-smoothing: antialiased;
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
}
.section__faq .section__faq--inner .cont__right .cont__questions .cont__question h3:hover {
  color: #0a3c6e;
}
.section__faq .section__faq--inner .cont__right .cont__questions .cont__question .cont__content {
  display: none;
}
.section__faq .section__faq--inner .cont__right .cont__questions .cont__question .cont__content p {
  margin-bottom: 13px;
}
@media only screen and (min-width: 1600px) {
  .section__faq .section__faq--inner .cont__right .cont__questions .cont__question .cont__content p {
    margin-bottom: 20px;
  }
}
.section__faq .section__faq--inner .cont__right .cont__questions .cont__question .cont__content p:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 1024px) {
  .section__faq .section__faq--inner .cont__right .cont__footer {
    display: none;
  }
}

.section__hero-image-video {
  position: relative;
  min-height: 100vh;
  background: #000;
}
.section__hero-image-video.center .cont__info {
  text-align: center;
  top: inherit;
  bottom: 11px;
  transform: none;
}
@media only screen and (min-width: 1279px) {
  .section__hero-image-video.center .cont__info {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 57px;
  }
}
@media only screen and (min-width: 1920px) {
  .section__hero-image-video.center .cont__info {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
}
.section__hero-image-video.center .cont__info .cont__title {
  padding-bottom: 0;
}
@media only screen and (min-width: 1279px) {
  .section__hero-image-video.center .cont__info .cont__title {
    padding-bottom: 22px;
    margin: 0;
  }
}
.section__hero-image-video.center .cont__info .cont__title span {
  font-size: 25px;
  line-height: 1.2;
  letter-spacing: 5px;
}
@media only screen and (min-width: 1279px) {
  .section__hero-image-video.center .cont__info .cont__title span {
    font-size: 67px;
    line-height: 1.04;
    letter-spacing: 13.4px;
  }
}
.section__hero-image-video .cont__video {
  display: none;
}
@media only screen and (min-width: 768px) {
  .section__hero-image-video .cont__video {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.section__hero-image-video .cont__video #myVideo {
  max-height: 100vh;
  width: 100%;
  object-fit: cover;
}
@media only screen and (min-width: 1279px) {
  .section__hero-image-video .cont__video #myVideo {
    min-height: 550px;
  }
}
.section__hero-image-video .cont--video--iframe {
  background-color: #000;
}
.section__hero-image-video .cont--video--iframe.active {
  display: flex !important;
}
.section__hero-image-video .cont--video--iframe .close-video {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-end;
}
@media only screen and (min-width: 768px) {
  .section__hero-image-video .cont--video--iframe .close-video {
    top: 25px;
  }
}
.section__hero-image-video .cont--video--iframe .close-video .icn-close {
  width: 40px;
  height: 40px;
  cursor: pointer;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 768px) {
  .section__hero-image-video .cont--video--iframe .close-video .icn-close {
    width: 48px;
    height: 48px;
  }
}
.section__hero-image-video .cont--video--iframe .close-video .icn-close:before {
  content: "\e908";
  z-index: 0;
  position: absolute;
  justify-content: center;
  align-items: center;
  font-family: "todanelo";
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  -webkit-font-smoothing: antialiased;
  font-size: 10px;
  color: #000;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (min-width: 1279px) {
  .section__hero-image-video .cont--video--iframe .close-video .icn-close:before {
    font-size: 15px;
  }
}
@media only screen and (min-width: 1600px) {
  .section__hero-image-video .cont--video--iframe .close-video .icn-close:before {
    font-size: 14px;
  }
}
.section__hero-image-video .cont--video--iframe .close-video .icn-close:hover {
  background-color: #0a3c6e;
}
.section__hero-image-video .cont__image img {
  display: block;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .section__hero-image-video .cont__image .image__mobile {
    display: none;
  }
}
.section__hero-image-video .cont__image .image__desktop {
  display: none;
  /*position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;*/
}
@media only screen and (min-width: 768px) {
  .section__hero-image-video .cont__image .image__desktop {
    display: block;
  }
}
.section__hero-image-video .cont__info {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (min-width: 1920px) {
  .section__hero-image-video .cont__info {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
  }
}
.section__hero-image-video .cont__info .cont__title {
  padding-bottom: 3px;
}
@media only screen and (min-width: 1279px) {
  .section__hero-image-video .cont__info .cont__title {
    margin-bottom: -29px;
  }
}
.section__hero-image-video .cont__info .cont__title span {
  font-family: "Lora", serif;
  font-weight: 700;
  font-style: normal;
  font-size: 90px;
  line-height: 0.89;
  letter-spacing: 1.35px;
  color: #fff;
}
@media only screen and (min-width: 1279px) {
  .section__hero-image-video .cont__info .cont__title span {
    font-size: 160px;
    letter-spacing: 3px;
  }
}
.section__hero-image-video .cont__info .cont__subtitle {
  padding-bottom: 14px;
}
.section__hero-image-video .cont__info .cont__subtitle span {
  font-family: "Lora", serif;
  font-weight: 700;
  font-style: normal;
  font-size: 30px;
  line-height: normal;
  letter-spacing: 0.45px;
  color: #0a3c6e;
}
@media only screen and (min-width: 1279px) {
  .section__hero-image-video .cont__info .cont__subtitle span {
    font-size: 99.3px;
    letter-spacing: 1.49px;
  }
}
.section__hero-image-video .cont__info .cont__link-video span {
  font-family: "Lora", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 12px;
  line-height: normal;
  letter-spacing: 0.18px;
  text-transform: uppercase;
  color: #0a3c6e;
  cursor: pointer;
  background-image: linear-gradient(120deg, #0a3c6e 0%, #0a3c6e 100%);
  background-repeat: no-repeat;
  background-size: 0 65%;
  background-position: 0 110%;
  transition: background-size 0.4s ease-in;
  background-image: linear-gradient(120deg, #000 0%, #000 100%);
}
.section__hero-image-video .cont__info .cont__link-video span:hover {
  background-size: 100% 65%;
}
@media only screen and (min-width: 1279px) {
  .section__hero-image-video .cont__info .cont__link-video span {
    font-size: 15px;
    letter-spacing: 0.23px;
  }
}

.cont--video--iframe {
  opacity: 0;
  z-index: -1;
}
.cont--video--iframe.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  overflow-y: auto;
  background-color: #fff;
}
.cont--video--iframe.overlay.active {
  z-index: 999;
}
.cont--video--iframe.active {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  opacity: 1;
}
.cont--video--iframe iframe {
  width: calc(100vw - 50px);
  height: calc(100vh - 156px);
}
@media only screen and (min-width: 1024px) {
  .cont--video--iframe iframe {
    width: calc(100vw - 200px);
    height: calc(100vh - 200px);
  }
}

.section__text-full {
  margin-top: 50px;
  margin-bottom: 50px;
}
@media only screen and (min-width: 768px) {
  .section__text-two-columns .cont__columns {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 40px;
  }
}
@media only screen and (min-width: 768px) and (min-width: 1279px) {
  .section__text-two-columns .cont__columns {
    column-gap: 80px;
  }
}
@media only screen and (min-width: 768px) and (min-width: 1600px) {
  .section__text-two-columns .cont__columns {
    column-gap: 100px;
  }
}
.section__text-two-columns .cont__columns .cont__column p:last-child {
  margin-bottom: 0;
}

.section__featured-pages {
  margin-top: 20px;
  margin-bottom: 28px;
}
@media only screen and (min-width: 1024px) {
  .section__featured-pages {
    margin-top: 35px;
    margin-bottom: 57px;
  }
}
.section__featured-pages .cont__featured_pages {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (min-width: 1600px) {
  .section__featured-pages .cont__featured_pages {
    display: block;
  }
}
.section__featured-pages .cont__featured_pages::after {
  content: "";
  display: block;
  clear: both;
}
.section__featured-pages .cont__featured_pages .cont__featured_page {
  width: calc(100% + 40px);
  margin-left: -20px;
  margin-right: -20px;
  margin-bottom: 25px;
  padding: 0;
  overflow: hidden;
  max-height: 320px;
  height: 100%;
}
@media only screen and (min-width: 768px) {
  .section__featured-pages .cont__featured_pages .cont__featured_page {
    width: 50%;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1279px) {
  .section__featured-pages .cont__featured_pages .cont__featured_page {
    max-height: 240px;
  }
}
@media only screen and (min-width: 1600px) {
  .section__featured-pages .cont__featured_pages .cont__featured_page {
    margin-bottom: 45px;
    max-height: 350px;
  }
}
@media only screen and (min-width: 768px) {
  .section__featured-pages .cont__featured_pages .cont__featured_page:nth-child(1) {
    padding-right: 10px;
  }
}
@media only screen and (min-width: 1600px) {
  .section__featured-pages .cont__featured_pages .cont__featured_page:nth-child(1) {
    float: left;
    width: 58.33333333%;
    padding-right: 25px;
  }
}
@media only screen and (min-width: 768px) {
  .section__featured-pages .cont__featured_pages .cont__featured_page:nth-child(2) {
    padding-left: 10px;
  }
}
@media only screen and (min-width: 1600px) {
  .section__featured-pages .cont__featured_pages .cont__featured_page:nth-child(2) {
    float: right;
    width: 41.66666667%;
    padding-left: 25px;
  }
}
@media only screen and (min-width: 768px) {
  .section__featured-pages .cont__featured_pages .cont__featured_page:nth-child(3) {
    padding-right: 10px;
  }
}
@media only screen and (min-width: 1600px) {
  .section__featured-pages .cont__featured_pages .cont__featured_page:nth-child(3) {
    float: left;
    width: 33.33333333%;
    padding-right: 25px;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 768px) {
  .section__featured-pages .cont__featured_pages .cont__featured_page:nth-child(4) {
    padding-left: 10px;
  }
}
@media only screen and (min-width: 1600px) {
  .section__featured-pages .cont__featured_pages .cont__featured_page:nth-child(4) {
    float: left;
    width: 33.33333333%;
    padding-left: 25px;
    padding-right: 25px;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 768px) {
  .section__featured-pages .cont__featured_pages .cont__featured_page:nth-child(5) {
    padding-right: 10px;
  }
}
@media only screen and (min-width: 1600px) {
  .section__featured-pages .cont__featured_pages .cont__featured_page:nth-child(5) {
    float: left;
    width: 33.33333333%;
    height: 153px;
    padding-left: 25px;
  }
}
@media only screen and (min-width: 768px) {
  .section__featured-pages .cont__featured_pages .cont__featured_page:nth-child(6) {
    padding-left: 10px;
  }
}
@media only screen and (min-width: 1600px) {
  .section__featured-pages .cont__featured_pages .cont__featured_page:nth-child(6) {
    float: left;
    width: 33.33333333%;
    height: 153px;
    padding-left: 25px;
    margin-bottom: 0;
  }
}
.section__featured-pages .cont__featured_pages .cont__featured_page a {
  display: block;
  position: relative;
  height: 100%;
}
.section__featured-pages .cont__featured_pages .cont__featured_page a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: #004a91;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.section__featured-pages .cont__featured_pages .cont__featured_page a:hover:before {
  opacity: 0.35;
}
.section__featured-pages .cont__featured_pages .cont__featured_page a:hover .cont__color {
  opacity: 0.8;
}
.section__featured-pages .cont__featured_pages .cont__featured_page .cont__image {
  height: 100%;
}
.section__featured-pages .cont__featured_pages .cont__featured_page .cont__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 320px;
}
@media only screen and (min-width: 1279px) {
  .section__featured-pages .cont__featured_pages .cont__featured_page .cont__image img {
    min-height: 240px;
  }
}
@media only screen and (min-width: 1600px) {
  .section__featured-pages .cont__featured_pages .cont__featured_page .cont__image img {
    min-height: 350px;
  }
}
.section__featured-pages .cont__featured_pages .cont__featured_page .cont__color {
  min-height: 159px;
  max-height: 159px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.section__featured-pages .cont__featured_pages .cont__featured_page .cont__info {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 26px 20px;
}
@media only screen and (min-width: 1279px) {
  .section__featured-pages .cont__featured_pages .cont__featured_page .cont__info {
    padding: 24px 35px 28px;
  }
}
.section__featured-pages .cont__featured_pages .cont__featured_page .cont__info .cont__title {
  position: relative;
  font-family: "Playfair Display", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.875rem;
  line-height: 1.33;
  color: #fff;
  padding-bottom: 10px;
}
.section__featured-pages .cont__featured_pages .cont__featured_page .cont__info .cont__title:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 52px;
  height: 1px;
  background-color: #fff;
}
@media only screen and (min-width: 1279px) {
  .section__featured-pages .cont__featured_pages .cont__featured_page .cont__info .cont__title {
    position: relative;
    font-family: "Playfair Display", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 2.5rem;
    line-height: 1.33;
    color: #fff;
    padding-bottom: 10px;
  }
  .section__featured-pages .cont__featured_pages .cont__featured_page .cont__info .cont__title:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 64px;
    height: 1px;
    background-color: #fff;
  }
}
.section__featured-pages .cont__featured_pages .cont__featured_page .cont__info .cont__link {
  font-size: 1.125rem;
  line-height: 1.11;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  column-gap: 12px;
}
.section__featured-pages .cont__featured_pages .cont__featured_page .cont__info .cont__link .icon-plus {
  font-size: 25px;
}
@media only screen and (min-width: 1279px) {
  .section__featured-pages .cont__featured_pages .cont__featured_page .cont__info .cont__link .icon-plus {
    font-size: 21px;
  }
}

.section__legal-news-articles > .container {
  display: grid;
  row-gap: 50px;
}
@media only screen and (min-width: 1024px) {
  .section__legal-news-articles > .container {
    grid-template-columns: 1fr 1fr;
    column-gap: 25px;
  }
}
@media only screen and (min-width: 1279px) {
  .section__legal-news-articles > .container {
    column-gap: 50px;
  }
}

.section__article .cont__title-section,
.section__legal-news .cont__title-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #d4d4d4;
  padding-top: 17px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .section__article .cont__title-section,
  .section__legal-news .cont__title-section {
    padding-top: 10px;
    margin-bottom: 40px;
  }
}
.section__article .cont__title-section h2,
.section__legal-news .cont__title-section h2 {
  font-size: 22px;
  line-height: 1.27;
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .section__article .cont__title-section h2,
  .section__legal-news .cont__title-section h2 {
    font-size: 28px;
    line-height: 1.32;
  }
}
.section__article .cont__title-section a,
.section__legal-news .cont__title-section a {
  font-size: 25px;
  color: #0a3c6e;
}
.section__article .cont__posts,
.section__legal-news .cont__posts {
  display: grid;
  row-gap: 50px;
}
@media only screen and (min-width: 768px) {
  .section__article .cont__posts,
  .section__legal-news .cont__posts {
    grid-template-columns: 1fr 1fr;
    column-gap: 25px;
  }
}
@media only screen and (min-width: 1279px) {
  .section__article .cont__posts,
  .section__legal-news .cont__posts {
    column-gap: 50px;
  }
}
.section__article .cont__posts .cont__post .cont--inner a:hover .cont--post-image,
.section__legal-news .cont__posts .cont__post .cont--inner a:hover .cont--post-image {
  opacity: 0.5;
}
.section__article .cont__posts .cont__post .cont--inner a .cont--post-image,
.section__legal-news .cont__posts .cont__post .cont--inner a .cont--post-image {
  margin: 0 -20px 12px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (min-width: 768px) {
  .section__article .cont__posts .cont__post .cont--inner a .cont--post-image,
  .section__legal-news .cont__posts .cont__post .cont--inner a .cont--post-image {
    margin: 0 0 12px;
  }
}
.section__article .cont__posts .cont__post .cont--inner a .cont--post-image img,
.section__legal-news .cont__posts .cont__post .cont--inner a .cont--post-image img {
  width: 100%;
}
@media only screen and (min-width: 1600px) {
  .section__article .cont__posts .cont__post .cont--inner a .cont--post-image img,
  .section__legal-news .cont__posts .cont__post .cont--inner a .cont--post-image img {
    max-height: 229px;
    object-fit: cover;
  }
}
.section__article .cont__posts .cont__post .cont--inner a .cont--post-date,
.section__legal-news .cont__posts .cont__post .cont--inner a .cont--post-date {
  font-size: 15px;
  margin-bottom: 5px;
  color: #696969;
}
@media only screen and (min-width: 768px) {
  .section__article .cont__posts .cont__post .cont--inner a .cont--post-date,
  .section__legal-news .cont__posts .cont__post .cont--inner a .cont--post-date {
    font-size: 16px;
    margin-bottom: 8px;
  }
}
.section__article .cont__posts .cont__post .cont--inner a .cont--post-title h3,
.section__legal-news .cont__posts .cont__post .cont--inner a .cont--post-title h3 {
  font-size: 22px;
  margin-bottom: 0;
}

.section__services {
  color: #fff;
  padding-top: 50px;
  padding-bottom: 50px;
  margin-top: 50px;
  margin-bottom: 50px;
}
@media only screen and (min-width: 1024px) {
  .section__services {
    padding-top: 68px;
    padding-bottom: 120px;
  }
}
@media only screen and (min-width: 1279px) {
  .section__services {
    margin-top: 100px;
    margin-bottom: 80px;
  }
}
@media only screen and (min-width: 1600px) {
  .section__services .cont__section-title {
    padding-right: 166px;
    padding-left: 115px;
  }
}
.section__services .cont__section-title h2 {
  font-size: 28px;
  line-height: 1.32;
  color: #fff;
  margin-bottom: 35px;
}
@media only screen and (min-width: 768px) {
  .section__services .cont__section-title h2 {
    font-size: 50px;
    line-height: 1.2;
  }
}
@media only screen and (min-width: 1024px) {
  .section__services .cont__section-title h2 {
    font-size: 60px;
    margin-bottom: 59px;
  }
}
.section__services .columns {
  display: grid;
  row-gap: 45px;
}
@media only screen and (min-width: 1024px) {
  .section__services .columns {
    grid-template-columns: 1fr 1fr;
    column-gap: 40px;
  }
}
@media only screen and (min-width: 1279px) {
  .section__services .columns {
    column-gap: 81px;
  }
}
@media only screen and (min-width: 1600px) {
  .section__services .columns {
    padding-right: 166px;
    padding-left: 110px;
    column-gap: 98px;
  }
}
.section__services .columns .column .cont__title {
  font-size: 22px;
  line-height: 1.32;
  padding-bottom: 8px;
  margin-bottom: 25px;
  border-bottom: 1px solid #fff;
}
@media only screen and (min-width: 768px) {
  .section__services .columns .column .cont__title {
    font-size: 34px;
    line-height: 1.33;
    padding-bottom: 8px;
    margin-bottom: 42px;
  }
}
@media only screen and (min-width: 1279px) {
  .section__services .columns .column .cont__title {
    font-size: 2.532rem;
    line-height: 1.27;
  }
}
.section__services .columns .column .cont__text ul {
  font-size: 18px;
  color: #fff;
  display: grid;
  row-gap: 16px;
  margin-bottom: 33px;
  padding-left: 25px;
}
@media only screen and (min-width: 1024px) {
  .section__services .columns .column .cont__text ul {
    font-size: 22px;
  }
}
@media only screen and (min-width: 1279px) {
  .section__services .columns .column .cont__text ul {
    font-size: 1.857rem;
    line-height: 1.32;
    margin-bottom: 60px;
    row-gap: 28px;
  }
}
.section__services .columns .column .cont__link a {
  display: block;
  text-align: center;
  color: #fff;
  border: 1px solid #fff;
  padding: 12px 25px;
  margin-top: 23px;
  width: fit-content;
}
@media only screen and (min-width: 1024px) {
  .section__services .columns .column .cont__link a {
    min-width: 291px;
  }
}
.section__services .columns .column .cont__link a:hover {
  text-decoration: underline;
}

.section__success_cases {
  margin-top: 50px;
}
@media only screen and (min-width: 1279px) {
  .section__success_cases {
    margin-top: 80px;
  }
}
.section__success_cases .cont__section-title h2 {
  position: relative;
  font-size: 28px;
  line-height: 1.32;
  padding-bottom: 16px;
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  .section__success_cases .cont__section-title h2 {
    font-size: 40px;
    line-height: 1.33;
  }
}
.section__success_cases .cont__section-title h2:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 65px;
  height: 1px;
  background-color: #0a3c6e;
}
.section__success_cases .cont__success_cases .cont__success_case {
  border-bottom: 1px solid #0a3c6e;
  padding: 20px 0;
}
.section__success_cases .cont__success_cases .cont__success_case:first-child {
  border-top: 1px solid #0a3c6e;
}
@media only screen and (min-width: 1024px) {
  .section__success_cases .cont__success_cases .cont__success_case .cont__header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.section__success_cases .cont__success_cases .cont__success_case .cont__header .cont__left {
  margin-bottom: 20px;
}
@media only screen and (min-width: 1024px) {
  .section__success_cases .cont__success_cases .cont__success_case .cont__header .cont__left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    width: 59%;
  }
}
.section__success_cases .cont__success_cases .cont__success_case .cont__header .cont__left .pre_title {
  font-size: 14px;
  line-height: 1.86;
  text-transform: uppercase;
  color: #a09d9d;
}
@media only screen and (min-width: 1920px) {
  .section__success_cases .cont__success_cases .cont__success_case .cont__header .cont__left h2 {
    font-size: 30px;
    line-height: 1.27;
  }
}
.section__success_cases .cont__success_cases .cont__success_case .cont__header .cont__left .view-more {
  display: inline-block;
  font-family: "Lora", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.125rem;
  line-height: 1;
  font-style: italic;
  text-decoration: none;
  border: none;
  border-bottom: 1px solid #979797;
  border-radius: 0;
  padding-bottom: 0;
  color: #5f5f5f;
  background-color: transparent;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  outline: none;
  padding-left: 0px;
  padding-right: 30px;
  padding-bottom: 2px;
  cursor: pointer;
  width: fit-content;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  flex-grow: 1;
}
.section__success_cases .cont__success_cases .cont__success_case .cont__header .cont__left .view-more:hover {
  text-decoration: none;
  color: #0a3c6e;
  border-color: #0a3c6e;
}
.section__success_cases .cont__success_cases .cont__success_case .cont__header .cont__left .view-more:disabled {
  opacity: 0.7;
}
@media only screen and (min-width: 1024px) {
  .section__success_cases .cont__success_cases .cont__success_case .cont__header img {
    width: 39%;
  }
}
.section__success_cases .cont__success_cases .cont__success_case .cont__content {
  display: none;
}
.section__success_cases .cont__success_cases .cont__success_case .cont__content .cont__columns {
  margin-top: 30px;
  margin-bottom: 40px;
}
@media only screen and (min-width: 1024px) {
  .section__success_cases .cont__success_cases .cont__success_case .cont__content .cont__columns {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 20px;
  }
}
@media only screen and (min-width: 1279px) {
  .section__success_cases .cont__success_cases .cont__success_case .cont__content .cont__columns {
    column-gap: 40px;
  }
}
.section__success_cases .cont__success_cases .cont__success_case .cont__content .cont__columns .cont__column ul {
  margin-top: 0;
}
.section__success_cases .cont__success_cases .cont__success_case .cont__content .view-less {
  display: inline-block;
  font-family: "Lora", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.125rem;
  line-height: 1;
  font-style: italic;
  text-decoration: none;
  border: none;
  border-bottom: 1px solid #979797;
  border-radius: 0;
  padding-bottom: 0;
  color: #5f5f5f;
  background-color: transparent;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  outline: none;
  padding-left: 0px;
  padding-right: 30px;
  padding-bottom: 2px;
  cursor: pointer;
  margin-bottom: 30px;
}
.section__success_cases .cont__success_cases .cont__success_case .cont__content .view-less:hover {
  text-decoration: none;
  color: #0a3c6e;
  border-color: #0a3c6e;
}
.section__success_cases .cont__success_cases .cont__success_case .cont__content .view-less:disabled {
  opacity: 0.7;
}

.section__text_icons {
  margin-bottom: 50px;
}
@media only screen and (min-width: 1600px) {
  .section__text_icons {
    margin-bottom: 100px;
  }
}
.section__text_icons .cont__section-title h2 {
  margin-bottom: 17px;
}
.section__text_icons .cont__columns {
  margin-bottom: 20px;
}
@media only screen and (min-width: 1024px) {
  .section__text_icons .cont__columns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 1024px) {
  .section__text_icons .cont__columns .cont__left {
    width: 30%;
  }
}
@media only screen and (min-width: 1600px) {
  .section__text_icons .cont__columns .cont__left {
    width: 22%;
  }
}
@media only screen and (min-width: 1024px) {
  .section__text_icons .cont__columns .cont__right {
    width: 66%;
  }
}
@media only screen and (min-width: 1600px) {
  .section__text_icons .cont__columns .cont__right {
    width: 75%;
  }
}
.section__text_icons .cont__columns .cont__right .cont__icons {
  display: grid;
  grid-template-columns: 1fr 1fr;
  row-gap: 35px;
}
@media only screen and (min-width: 768px) {
  .section__text_icons .cont__columns .cont__right .cont__icons {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media only screen and (min-width: 1600px) {
  .section__text_icons .cont__columns .cont__right .cont__icons {
    grid-template-columns: repeat(8, 1fr);
  }
}
.section__text_icons .cont__columns .cont__right .cont__icons .cont__icon .item-icon img {
  display: block;
  width: 57px;
  margin: 0 auto 10px;
}
@media only screen and (min-width: 1024px) {
  .section__text_icons .cont__columns .cont__right .cont__icons .cont__icon .item-icon img {
    width: 90px;
    margin-bottom: 20px;
  }
}
.section__text_icons .cont__columns .cont__right .cont__icons .cont__icon .item-title {
  font-size: 20px;
  line-height: 22px;
  text-align: center;
  color: #a0a0a0;
}
@media only screen and (min-width: 1024px) {
  .section__text_icons .cont__columns .cont__right .cont__icons .cont__icon .item-title {
    font-size: 21px;
    line-height: 24px;
  }
}
@media only screen and (min-width: 1024px) {
  .section__text_icons .cont__video video {
    max-width: 585px;
  }
}

.section__logos .cont__logos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  column-gap: 30px;
  row-gap: 20px;
  align-items: center;
}
.section__logos .cont__logos .cont__logo a img {
  max-width: 250px;
  max-height: 212px;
  object-fit: contain;
}

.cont__related-team {
  border-top: solid 1px #d4d4d4;
  padding-top: 25px;
  margin-top: 25px;
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .cont__related-team {
    margin-top: 0;
  }
}
@media only screen and (min-width: 1600px) {
  .cont__related-team {
    padding-top: 16px;
  }
}
.cont__related-team h2 {
  font-size: 22px;
  line-height: 1.27;
  color: #0a3c6e;
  margin-bottom: 45px;
}
@media only screen and (min-width: 768px) {
  .cont__related-team h2 {
    font-size: 28px;
    line-height: 1.32;
  }
}
@media only screen and (min-width: 1024px) {
  .cont__related-team h2 {
    margin-bottom: 18px;
  }
}
.cont__related-team .related-team-list {
  display: grid;
  row-gap: 30px;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 20px;
}
@media only screen and (min-width: 768px) {
  .cont__related-team .related-team-list {
    grid-template-columns: repeat(4, minmax(0, 254px));
  }
}
.cont__related-team .related-team-list .related-team-item a {
  display: block;
}
.cont__related-team .related-team-list .related-team-item img {
  width: 100%;
}
.cont__related-team .related-team-list .related-team-item h3 {
  font-size: 18px;
  line-height: 1.33;
  color: #5f5f5f;
  margin-top: 15px;
  margin-bottom: 0;
}
.cont__related-team .related-team-list .related-team-item h3:hover {
  text-decoration: underline;
}
.cont__related-team .related-team-list .related-team-item .team-jerarquia {
  font-family: "Lora", serif;
  font-weight: 700;
  font-style: normal;
  font-size: 18px;
  color: #0a3c6e;
}

.single-team #section-title {
  margin-bottom: 25px;
}
@media only screen and (min-width: 1600px) {
  .single-team #section-title {
    margin-bottom: 50px;
  }
}
.single-team #section-title .section-inner .zone-title h1.title span {
  display: inline-block;
  position: relative;
  color: #9b9b9b;
  padding-left: 10px;
}
@media only screen and (min-width: 768px) {
  .single-team #section-title .section-inner .zone-title h1.title span {
    margin-left: 25px;
    padding-left: 25px;
  }
}
.single-team #section-title .section-inner .zone-title h1.title span:before {
  content: "|";
  position: absolute;
  left: -2px;
}
.single-team #section-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column-reverse;
}
@media only screen and (min-width: 1024px) {
  .single-team #section-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 50px;
  }
}
.single-team #section-content .cont__info--left {
  display: flex;
  flex-direction: column;
}
.single-team #section-content .cont__info--left .cont__info--top .cont__resumen-cv {
  font-size: 16px;
  line-height: 1.38;
  color: #191919;
  margin-bottom: 5px;
}
@media only screen and (min-width: 1024px) {
  .single-team #section-content .cont__info--left .cont__info--top .cont__resumen-cv {
    font-size: 22px;
    line-height: 1.09;
    color: #4a4a4a;
  }
}
.single-team #section-content .cont__info--left .cont__info--top .cont__idioma {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  column-gap: 4px;
}
.single-team #section-content .cont__info--left .cont__info--top .cont__idioma .cont__title {
  font-size: 15px;
  font-style: italic;
  color: #5f5f5f;
}
.single-team #section-content .cont__info--left .cont__info--top .cont__idioma .cont__langs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  column-gap: 4px;
}
.single-team #section-content .cont__info--left .cont__info--top .cont__idioma .cont__langs .cont__lang {
  font-size: 15px;
  font-style: italic;
  color: #5f5f5f;
}
.single-team #section-content .cont__info--left .cont__info--top .cont__idioma .cont__langs .cont__lang:after {
  content: ",";
}
.single-team #section-content .cont__info--left .cont__info--top .cont__idioma .cont__langs .cont__lang:last-child:after {
  content: ".";
}
.single-team #section-content .cont__info--left .cont__info--bottom {
  display: grid;
  row-gap: 35px;
  flex-grow: 1;
  margin-top: 35px;
}
@media only screen and (min-width: 768px) {
  .single-team #section-content .cont__info--left .cont__info--bottom {
    grid-template-columns: 1fr 1fr;
    column-gap: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .single-team #section-content .cont__info--left .cont__info--bottom .cont__left {
    padding-bottom: 25px;
    border-bottom: solid 1px #d4d4d4;
  }
}
.single-team #section-content .cont__info--left .cont__info--bottom .cont__left h2 {
  font-size: 22px;
  line-height: 1.27;
  margin-bottom: 25px;
}
@media only screen and (min-width: 1024px) {
  .single-team #section-content .cont__info--left .cont__info--bottom .cont__left h2 {
    font-size: 28px;
    line-height: 1.32;
  }
}
.single-team #section-content .cont__info--left .cont__info--bottom .cont__left > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  column-gap: 5px;
}
.single-team #section-content .cont__info--left .cont__info--bottom .cont__left .cont__mail a {
  font-size: 16px;
  line-height: 1.38;
  color: #191919;
}
.single-team #section-content .cont__info--left .cont__info--bottom .cont__left .cont__download {
  margin-top: 45px;
  max-width: 575px;
}
.single-team #section-content .cont__info--left .cont__info--bottom .cont__left .cont__download .cont__text-info {
  width: 100%;
  margin-bottom: 45px;
}
@media only screen and (min-width: 768px) {
  .single-team #section-content .cont__info--left .cont__info--bottom .cont__left .cont__download .cont__text-info {
    margin-right: 85px;
  }
}
.single-team #section-content .cont__info--left .cont__info--bottom .cont__left .cont__download .cont__text-info strong {
  font-size: 18px;
  color: #0a3c6e;
}
.single-team #section-content .cont__info--left .cont__info--bottom .cont__left .cont__download .cont__download-items {
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  column-gap: 50px;
}
@media only screen and (min-width: 768px) {
  .single-team #section-content .cont__info--left .cont__info--bottom .cont__left .cont__download .cont__download-items {
    column-gap: 85px;
  }
}
.single-team #section-content .cont__info--left .cont__info--bottom .cont__left .cont__download .cont__download-items a {
  font-size: 14px;
  color: #5f5f5f;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  height: 100%;
}
.single-team #section-content .cont__info--left .cont__info--bottom .cont__left .cont__download .cont__download-items a:hover span {
  text-decoration: underline;
}
.single-team #section-content .cont__info--left .cont__info--bottom .cont__left .cont__download .cont__download-items a img {
  width: 65px;
  flex-grow: 1;
}
.single-team #section-content .cont__info--left .cont__info--bottom .cont__left .cont__download .cont__download-items a i {
  font-size: 46px;
  width: 60px;
  height: 60px;
  background-color: #0a3c6e;
  color: #fff;
  border-radius: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 1024px) {
  .single-team #section-content .cont__info--left .cont__info--bottom .cont__right {
    padding-bottom: 25px;
    border-bottom: solid 1px #d4d4d4;
  }
}
.single-team #section-content .cont__info--left .cont__info--bottom .cont__right .cont__areas_de_practica h2 {
  font-size: 22px;
  line-height: 1.27;
  margin-bottom: 25px;
}
@media only screen and (min-width: 1024px) {
  .single-team #section-content .cont__info--left .cont__info--bottom .cont__right .cont__areas_de_practica h2 {
    font-size: 28px;
    line-height: 1.32;
  }
}
.single-team #section-content .cont__info--left .cont__info--bottom .cont__right .cont__areas_de_practica .subareas-de-practica .field-items {
  display: grid;
  row-gap: 15px;
}
@media only screen and (min-width: 768px) {
  .single-team #section-content .cont__info--left .cont__info--bottom .cont__right .cont__areas_de_practica .subareas-de-practica .field-items {
    row-gap: 20px;
  }
}
.single-team #section-content .cont__info--left .cont__info--bottom .cont__right .cont__areas_de_practica .subareas-de-practica .field-items .cont__expertise.is_parent a {
  font-family: "Lora", serif;
  font-weight: 700;
  font-style: normal;
}
.single-team #section-content .cont__info--left .cont__info--bottom .cont__right .cont__areas_de_practica .subareas-de-practica .field-items .cont__expertise a {
  font-size: 17px;
  color: #5f5f5f;
}
@media only screen and (min-width: 1024px) {
  .single-team #section-content .cont__info--left .cont__info--bottom .cont__right .cont__areas_de_practica .subareas-de-practica .field-items .cont__expertise a {
    font-size: 19px;
  }
}
.single-team #section-content .cont__info--left .cont__info--bottom .cont__right .cont__areas_de_practica .subareas-de-practica .field-items .cont__expertise a:hover {
  text-decoration: underline;
}
.single-team #section-content .cont__info--right {
  margin-bottom: 25px;
}
@media only screen and (min-width: 1024px) {
  .single-team #section-content .cont__info--right {
    margin-bottom: 0;
  }
}
.single-team #section-content .cont__info--right .cont__img img {
  display: block;
  width: 100%;
}
.single-team .content-team {
  margin-top: 25px;
  margin-bottom: 65px;
}
@media only screen and (min-width: 1024px) {
  .single-team .content-team {
    margin-top: 85px;
  }
}
.single-team .content-team h2 {
  font-size: 22px;
  line-height: 1.27;
  margin-top: 35px;
  border-top: 1.5px solid #d4d4d4;
  padding-top: 20px;
}
@media only screen and (min-width: 1024px) {
  .single-team .content-team h2 {
    font-size: 28px;
    line-height: 1.32;
    padding-top: 0;
    border-top: none;
  }
}
@media only screen and (min-width: 1024px) {
  .single-team .content-team .cont__inner {
    column-count: 4;
    column-gap: 50px;
  }
}
.single-team .content-team ul {
  display: grid;
  row-gap: 20px;
  padding-left: 20px;
  list-style: none;
}
.single-team .content-team ul li {
  position: relative;
}
.single-team .content-team ul li:before {
  content: " ";
  left: -20px;
  width: 8px;
  height: 8px;
  background: #0a3c6e;
  position: absolute;
  top: 8px;
}

.cont__teams h2 {
  font-size: 22px;
  line-height: 1.27;
  margin-bottom: 25px;
}
@media only screen and (min-width: 1024px) {
  .cont__teams h2 {
    font-size: 30px;
  }
}
.cont__teams .cont__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  row-gap: 5px;
  column-gap: 5px;
  border-bottom: solid 1px #d4d4d4;
  margin-bottom: 30px;
  padding-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  .cont__teams .cont__grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media only screen and (min-width: 1024px) {
  .cont__teams .cont__grid {
    grid-template-columns: repeat(5, 1fr);
    row-gap: 10px;
    column-gap: 10px;
    margin-bottom: 58px;
  }
}
@media only screen and (min-width: 1279px) {
  .cont__teams .cont__grid {
    grid-template-columns: repeat(6, 1fr);
  }
}
@media only screen and (min-width: 1600px) {
  .cont__teams .cont__grid {
    grid-template-columns: repeat(7, 1fr);
  }
}
@media only screen and (min-width: 1920px) {
  .cont__teams .cont__grid {
    grid-template-columns: repeat(8, 1fr);
  }
}

.cont--team .cont--inner {
  height: 100%;
}
.cont--team .cont--inner a {
  display: block;
  position: relative;
  height: 100%;
}
.cont--team .cont--inner a:hover .cont__datos {
  opacity: 1;
}
.cont--team .cont--inner a .cont__image {
  height: 100%;
}
.cont--team .cont--inner a .cont__image img {
  display: block;
  height: 100%;
  object-fit: cover;
}
.cont--team .cont--inner a .cont__datos {
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  padding: 20px;
  height: 100%;
  background: #0a3c6e;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
}
.cont--team .cont--inner a .cont__datos .cont__title {
  font-family: "Playfair Display", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 22px;
  color: #fff;
  margin-bottom: 5px;
}
@media only screen and (min-width: 768px) {
  .cont--team .cont--inner a .cont__datos .cont__title {
    font-size: 17px;
  }
}
@media only screen and (min-width: 1600px) {
  .cont--team .cont--inner a .cont__datos .cont__title {
    font-size: 18px;
  }
}
.cont--team .cont--inner a .cont__datos .cont__jerarquia {
  font-size: 15px;
  font-style: italic;
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  .cont--team .cont--inner a .cont__datos .cont__jerarquia {
    font-size: 14px;
  }
}
.cont--team .cont--inner a .cont__datos .cont__areas {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .cont--team .cont--inner a .cont__datos .cont__areas {
    display: block;
  }
}
.cont--team .cont--inner a .cont__datos .cont__areas .cont__areas-title {
  font-family: "Lora", serif;
  font-weight: 700;
  font-style: normal;
  color: #4e78a1;
  border-top: 1px solid #fff;
  margin-bottom: 10px;
  padding-top: 5px;
}
.cont--team .cont--inner a .cont__datos .cont__areas .cont__area {
  font-size: 16px;
  font-style: italic;
}
.cont--team .cont--inner a .cont__datos .cont__areas .cont__area span {
  display: block;
}
@media only screen and (min-width: 768px) {
  .cont--team .cont--inner a .cont__datos .cont__areas .cont__area {
    font-size: 15px;
  }
}

@media only screen and (min-width: 1024px) {
  .page-template-page-expertise .cont__main {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
  }
}
.page-template-page-expertise .cont__main .cont__expertise {
  margin-top: 40px;
  margin-bottom: 30px;
}
@media only screen and (min-width: 1024px) {
  .page-template-page-expertise .cont__main .cont__expertise {
    width: 65%;
  }
}
@media only screen and (min-width: 768px) {
  .page-template-page-expertise .cont__main .cont__expertise {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 30px;
  }
}
.page-template-page-expertise .cont__main .cont__expertise .column {
  margin-bottom: 15px;
  border-bottom: 1px solid #d4d4d4;
  padding-right: 20px;
}
@media only screen and (min-width: 768px) {
  .page-template-page-expertise .cont__main .cont__expertise .column {
    margin-bottom: 45px;
  }
}
.page-template-page-expertise .cont__main .cont__expertise .column h2 {
  margin-bottom: 40px;
}
.page-template-page-expertise .cont__main .cont__expertise .column h2 a {
  font-size: 22px;
  line-height: 1.27;
  color: #0a3c6e;
}
@media only screen and (min-width: 1024px) {
  .page-template-page-expertise .cont__main .cont__expertise .column h2 a {
    font-size: 30px;
  }
}
.page-template-page-expertise .cont__main .cont__expertise .column h2 a:hover {
  text-decoration: underline;
}
.page-template-page-expertise .cont__main .cont__expertise .column h3 a {
  display: block;
  position: relative;
  font-family: "Lora", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 1.32em;
  padding-left: 20px;
  margin-bottom: 21px;
  color: #5f5f5f;
}
@media only screen and (min-width: 1600px) {
  .page-template-page-expertise .cont__main .cont__expertise .column h3 a {
    font-size: 22px;
  }
}
.page-template-page-expertise .cont__main .cont__expertise .column h3 a:before {
  content: " ";
  left: 0;
  top: 6px;
  width: 8px;
  height: 8px;
  background: #0a3c6e;
  position: absolute;
}
@media only screen and (min-width: 1600px) {
  .page-template-page-expertise .cont__main .cont__expertise .column h3 a:before {
    top: 9px;
  }
}
.page-template-page-expertise .cont__main .cont__expertise .column h3 a:hover {
  text-decoration: underline;
}
@media only screen and (min-width: 1024px) {
  .page-template-page-expertise .cont__main .cont__sidebar {
    width: 25%;
    margin-top: 30px;
  }
}
.page-template-page-expertise .cont__main .cont__sidebar .cont__sectors h3 {
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-style: normal;
  font-size: 22px;
  line-height: 1.27;
  margin-bottom: 30px;
  color: #0a3c6e;
}
@media only screen and (min-width: 1024px) {
  .page-template-page-expertise .cont__main .cont__sidebar .cont__sectors h3 {
    font-size: 30px;
  }
}
.page-template-page-expertise .cont__main .cont__sidebar .cont__sectors ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.page-template-page-expertise .cont__main .cont__sidebar .cont__sectors ul li {
  font-size: 16px;
  line-height: 1.32em;
  margin-bottom: 21px;
  color: #5f5f5f;
}
@media only screen and (min-width: 1600px) {
  .page-template-page-expertise .cont__main .cont__sidebar .cont__sectors ul li {
    font-size: 22px;
  }
}
.page-template-page-expertise .section__text_image .cont__text_image {
  border-top: none;
  padding-top: 0;
}
.page-template-page-expertise .section__text_image .cont__text_image .cont__text {
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
}
.page-template-page-expertise .section__text_image .cont__text_image .cont__text:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 34px);
  height: 1px;
  background-color: #d4d4d4;
}
.page-template-page-expertise .section__text_image .cont__text_image .cont__text:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: calc(100% - 34px);
  height: 1px;
  background-color: #d4d4d4;
}
@media only screen and (min-width: 1024px) {
  .page-template-page-expertise .section__text_image .cont__text_image .cont__text:after {
    content: "";
  }
}

.tax-expertise #section-title {
  margin-bottom: 25px;
}
@media only screen and (min-width: 1600px) {
  .tax-expertise #section-title {
    margin-bottom: 50px;
  }
}
.tax-expertise #section-title h1 span:not(.parent-name) {
  display: block;
  color: #a09d9d;
}
.tax-expertise .cont__header {
  margin-bottom: 30px;
}
@media only screen and (min-width: 1024px) {
  .tax-expertise .cont__header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
  }
}
.tax-expertise .cont__header.parent {
  margin-bottom: 40px;
}
@media only screen and (min-width: 1024px) {
  .tax-expertise .cont__header.parent {
    margin-bottom: 85px;
  }
}
.tax-expertise .cont__header.parent .cont__text {
  padding: 20px 0 0;
}
@media only screen and (min-width: 1024px) {
  .tax-expertise .cont__header.parent .cont__text {
    border-top: solid 1px #d4d4d4;
    border-bottom: solid 1px #d4d4d4;
    padding: 20px 0;
  }
}
@media only screen and (min-width: 1024px) {
  .tax-expertise .cont__header .cont__text {
    font-size: 18px;
    line-height: 22px;
    width: calc(35% - 55px);
    margin-right: 55px;
  }
}
@media only screen and (min-width: 1024px) {
  .tax-expertise .cont__header .cont__image {
    width: 65%;
  }
}
.tax-expertise .cont__header .cont__image img {
  display: block;
}
.tax-expertise .content {
  margin-bottom: 20px;
}
@media only screen and (min-width: 1024px) {
  .tax-expertise .content {
    margin-bottom: 65px;
  }
}
.tax-expertise .content .cont__subterms {
  display: grid;
  row-gap: 25px;
  column-gap: 30px;
}
@media only screen and (min-width: 768px) {
  .tax-expertise .content .cont__subterms {
    grid-template-columns: 1fr 1fr;
    row-gap: 70px;
  }
}
@media only screen and (min-width: 1024px) {
  .tax-expertise .content .cont__subterms {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.tax-expertise .content .cont__subterms h2 {
  padding-top: 25px;
  border-top: 1px solid #d4d4d4;
}
.tax-expertise .content .cont__subterms h2 a {
  position: relative;
  font-size: 18px;
  line-height: 1.5em;
  color: #0a3c6e;
  padding-bottom: 25px;
  padding-left: 20px;
}
@media only screen and (min-width: 1024px) {
  .tax-expertise .content .cont__subterms h2 a {
    font-size: 30px;
    line-height: 1.27em;
  }
}
.tax-expertise .content .cont__subterms h2 a:hover {
  text-decoration: underline;
}
.tax-expertise .content .cont__subterms h2 a:before {
  content: " ";
  left: 0;
  width: 8px;
  height: 8px;
  background: #0a3c6e;
  position: absolute;
  top: 8px;
}
@media only screen and (min-width: 768px) {
  .tax-expertise .content .cont__subterms h2 a:before {
    top: 10px;
  }
}
@media only screen and (min-width: 1024px) {
  .tax-expertise .content .cont__subterms h2 a:before {
    top: 15px;
  }
}
@media only screen and (min-width: 1600px) {
  .tax-expertise .content .cont__information {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
@media only screen and (min-width: 1024px) {
  .tax-expertise .content .cont__information .cont__central {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 1600px) {
  .tax-expertise .content .cont__information .cont__central {
    width: 75%;
    padding-right: 180px;
  }
}
.tax-expertise .content .cont__information .cont__central .cont__description {
  font-size: 18px;
  line-height: 1.33;
  color: #5f5f5f;
  margin-bottom: 50px;
}
@media only screen and (min-width: 1024px) {
  .tax-expertise .content .cont__information .cont__central .cont__description {
    border-top: solid 1px #d4d4d4;
    padding-top: 25px;
    width: calc(50% - 25px);
  }
}
.tax-expertise .content .cont__information .cont__central .cont__description ul {
  padding-bottom: 25px;
  margin-bottom: 25px;
  margin-top: 25px;
  list-style: none;
}
.tax-expertise .content .cont__information .cont__central .cont__description ul li {
  position: relative;
}
.tax-expertise .content .cont__information .cont__central .cont__description ul li:before {
  content: " ";
  left: -20px;
  width: 8px;
  height: 8px;
  background: #0a3c6e;
  position: absolute;
  top: 8px;
}
.tax-expertise .content .cont__information .cont__central .cont__related-team {
  border-top: solid 1px #d4d4d4;
  padding-top: 25px;
  margin-top: 25px;
}
@media only screen and (min-width: 1024px) {
  .tax-expertise .content .cont__information .cont__central .cont__related-team {
    width: 45%;
    margin-top: 0;
  }
}
@media only screen and (min-width: 1600px) {
  .tax-expertise .content .cont__information .cont__central .cont__related-team {
    padding-top: 16px;
  }
}
.tax-expertise .content .cont__information .cont__central .cont__related-team h2 {
  font-size: 22px;
  line-height: 1.27;
  color: #0a3c6e;
  margin-bottom: 45px;
}
@media only screen and (min-width: 768px) {
  .tax-expertise .content .cont__information .cont__central .cont__related-team h2 {
    font-size: 28px;
    line-height: 1.32;
  }
}
@media only screen and (min-width: 1024px) {
  .tax-expertise .content .cont__information .cont__central .cont__related-team h2 {
    margin-bottom: 18px;
  }
}
.tax-expertise .content .cont__information .cont__central .cont__related-team .related-team-list {
  display: grid;
  row-gap: 30px;
  column-gap: 50px;
}
@media only screen and (min-width: 768px) {
  .tax-expertise .content .cont__information .cont__central .cont__related-team .related-team-list {
    grid-template-columns: 1fr 1fr;
  }
}
.tax-expertise .content .cont__information .cont__central .cont__related-team .related-team-list .related-team-item a {
  display: block;
}
.tax-expertise .content .cont__information .cont__central .cont__related-team .related-team-list .related-team-item img {
  width: 100%;
}
.tax-expertise .content .cont__information .cont__central .cont__related-team .related-team-list .related-team-item h3 {
  font-size: 18px;
  line-height: 1.33;
  color: #5f5f5f;
  margin-top: 15px;
  margin-bottom: 0;
}
.tax-expertise .content .cont__information .cont__central .cont__related-team .related-team-list .related-team-item h3:hover {
  text-decoration: underline;
}
.tax-expertise .content .cont__information .cont__central .cont__related-team .related-team-list .related-team-item .team-jerarquia {
  font-family: "Lora", serif;
  font-weight: 700;
  font-style: normal;
  font-size: 18px;
  color: #0a3c6e;
}
@media only screen and (min-width: 1600px) {
  .tax-expertise .content .cont__information .cont__sidebar {
    width: 25%;
  }
}
.tax-expertise .content .cont__information .cont__sidebar h2 {
  font-size: 28px;
  line-height: 1.32;
  color: #a09d9d;
}
@media only screen and (min-width: 1024px) {
  .tax-expertise .content .cont__information .cont__sidebar h2 {
    font-size: 34px;
  }
}
.tax-expertise .content .cont__information .cont__sidebar ul.parent-terms-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.tax-expertise .content .cont__information .cont__sidebar ul.parent-terms-list li.accordion-item {
  padding-top: 20px;
  padding-bottom: 40px;
  border-bottom: 1px solid #d4d4d4;
}
.tax-expertise .content .cont__information .cont__sidebar ul.parent-terms-list li.accordion-item h3.accordion-header.open a {
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-style: normal;
}
.tax-expertise .content .cont__information .cont__sidebar ul.parent-terms-list li.accordion-item h3.accordion-header a {
  font-size: 28px;
  line-height: 1.32;
  color: #a09d9d;
}
@media only screen and (min-width: 1024px) {
  .tax-expertise .content .cont__information .cont__sidebar ul.parent-terms-list li.accordion-item h3.accordion-header a {
    font-size: 34px;
  }
}
.tax-expertise .content .cont__information .cont__sidebar ul.parent-terms-list li.accordion-item ul.accordion-content {
  list-style: none;
  padding: 0;
  margin: 0;
}
.tax-expertise .content .cont__information .cont__sidebar ul.parent-terms-list li.accordion-item ul.accordion-content li a {
  display: block;
  position: relative;
  font-size: 18px;
  padding-left: 20px;
  margin-bottom: 20px;
  color: #5f5f5f;
}
.tax-expertise .content .cont__information .cont__sidebar ul.parent-terms-list li.accordion-item ul.accordion-content li a:before {
  content: " ";
  left: 0px;
  width: 8px;
  height: 8px;
  background: #0a3c6e;
  position: absolute;
  top: 8px;
}

.page-template-page-international #section-title {
  margin-bottom: 25px;
}
@media only screen and (min-width: 1600px) {
  .page-template-page-international #section-title {
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 1600px) {
  .page-template-page-international .cont__international {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 1600px) {
  .page-template-page-international .cont__international .cont__related-team {
    width: 75%;
    float: left;
    padding-right: 150px;
  }
}
.page-template-page-international .cont__international .cont__related-team h2 {
  font-family: "Lora", serif;
  font-weight: 400;
  font-style: normal;
  font-style: italic;
  font-size: 20px;
  margin-bottom: 20px;
  color: #a09d9d;
}
@media only screen and (min-width: 1024px) {
  .page-template-page-international .cont__international .cont__related-team h2 {
    font-size: 30px;
    margin-bottom: 30px;
  }
}
.page-template-page-international .cont__international .cont__related-team .related-team-list .related-team-item a {
  display: block;
}
.page-template-page-international .cont__international .cont__related-team .related-team-list .related-team-item img {
  width: 100%;
}
.page-template-page-international .cont__international .cont__related-team .related-team-list .related-team-item h3 {
  font-size: 18px;
  line-height: 1.33;
  color: #5f5f5f;
  margin-top: 15px;
  margin-bottom: 0;
}
.page-template-page-international .cont__international .cont__related-team .related-team-list .related-team-item h3:hover {
  text-decoration: underline;
}
.page-template-page-international .cont__international .cont__related-team .related-team-list .related-team-item .team-jerarquia {
  font-family: "Lora", serif;
  font-weight: 700;
  font-style: normal;
  font-size: 18px;
  color: #0a3c6e;
  margin-bottom: 0;
}
.page-template-page-international .cont__international .cont__related-team .owl-dots {
  padding-bottom: 10px;
  justify-content: flex-end;
}
@media only screen and (min-width: 1600px) {
  .page-template-page-international .cont__international .cont__related-team .owl-dots {
    border-bottom: solid 1px #d4d4d4;
    margin: 0;
    width: 100%;
    margin-top: 50px;
  }
}
.page-template-page-international .cont__international .cont__sidebar {
  margin-top: 40px;
  margin-bottom: 40px;
}
@media only screen and (min-width: 1600px) {
  .page-template-page-international .cont__international .cont__sidebar {
    float: left;
    width: 25%;
    margin-top: 0;
  }
}
.page-template-page-international .cont__international .cont__sidebar .cont__baselines {
  position: relative;
  border-top: 1px solid #d4d4d4;
  border-bottom: 1px solid #d4d4d4;
  padding-top: 20px;
  padding-bottom: 40px;
}
@media only screen and (min-width: 1600px) {
  .page-template-page-international .cont__international .cont__sidebar .cont__baselines {
    padding-top: 70px;
    padding-bottom: 40px;
  }
}
.page-template-page-international .cont__international .cont__sidebar .cont__baselines .cont__phrase a {
  display: block;
  font-family: "Playfair Display", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 28px;
  line-height: 1.25;
  color: #0a3c6e;
}
@media only screen and (min-width: 1600px) {
  .page-template-page-international .cont__international .cont__sidebar .cont__baselines .cont__phrase a {
    font-size: 52px;
    text-align: right;
    color: #a09d9d;
    max-width: 375px;
    margin-left: auto;
  }
}
.page-template-page-international .cont__international .cont__sidebar .cont__baselines .owl-dots {
  border: 0;
  position: absolute;
  right: 0;
  bottom: 10px;
}
.page-template-page-international .cont__international .cont__content {
  margin-bottom: 50px;
}
@media only screen and (min-width: 1600px) {
  .page-template-page-international .cont__international .cont__content {
    width: 67%;
    float: left;
    margin-top: 50px;
    padding-right: 0px;
  }
}
.page-template-page-international .cont__international .cont__content h2 {
  margin-bottom: 40px;
}/*# sourceMappingURL=styles.css.map */