<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100px, 0px, 0);
    transform: translate3d(-100, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@font-face {
  font-family: "open-sans";
  src: url("../woff/opensans-regular.woff");
  font-weight: normal;
}
@font-face {
  font-family: "open-sans";
  src: url("../woff/opensans-bold.woff");
  font-weight: 700;
}
@font-face {
  font-family: "open-sans";
  src: url("../woff/opensans-semibold.woff");
  font-weight: 600;
}
@font-face {
  font-family: "open-sans";
  src: url("../woff/opensans-extrabold.woff");
  font-weight: 800;
}
.node__content div:first-child.paragraph-b2 {
  margin-top: -16px;
}

.paragraph-a1 {
  padding-top: 40px;
  padding-bottom: 40px;
}
.paragraph-a1 h2 {
  padding-bottom: 20px;
  font-weight: 800;
}
.paragraph-a1 .btn-cta {
  padding-top: 20px;
}
.paragraph-a1 .btn-cta a:hover {
  background-color: #009FDA;
}
.paragraph-a1 .blazy,
.paragraph-a1 .media--type-image-gif,
.paragraph-a1 .media--type-video {
  margin: 25px 0 10px 0;
}
.paragraph-a1 h2, .paragraph-a1 h3 {
  padding: 10px 0 15px 0;
}
.paragraph-a1 .media-video-player {
  width: 100%;
  margin-bottom: 20px;
}
.paragraph-a1 .media-video-player .player-box {
  min-height: 400px;
}
.paragraph-a1 .media--type-video .wrapper-video {
  position: relative;
}
.paragraph-a1 .media--type-video .wrapper-video .video-container video {
  width: 100%;
  height: auto;
}
.paragraph-a1 .media--type-video .wrapper-video .image-video {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
}
.paragraph-a1 .media--type-video .wrapper-video .image-video .blazy {
  margin: 0;
}
.paragraph-a1 .media--type-video .wrapper-video .image-video img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.paragraph-a1 .media--type-video .wrapper-video .image-video:before {
  content: "";
  background: url(../svg/video-player-icon.svg) no-repeat center center;
  width: 110px;
  height: 110px;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  z-index: 2;
}
.paragraph-a1 ul li {
  position: relative;
  list-style: none;
  padding: 5px 0;
}
.paragraph-a1 ul li:before {
  content: "";
  border-radius: 50%;
  height: 10px;
  width: 10px;
  background-color: #0073CF;
  position: absolute;
  left: -20px;
  top: 13px;
}
.paragraph-a1 ol {
  list-style: none;
  counter-reset: li;
}
.paragraph-a1 ol li {
  counter-increment: li;
  padding: 5px 0;
}
.paragraph-a1 ol li:before {
  content: counter(li);
  color: #0073CF;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
  transform: translateX(-5px);
  font-weight: 700;
}

.paragraph-a2 {
  padding-top: 35px;
  padding-bottom: 50px;
}
.paragraph-a2 .paragraph {
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #707070;
}
.paragraph-a2 .paragraph h3 {
  padding-top: 15px;
}
.paragraph-a2 .paragraph .text {
  padding-top: 15px;
  padding-bottom: 20px;
}
.paragraph-a2 .paragraph .text ul li {
  position: relative;
  list-style: none;
  padding: 5px 0;
}
.paragraph-a2 .paragraph .text ul li:before {
  content: "";
  border-radius: 50%;
  height: 10px;
  width: 10px;
  background-color: #0073CF;
  position: absolute;
  left: -20px;
  top: 13px;
}
.paragraph-a2 .paragraph .btn-cta {
  margin-right: 20px;
}
.paragraph-a2 .paragraph .btn-cta a:hover {
  background-color: #009FDA;
}
.paragraph-a2 .paragraph:nth-child(even) .col-text {
  order: 1;
}
.paragraph-a2 .paragraph:nth-child(even) .col-image {
  order: 0;
}
.paragraph-a2 .paragraph .links {
  display: flex;
  align-items: center;
}
.paragraph-a2 .paragraph .links .file {
  background: none;
}
.paragraph-a2 .paragraph .links .file a {
  padding-right: 20px;
  text-transform: uppercase;
  color: #002664;
  text-decoration: none;
  font-size: 14px;
  background: url("../svg/download-file.svg") no-repeat right center;
}
.paragraph-a2 .paragraph .links .file a:hover {
  color: #009FDA;
}
.paragraph-a2 .paragraph .flexslider {
  position: relative;
}
.paragraph-a2 .paragraph .flexslider .flex-control-nav {
  display: none;
}
.paragraph-a2 .paragraph .flexslider .flex-direction-nav {
  padding-top: 10px;
  float: right;
  display: flex;
}
.paragraph-a2 .paragraph .flexslider .flex-direction-nav li {
  margin: 0 5px;
}
.paragraph-a2 .paragraph .flexslider .flex-direction-nav a.flex-prev, .paragraph-a2 .paragraph .flexslider .flex-direction-nav a.flex-next {
  display: inline-block;
  width: 40px;
  overflow: hidden;
  text-indent: -2000px;
  background: url("../svg/arrow-left-light-blue.svg") no-repeat center left;
}
.paragraph-a2 .paragraph .flexslider .flex-direction-nav a.flex-prev:hover, .paragraph-a2 .paragraph .flexslider .flex-direction-nav a.flex-next:hover {
  background-image: url("../svg/arrow-left-slider-dark-blue.svg");
}
.paragraph-a2 .paragraph .flexslider .flex-direction-nav a.flex-prev.flex-disabled, .paragraph-a2 .paragraph .flexslider .flex-direction-nav a.flex-next.flex-disabled {
  display: none;
}
.paragraph-a2 .paragraph .flexslider .flex-direction-nav a.flex-next {
  margin-top: -1px;
  background: url("../svg/arrow-right-ligtht-blue.svg") no-repeat center left;
}
.paragraph-a2 .paragraph .flexslider .flex-direction-nav a.flex-next:hover {
  margin-top: 0px;
  margin-right: 1px;
  background-image: url("../svg/arrow-left-slider-dark-blue.svg");
  transform: rotate(180deg);
}
.paragraph-a2 .paragraph-two-columns .media-video-player {
  width: 100%;
}
.paragraph-a2 .paragraph-two-columns .media-video-player .player-box {
  min-height: 300px;
}
.paragraph-a2 article &gt; * + * {
  margin-top: 0;
}

.paragraph-a3 {
  padding-top: 50px;
}
.paragraph-a3 .col-left &gt; .paragraph {
  border-bottom: 1px solid #707070;
  padding-top: 25px;
  padding-bottom: 25px;
  font-size: 14px;
}
.paragraph-a3 .col-left &gt; .paragraph:last-child {
  border: 0;
}
.paragraph-a3 .col-left &gt; .paragraph h3 {
  font-size: 22px;
  font-weight: normal;
  padding-bottom: 12px;
}
.paragraph-a3 .col-left .link-arrow-right {
  padding-top: 20px;
}
.paragraph-a3 .col-left .author {
  padding-top: 15px;
}
.paragraph-a3 .col-right {
  padding-right: 100px;
}
.paragraph-a3 .col-right .paragraph {
  padding: 0;
}
.paragraph-a3 .col-right .paragraph .col-lg-8 {
  max-width: 100%;
}
.paragraph-a3 .col-right .paragraph .row.justify-content-center {
  display: block;
  padding-left: 30px;
}
.paragraph-a3 .col-right .paragraph.paragraph-a1 {
  padding-bottom: 30px;
}
.paragraph-a3 .paragraph-r2 h3 {
  font-size: 22px;
  line-height: 1.2em;
}

.paragraph-a4 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.paragraph-r4-cta-list .link-arrow {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 10px;
}
.paragraph-r4-cta-list .link-arrow a {
  color: #002664;
  background-size: 15px 15px;
  background-image: url("../svg/arrow-right-blue.svg");
  background-position: top 10px right;
  padding: 7px 30px 7px 0;
  line-height: 1.2em;
  width: 100%;
}
.paragraph-r4-cta-list .link-arrow a:hover {
  color: #009FDA;
}

.paragraph-b3 {
  margin-top: 50px;
  margin-bottom: 50px;
}
.paragraph-b3 .blue {
  background-color: #0073cf;
}
.paragraph-b3 .dark_blue {
  background-color: #002664;
}
.paragraph-b3 .green {
  background-color: #58a618;
}
.paragraph-b3 .bg-image {
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  background-blend-mode: multiply;
  background-position: center left;
  position: relative;
}
.paragraph-b3 .bg-image:after {
  content: "";
  width: calc((100% - 1240px) / 2);
  height: 100%;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 0;
}
.paragraph-b3 .block-bg-image .info-bg-image {
  max-width: 900px;
  padding: 80px 0px;
}
.paragraph-b3 .block-bg-image .info-bg-image .pretitle {
  color: #fff;
  font-weight: 800;
  font-size: 14px;
  padding-bottom: 20px;
}
.paragraph-b3 .block-bg-image .info-bg-image .title {
  font-size: 36px;
  color: #fff;
  font-weight: normal;
  padding-bottom: 20px;
}
.paragraph-b3 .block-bg-image .info-bg-image .text {
  color: #fff;
  line-height: 21px;
}
.paragraph-b3 .block-bg-image .info-bg-image .text a {
  color: #fff !important;
  text-decoration: none;
}
.paragraph-b3 .block-bg-image .info-bg-image .text a:hover {
  color: #fff !important;
}
.paragraph-b3 .block-bg-image .info-bg-image .btn-cta {
  padding-top: 25px;
}
.paragraph-b3 .block-bg-image .info-bg-image .btn-cta a {
  background-color: #fff;
  color: #4D5357;
}
.paragraph-b3 .block-bg-image .info-bg-image .btn-cta a:hover {
  background-color: #009FDA;
  color: #fff;
}

.r3-text-cta .btn-cta {
  margin-top: 20px;
}
.r3-text-cta .btn-cta a:hover {
  background-color: #009FDA;
}

.paragraph-r1 h3 {
  padding-top: 20px;
}
.paragraph-r1 .media-video-player {
  width: 100%;
}
.paragraph-r1 .media-video-player .player-box {
  min-height: 240px;
}
.paragraph-r1 .link-arrow-right a:hover {
  color: #009FDA;
}

.paragraph-b4 {
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 50px 40px 70px 40px;
  background: url("../svg/pattern-highlight.svg") #EAEAF1;
}
.paragraph-b4 h3, .paragraph-b4 h2 {
  padding-top: 0;
  padding-bottom: 10px;
}
.paragraph-b4 h3 {
  font-size: 36px;
  font-weight: normal;
}
.paragraph-b4 a {
  color: #009FDA;
  text-decoration: none;
}
.paragraph-b4 a:hover {
  color: #002664;
}

.paragraph-b5 {
  padding-top: 50px;
  padding-bottom: 50px;
}
.paragraph-b5 * {
  color: #009FDA;
  font-size: 30px;
  font-weight: normal;
  line-height: 42px;
}

.paragraph-c1 {
  padding-top: 30px;
  padding-bottom: 30px;
}
.paragraph-c1 h2 {
  padding-bottom: 20px;
}
.paragraph-c1 .owl-carousel-wrapper {
  position: relative;
  margin-top: 10px;
  padding-top: 40px;
}
.paragraph-c1 .owl-carousel-wrapper .owl-carousel {
  position: relative;
  padding-left: calc((100% - 1100px) / 2);
}
.paragraph-c1 .owl-carousel-wrapper .owl-carousel:after {
  content: "";
  width: calc((100% - 1100px) / 2);
  height: 320px;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0px;
}
.paragraph-c1 .owl-carousel-wrapper .owl-carousel .owl-nav {
  top: -35px;
  position: absolute;
  bottom: auto;
  padding: 0;
  width: 100%;
}
@media (min-width: 576px) {
  .paragraph-c1 .owl-carousel-wrapper .owl-carousel .owl-nav {
    width: 540px;
    left: calc(50% - 270px);
    padding: 0 15px;
  }
}
@media (min-width: 768px) {
  .paragraph-c1 .owl-carousel-wrapper .owl-carousel .owl-nav {
    width: 720px;
    left: calc(50% - 360px);
  }
}
@media (min-width: 992px) {
  .paragraph-c1 .owl-carousel-wrapper .owl-carousel .owl-nav {
    width: 960px;
    left: calc(50% - 480px);
  }
}
@media (min-width: 1200px) {
  .paragraph-c1 .owl-carousel-wrapper .owl-carousel .owl-nav {
    width: 1140px;
    left: calc(50% - 570px);
  }
}
.paragraph-c1 .owl-carousel-wrapper .owl-carousel .owl-nav button.owl-prev {
  margin-left: 0;
}
.paragraph-c1 .owl-carousel-wrapper li {
  width: 270px;
  height: 320px;
}
.paragraph-c1 .owl-carousel-wrapper li .slider-item {
  position: relative;
}
.paragraph-c1 .owl-carousel-wrapper li .slider-item:hover .field--name-field-media-image:before {
  background: #0073CF;
  opacity: 1;
}
.paragraph-c1 .owl-carousel-wrapper li .slider-item .field--name-field-media-image:before {
  content: "";
  height: 100%;
  background: transparent linear-gradient(271deg, rgba(255, 255, 255, 0) 0%, #002664 100%) 0% 0% no-repeat padding-box;
  width: 100%;
  opacity: 0.5;
  position: absolute;
}
.paragraph-c1 .owl-carousel-wrapper li .slider-item .info-slider {
  padding-right: 10px;
  position: absolute;
  bottom: 20px;
  color: #fff;
  left: 20px;
}
.paragraph-c1 .owl-carousel-wrapper li .slider-item .info-slider h3 {
  font-size: 22px;
  font-weight: normal;
  padding-bottom: 20px;
}
.paragraph-c1 .owl-carousel-wrapper li .slider-item .info-slider .subtitle {
  font-size: 14px;
  line-height: 16px;
  height: 70px;
}
.paragraph-c1 .owl-carousel-wrapper.no-arrows {
  padding-top: 15px;
}
.paragraph-c1 .flex-direction-nav {
  top: 0;
  left: calc((100% - 1100px) / 2);
  position: absolute;
  display: flex;
  align-items: center;
}
.paragraph-c1 .flex-direction-nav li {
  margin-right: 10px;
}
.paragraph-c1 .flex-direction-nav a.flex-prev, .paragraph-c1 .flex-direction-nav a.flex-next {
  background: url("../svg/arrow-left-slider-light-blue.svg") no-repeat top left;
  display: inline-block;
  width: 30px;
  text-indent: -2000px;
  height: 14px;
  overflow: hidden;
}
.paragraph-c1 .flex-direction-nav a.flex-prev:hover, .paragraph-c1 .flex-direction-nav a.flex-next:hover {
  background-image: url("../svg/arrow-left-slider-dark-blue.svg");
}
.paragraph-c1 .flex-direction-nav a.flex-next {
  transform: rotate(180deg);
  margin-top: 0;
}
.paragraph-c1 .flex-control-nav {
  display: none;
}
.paragraph-c1.module-related .owl-carousel-wrapper {
  margin-top: 0;
  padding-top: 0;
}

.paragraph-c3 {
  margin-top: 30px;
  margin-bottom: 30px;
}
.paragraph-c3 h2 {
  padding-bottom: 15px;
}
.paragraph-c3 .subtitle {
  padding-bottom: 15px;
}
.paragraph-c3 .links {
  padding-top: 30px;
}
.paragraph-c3 .links .title-div {
  padding-top: 15px;
  line-height: 1.2em;
  color: #002664;
  text-decoration: none;
  display: inline-block;
  padding-bottom: 20px;
  font-size: 22px;
}
.paragraph-c3 .links .title {
  padding-top: 15px;
  line-height: 1.2em;
  color: #002664;
  text-decoration: none;
  display: inline-block;
  padding-bottom: 20px;
  font-size: 22px;
}
.paragraph-c3 .links .title:hover {
  color: #009FDA;
}
.paragraph-c3 .links &gt; div.paragraph {
  margin-bottom: 25px;
}
.paragraph-c3 .link-bottom {
  padding-top: 50px;
  text-align: center;
}
.paragraph-c3 .link-bottom .btn-cta a:hover {
  background-color: #009FDA;
}

@media screen and (min-width: 991px) {
  .paragraph-c3 .links.list-4 &gt; div {
    max-width: 25%;
    flex: 0 0 25%;
  }
}
.paragraph-j, .paragraph-search-regular-lines {
  margin-top: 30px;
  margin-bottom: 30px;
}
.paragraph-j h2, .paragraph-search-regular-lines h2 {
  padding-bottom: 20px;
}
.paragraph-j .view-search-regular-lines &gt; table, .paragraph-search-regular-lines .view-search-regular-lines &gt; table {
  visibility: hidden;
}
.paragraph-j .view-search-regular-lines &gt; table.dataTable, .paragraph-search-regular-lines .view-search-regular-lines &gt; table.dataTable {
  visibility: visible;
}
.paragraph-j table, .paragraph-search-regular-lines table {
  width: 83% !important;
  margin: auto;
  border: none;
  padding: 10px 80px;
  font-family: "open-sans";
}
.paragraph-j table *, .paragraph-search-regular-lines table * {
  font-size: 15px;
  font-weight: normal;
}
.paragraph-j table th, .paragraph-search-regular-lines table th {
  border: 0;
  font-weight: bold;
  text-align: left;
  padding: 0 7px;
}
.paragraph-j table tr.even td, .paragraph-search-regular-lines table tr.even td {
  background-color: #EAEAF1;
}
.paragraph-j table td, .paragraph-search-regular-lines table td {
  padding: 7px;
  border: none;
}
.paragraph-j table .view-regular-lines-related-escales table *, .paragraph-search-regular-lines table .view-regular-lines-related-escales table * {
  font-size: 14px;
}
.paragraph-j table .view-regular-lines-related-escales table th:first-child, .paragraph-search-regular-lines table .view-regular-lines-related-escales table th:first-child {
  width: 300px;
}
.paragraph-j table .view-regular-lines-related-escales table td, .paragraph-search-regular-lines table .view-regular-lines-related-escales table td {
  padding: 3px 5px !important;
}
.paragraph-j table ul.dtr-details, .paragraph-search-regular-lines table ul.dtr-details {
  width: 100% !important;
}
.paragraph-j table ul.dtr-details li:nth-child(3), .paragraph-search-regular-lines table ul.dtr-details li:nth-child(3) {
  width: 100%;
}
.paragraph-j table ul.dtr-details li:last-child, .paragraph-search-regular-lines table ul.dtr-details li:last-child {
  clear: both;
  width: 100%;
  padding-top: 25px !important;
  padding-bottom: 35px !important;
}
.paragraph-j table ul.dtr-details li:last-child .dtr-title, .paragraph-search-regular-lines table ul.dtr-details li:last-child .dtr-title {
  display: none;
}
.paragraph-j table ul.dtr-details li:last-child a, .paragraph-search-regular-lines table ul.dtr-details li:last-child a {
  background-color: #002664;
  color: #fff;
  text-decoration: none;
  padding: 10px;
}
.paragraph-j table ul.dtr-details li:last-child a:hover, .paragraph-search-regular-lines table ul.dtr-details li:last-child a:hover {
  background-color: #009FDA;
}

.paragraph-search-regular-lines {
  margin-top: 18px;
}
.paragraph-search-regular-lines table {
  width: 100% !important;
}
.paragraph-search-regular-lines table tr:first-child td {
  width: 200px;
}
.paragraph-search-regular-lines table tr:first-child &gt; td:first-child {
  width: 100px;
  white-space: normal;
}
.paragraph-search-regular-lines nav.pager {
  padding-top: 30px;
}

.paragraph-c5 {
  margin-top: 50px;
  margin-bottom: 50px;
}
.paragraph-c5 h2 {
  padding-bottom: 10px;
}
.paragraph-c5 .items {
  padding-top: 30px;
  align-items: center;
}
.paragraph-c5 .items &gt; div {
  padding-bottom: 20px;
}
.paragraph-c5 .items &gt; div a {
  padding: 10px;
  display: inline-block;
}

.paragraph-g2 {
  padding-top: 40px;
  padding-bottom: 60px;
}
.paragraph-g2 &gt; div &gt; .row:nth-child(2) {
  padding-top: 20px;
}
.paragraph-g2 h2 {
  padding-bottom: 15px;
}
.paragraph-g2 .subtitle {
  padding-bottom: 15px;
}
.paragraph-g2 .number, .paragraph-g2 .title {
  color: #002664;
}
.paragraph-g2 .title {
  line-height: 1.2em;
}
.paragraph-g2 a {
  text-decoration: none;
}
.paragraph-g2 a .number {
  color: #002664;
}
.paragraph-g2 a:hover * {
  color: #0073CF;
}
.paragraph-g2 a .subtitle {
  color: #4D5357;
}
.paragraph-g2 .number {
  font-weight: 500;
  font-size: 44px;
}
.paragraph-g2 .title {
  font-size: 24px;
  padding-top: 5px;
}
.paragraph-g2 .subtitle {
  padding-top: 15px;
}
.paragraph-g2 .icon {
  display: none;
}
.paragraph-g2 .visual-2 .icon {
  display: flex !important;
  align-items: flex-end;
  margin-bottom: 20px;
  width: 100px;
  height: auto;
}
.paragraph-g2 .visual-2 .icon img {
  max-width: 100px;
  max-height: 100px;
  height: 100px;
  width: auto;
}
.paragraph-g2 .visual-2 .row:nth-child(2) .col-lg-4 {
  width: 25%;
  flex: 0 0 25%;
}

.paragraph-h1 {
  margin-top: 30px;
  padding-bottom: 30px;
  position: relative;
}
.paragraph-h1 .flexslider {
  position: relative;
}
.paragraph-h1 .flexslider .media--type-image .field--name-field-media-image img {
  width: calc(100% - 150px);
}
.paragraph-h1 .flexslider .image-video img {
  width: 100% !important;
}
.paragraph-h1 .flexslider .flex-control-nav {
  display: none;
}
.paragraph-h1 .flexslider .slides {
  padding: 20px 100px;
}
.paragraph-h1 .flexslider .flex-direction-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
.paragraph-h1 .flexslider .flex-direction-nav a.flex-prev {
  background: url("../svg/arrow-big-slider-left.svg") no-repeat center left;
  display: inline-block;
  width: 40px;
  height: 70px;
  text-indent: -2000px;
  position: absolute;
  left: 0;
}
.paragraph-h1 .flexslider .flex-direction-nav a.flex-prev:hover {
  background-image: url("../svg/arrow-big-slider-left-dark.svg");
}
.paragraph-h1 .flexslider .flex-direction-nav a.flex-prev.flex-disabled {
  display: none;
}
.paragraph-h1 .flexslider .flex-direction-nav a.flex-next {
  background: url("../svg/arrow-big-slider-right.svg") no-repeat center left;
  position: absolute;
  width: 40px;
  height: 70px;
  right: -50px;
  text-indent: -2000px;
  left: auto;
}
.paragraph-h1 .flexslider .flex-direction-nav a.flex-next:hover {
  background-image: url("../svg/arrow-big-slider-right-dark.svg");
}
.paragraph-h1 .flexslider .flex-direction-nav a.flex-next.flex-disabled {
  display: none;
}
.paragraph-h1 .btn-cta {
  margin-top: 40px;
  padding-left: 100px;
}
.paragraph-h1 .media-video-player .player-box .image-video:before {
  left: -20px;
}

.paragraph-h3 {
  margin-top: 40px;
  padding-bottom: 40px;
}

.paragraph-c4 {
  padding-top: 40px;
  padding-bottom: 40px;
}
.paragraph-c4 h2 {
  padding-bottom: 15px;
}
.paragraph-c4 .subtitle {
  padding-bottom: 15px;
}
.paragraph-c4 .paragraph .box {
  border-bottom: 1px solid #707070;
  width: 100%;
  height: 100%;
}
.paragraph-c4 .paragraph a {
  text-decoration: none;
}
.paragraph-c4 .paragraph a:hover .title {
  color: #009FDA;
}
.paragraph-c4 .paragraph .title {
  font-size: 22px;
  color: #002664;
  text-decoration: none;
  padding-bottom: 10px;
  line-height: 1.2em;
}
.paragraph-c4 .paragraph .content {
  color: #4D5357;
  padding-bottom: 10px;
}
.paragraph-c4 .links {
  padding-top: 30px;
}
.paragraph-c4 .links &gt; div {
  margin-bottom: 30px;
}
.paragraph-c4 .links.one-column {
  padding-left: 180px;
  padding-right: 180px;
}
.paragraph-c4 .links.one-column &gt; div {
  max-width: 100% !important;
  width: 100%;
  flex: 0 0 100%;
}
.paragraph-c4.module-related .paragraph {
  width: 100% !important;
  flex: 0 0 100% !important;
  max-width: 100%;
}
.paragraph-c4.module-related .links {
  padding-top: 0;
}

.paragraph-b2 + .paragraph-g1 {
  margin-top: -30px;
}

.paragraph-d1 + .paragraph-g1 {
  margin-top: -30px;
}
.paragraph-d1 + .paragraph-g1 .bg-image {
  width: calc(100% - 160px);
}

.paragraph-d1 + .paragraph-c2 {
  margin-top: -30px;
}
.paragraph-d1 + .paragraph-c2 .bg-image {
  width: calc(100% - 160px);
}

.paragraph-g1, .paragraph-c2 {
  margin-top: 40px;
  margin-bottom: 40px;
  position: relative;
  min-height: 450px;
}
.paragraph-g1 .bg-image, .paragraph-c2 .bg-image {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: calc(100% - 150px);
  background-size: cover;
  background-position: center;
  background-color: #0073cf;
  background-blend-mode: multiply;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.paragraph-g1 .bg-image:after, .paragraph-c2 .bg-image:after {
  content: "";
  width: 80px;
  height: 80px;
  position: absolute;
  right: -80px;
  background-color: #EAEAF1;
  top: 0;
}
.paragraph-g1 *, .paragraph-c2 * {
  color: #fff;
}
.paragraph-g1 .content-inside-g, .paragraph-c2 .content-inside-g {
  display: flex;
  justify-content: space-between;
}
.paragraph-g1 .content, .paragraph-c2 .content {
  padding-left: 50px;
  padding-top: 40px;
}
.paragraph-g1 .content .justify-content-center, .paragraph-c2 .content .justify-content-center {
  justify-content: flex-start !important;
}
.paragraph-g1 .content .btn-cta a, .paragraph-c2 .content .btn-cta a {
  background-color: #fff;
  color: #4D5357;
}
.paragraph-g1 .numbers, .paragraph-c2 .numbers {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: auto;
  max-width: 450px;
  position: relative;
  z-index: 99;
}
.paragraph-g1 .numbers .paragraph-r6, .paragraph-c2 .numbers .paragraph-r6 {
  flex-grow: 1;
  width: 100%;
  max-width: 100%;
  background-color: #002664;
  padding: 10px 20px 10px 20px;
}
.paragraph-g1 .numbers .paragraph-r6 a, .paragraph-c2 .numbers .paragraph-r6 a {
  text-decoration: none;
  display: inline-block;
  width: 100%;
  padding-bottom: 30px;
  background: url("../svg/arrow-right-white-circle.svg") right 1px bottom no-repeat;
}
.paragraph-g1 .numbers .paragraph-r6 a:hover, .paragraph-c2 .numbers .paragraph-r6 a:hover {
  background-image: url("../svg/fletxa-hover-g1.svg");
}
.paragraph-g1 .numbers .paragraph-r6 .number, .paragraph-c2 .numbers .paragraph-r6 .number {
  font-weight: 800;
  font-size: 60px;
  line-height: 60px;
  margin: 10px 0;
}
.paragraph-g1 .numbers .paragraph-r6 .title, .paragraph-c2 .numbers .paragraph-r6 .title {
  font-weight: 800;
  font-size: 20px;
  padding-bottom: 10px;
}
.paragraph-g1 .numbers .paragraph-r6 .subtitle, .paragraph-c2 .numbers .paragraph-r6 .subtitle {
  font-size: 15px;
  line-height: 18px;
  padding-bottom: 10px;
}
.paragraph-g1 .numbers .paragraph-r6:nth-child(2), .paragraph-c2 .numbers .paragraph-r6:nth-child(2) {
  background-color: #EAEAF1;
}
.paragraph-g1 .numbers .paragraph-r6:nth-child(2) *, .paragraph-c2 .numbers .paragraph-r6:nth-child(2) * {
  color: #002664;
}
.paragraph-g1 .numbers .paragraph-r6:nth-child(2) a, .paragraph-c2 .numbers .paragraph-r6:nth-child(2) a {
  background-image: url("../svg/arrow-right-black-circle.svg");
}
.paragraph-g1 .numbers .paragraph-r6:nth-child(2) a:hover, .paragraph-c2 .numbers .paragraph-r6:nth-child(2) a:hover {
  background-image: url("../svg/fletxa-hover-g1.svg");
}
.paragraph-g1:before, .paragraph-c2:before {
  content: "";
  width: calc((100% - 1140px) / 2);
  top: 0;
  background-color: #fff;
  position: absolute;
  right: 0;
  height: 100%;
}
.paragraph-g1 .paragraph-a1 .row &gt; div, .paragraph-c2 .paragraph-a1 .row &gt; div {
  border: 0;
  flex: 0 0 90%;
  max-width: 90%;
}
.paragraph-g1 .paragraph-a1 .col-first, .paragraph-c2 .paragraph-a1 .col-first {
  padding-right: 450px;
}

.paragraph-g1 .paragraph-a1 .col-first p a:hover {
  color: #fff !important;
}

.paragraph-c2 h2 {
  font-weight: normal;
  padding-bottom: 40px;
}
.paragraph-c2 .content {
  padding-bottom: 50px;
  padding-left: 0;
  width: 50%;
  position: relative;
  z-index: 3;
}
.paragraph-c2 .links {
  padding-top: 20px;
  padding-bottom: 30px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.paragraph-c2 .links a {
  text-decoration: none;
  position: relative;
  margin-bottom: 20px;
}
.paragraph-c2 .links a:after {
  content: "";
  width: 50%;
  bottom: -5px;
  left: 0;
  height: 2px;
  display: block;
  position: absolute;
  background-color: #0073CF;
  transition: all 0.3s;
}
.paragraph-c2 .links a:hover:after {
  width: 100%;
}
.paragraph-c2 .btn-cta a:hover {
  background-color: #009FDA;
  color: #fff;
}

.paragraph-e1, .template-tool-list {
  margin-top: 50px;
  margin-bottom: 50px;
  position: relative;
}
.paragraph-e1 .links, .template-tool-list .links {
  padding-top: 40px;
}
.paragraph-e1 .links h3, .template-tool-list .links h3 {
  font-size: 22px;
  font-weight: normal;
  color: #002664;
  padding: 20px 70px 15px 0;
  line-height: 25px;
}
.paragraph-e1 .links h3 a, .template-tool-list .links h3 a {
  text-decoration: none;
  color: #002664;
}
.paragraph-e1 .links .subtitle, .template-tool-list .links .subtitle {
  line-height: 25px;
}
.paragraph-e1 .links .field--name-field-media-image, .template-tool-list .links .field--name-field-media-image {
  max-width: 220px;
  min-height: 220px;
  background-color: #0073CF;
  border-radius: 20px;
  position: relative;
}
.paragraph-e1 .links .field--name-field-media-image:after, .template-tool-list .links .field--name-field-media-image:after {
  content: "";
  width: 80%;
  height: 80%;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: auto;
  margin-right: auto;
  border: 15px solid #009FDA;
}
.paragraph-e1 .links .field--name-field-media-image img, .template-tool-list .links .field--name-field-media-image img {
  position: relative;
  z-index: 2;
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  width: 80px;
}
.paragraph-e1 .paragraph-r7, .template-tool-list .paragraph-r7 {
  padding-bottom: 30px;
}
.paragraph-e1 .paragraph-r7 .image-icon, .template-tool-list .paragraph-r7 .image-icon {
  position: relative;
  max-width: 170px;
  height: 170px;
  background-color: #0073CF;
  border-radius: 15px;
  position: relative;
}
.paragraph-e1 .paragraph-r7 .image-icon:after, .template-tool-list .paragraph-r7 .image-icon:after {
  content: "";
  width: 120px;
  height: 120px;
  border-radius: 50%;
  border: 15px solid #009FDA;
  display: block;
  top: 25px;
  left: 25px;
  position: absolute;
  z-index: 2;
  background-color: #fff;
}
.paragraph-e1 .paragraph-r7 .image-icon .media, .template-tool-list .paragraph-r7 .image-icon .media {
  z-index: 3;
  max-width: 50%;
  margin: auto;
  top: 40px;
}
.paragraph-e1 .paragraph-r7 h3 a:hover, .template-tool-list .paragraph-r7 h3 a:hover {
  color: #009FDA;
}
.paragraph-e1 .paragraph-r7 .btn-with-arrow, .template-tool-list .paragraph-r7 .btn-with-arrow {
  position: absolute;
  top: 108px;
  left: 160px;
  z-index: 2;
}
.paragraph-e1 .paragraph-r7 .btn-with-arrow a, .template-tool-list .paragraph-r7 .btn-with-arrow a {
  display: inline-block;
  text-decoration: none;
  font-size: 15px;
  background: url(../svg/arrow-right-white-circle.svg) right 20px center no-repeat #002664;
  padding-right: 60px;
}
.paragraph-e1 .paragraph-r7 .btn-with-arrow a:hover, .template-tool-list .paragraph-r7 .btn-with-arrow a:hover {
  background-color: #009FDA;
}
.paragraph-e1 .btn-global, .template-tool-list .btn-global {
  position: absolute;
  right: 0;
  top: 0;
}
.paragraph-e1 .btn-global a, .template-tool-list .btn-global a {
  text-transform: uppercase;
  font-size: 12px;
  text-decoration: none;
  color: #002664;
  padding-right: 30px;
  background: url("../svg/arrow-right-blue.svg") no-repeat center right;
}
.paragraph-e1 .btn-global a:hover, .template-tool-list .btn-global a:hover {
  color: #009FDA;
}

.paragraph-b2 {
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 70px 40px 70px 70px;
  background: url(../svg/pattern-highlight.svg) #EAEAF1;
  background-size: cover;
  max-width: 100%;
  position: relative;
}
.paragraph-b2 &gt; div {
  position: relative;
}
.paragraph-b2 &gt; div:after {
  content: "";
  display: block;
  width: 80px;
  height: 80px;
  background-color: #0073CF;
  position: absolute;
  bottom: -70px;
  right: 30px;
}
.paragraph-b2:before {
  content: "";
  width: calc((100% - 1240px) / 2);
  top: 0;
  background-color: #fff;
  position: absolute;
  left: 0;
  height: 100%;
}
.paragraph-b2 h3 {
  font-size: 36px;
  padding-bottom: 20px;
  font-weight: normal;
  padding-top: 0 !important;
  line-height: 1.1em;
}
.paragraph-b2 .link-arrow-right {
  margin-top: 20px;
  display: inline-block;
}
.paragraph-b2 .link-arrow-right a {
  background-color: #002664;
  padding: 15px 20px;
  color: #fff;
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 12px;
  background-image: none;
}
.paragraph-b2 .link-arrow-right a:hover {
  background-color: #009FDA;
  color: #fff;
}
.paragraph-b2 .paragraph {
  padding-bottom: 30px;
}
.paragraph-b2 .two-columns {
  display: flex;
}
.paragraph-b2 .two-columns .media-video-player .player-box {
  min-height: 110px;
}
.paragraph-b2 .two-columns .media-video-player .player-box .image-video:before {
  background-size: 30px 30px;
  height: 30px;
  width: 30px;
}
.paragraph-b2 .two-columns h3 {
  font-size: 22px;
  color: #002664;
  padding-top: 10px;
  padding-bottom: 10px;
}
.paragraph-b2 .two-columns .field--name-field-md-caption {
  margin-top: 5px;
}
.paragraph-b2 .two-columns .field--name-field-md-caption .field__item {
  font-size: 14px;
}
.paragraph-b2 .two-columns .paragraph-r1 {
  margin-right: 20px;
  border-bottom: 1px solid #4D5357;
  padding-bottom: 40px;
}
.paragraph-b2 .two-columns .paragraph-r1 .row &gt; div:first-child {
  padding-left: 0;
}
.paragraph-b2 .two-columns .paragraph-r1 .row .media {
  height: 220px;
}
.paragraph-b2 .two-columns .paragraph-r1 .row .media img {
  object-fit: cover;
  height: 220px;
}
.paragraph-b2.v2 {
  background-color: #D2D2D9;
  background-image: none;
  padding: 0px;
  max-width: 100%;
}
.paragraph-b2.v2:before {
  width: calc((100% - 1140px) / 2);
}
.paragraph-b2.v2 &gt; div:after {
  display: none;
}
.paragraph-b2.v2 .two-columns {
  max-width: 1140px;
  margin: auto;
}
.paragraph-b2.v2 .two-columns .paragraph-r1 {
  margin-right: 0;
  width: 50%;
  border: 0;
  padding: 40px 40px 60px 40px;
}
.paragraph-b2.v2 .two-columns .paragraph-r1:first-child {
  background-color: #EAEAF1;
}
.paragraph-b2.v2 .two-columns .paragraph-r1 .row &gt; div:first-child {
  padding: 0 15px;
}
.paragraph-b2.two-columns-colors {
  padding-bottom: 30px;
  background: none;
  margin-top: -1em;
  padding-top: 0;
}
.paragraph-b2.two-columns-colors &gt; div:after {
  display: none;
}
.paragraph-b2.two-columns-colors:before {
  display: none;
}
.paragraph-b2.two-columns-colors .row-b2-items {
  display: flex;
  justify-content: center;
  background-color: #EAEAF1;
}
.paragraph-b2.two-columns-colors .row-b2-items article &gt; * + * {
  margin-top: 0;
}
.paragraph-b2.two-columns-colors .row-b2-items .paragraph-r1.container {
  padding-bottom: 0;
}
.paragraph-b2.two-columns-colors .row-b2-items .paragraph-r1.container .field--name-field-media-image {
  padding-top: 3px;
}
.paragraph-b2.two-columns-colors .row-b2-items .paragraph-r1.container .field--name-field-media-image .field__item {
  display: flex;
  justify-content: center;
}
.paragraph-b2.two-columns-colors .row-b2-items .paragraph-r1.container:hover {
  background-color: #0073CF;
}
.paragraph-b2.two-columns-colors .row-b2-items .paragraph-r1.container:hover *, .paragraph-b2.two-columns-colors .row-b2-items .paragraph-r1.container:hover h3 {
  color: #fff !important;
}
.paragraph-b2.two-columns-colors .row-b2-items .paragraph-r1.container:hover:after {
  display: none;
}
.paragraph-b2.two-columns-colors .row-b2-items .paragraph-r1.container .row {
  max-width: 580px;
  padding: 60px;
  position: relative;
}
.paragraph-b2.two-columns-colors .row-b2-items .paragraph-r1.container .row &gt; div {
  position: static;
}
.paragraph-b2.two-columns-colors .row-b2-items .paragraph-r1.container .row h3 {
  font-size: 22px;
  color: #002664;
}
.paragraph-b2.two-columns-colors .row-b2-items .paragraph-r1.container .row div {
  font-size: 14px;
  line-height: 18px;
}
.paragraph-b2.two-columns-colors .row-b2-items .paragraph-r1.container .row .link-arrow-right a {
  text-indent: -4000px;
  display: inlin-block;
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: transparent;
  top: 0;
  left: 0;
  background-image: none;
}
.paragraph-b2.two-columns-colors .row-b2-items .paragraph-r1.container.hideBefore:before {
  width: 0 !important;
}
.paragraph-b2.two-columns-colors .row-b2-items .paragraph-r1.container:first-child .row {
  float: right;
}
.paragraph-b2.two-columns-colors .row-b2-items .paragraph-r1.container:nth-child(2) {
  position: relative;
}
.paragraph-b2.two-columns-colors .row-b2-items .paragraph-r1.container:nth-child(2):before {
  content: "";
  height: 150px;
  width: 1px;
  left: 0;
  top: calc(50% - 80px);
  display: block;
  background-color: #4D5357;
  position: absolute;
}
.paragraph-b2.two-columns-colors .row-b2-items .paragraph-r1.container:nth-child(2) .row {
  float: left;
}

.paragraph-i2 {
  background-color: #EAEAF1;
  padding-top: 40px;
  padding-bottom: 40px;
}
.paragraph-i2 h2 {
  padding-bottom: 30px;
}
.paragraph-i2 .btn-cta {
  padding-top: 30px;
}
.paragraph-i2.white {
  background-color: #fff;
}
.paragraph-i2.grey {
  background-color: #EAEAF1;
}

.paragraph-c6 {
  padding-top: 40px;
  padding-bottom: 30px;
}
.paragraph-c6 .links {
  padding-top: 40px;
}
.paragraph-c6 .links &gt; div {
  margin-bottom: 20px;
}
.paragraph-c6 .links .content-logo {
  height: 100%;
  display: flex;
  padding: 20px 40px 20px 0;
  border-bottom: 1px solid #707070;
}
.paragraph-c6 .links .content-logo .icon {
  width: 140px;
}
.paragraph-c6 .links .content {
  padding-left: 40px;
  width: 100%;
}
.paragraph-c6 .links h3 {
  font-size: 22px;
  font-weight: normal;
  padding-bottom: 15px;
}
.paragraph-c6 .links .text {
  font-size: 16px;
  padding-bottom: 15px;
}
.paragraph-c6 .links .link-arrow-right a {
  background-size: 13px 13px;
}
.paragraph-c6 .btn-cta {
  padding-top: 20px;
}
.paragraph-c6 .btn-cta a:hover {
  background-color: #009FDA;
}

.paragraph-b1 {
  margin-bottom: 50px;
}
.paragraph-b1 .flexslider-home .owl-item .paragraph-r12 {
  width: 100%;
}
.paragraph-b1 .flexslider-home.loading {
  height: 500px;
  overflow-x: hidden;
  overflow-y: hidden;
  background-color: #002664;
  position: relative;
}
.paragraph-b1 .flexslider-home.loading:after {
  content: "";
  background: url("../gif/loader-slider.gif") no-repeat center center;
  width: 110px;
  height: 110px;
  position: absolute;
  top: calc(50% - 55px);
  left: calc(50% - 55px);
}
.paragraph-b1 .flexslider-home.loading * {
  visibility: hidden;
}
.paragraph-b1 .flexslider-home:not(.loading) .icon-boxes .a {
  transition: all 0.25s;
  transition-delay: 0.5s;
}
.paragraph-b1 .flexslider-home:not(.loading) .icon-boxes .b {
  transition: all 0.25s;
  transition-delay: 0.75s;
}
.paragraph-b1 .flexslider-home:not(.loading) .icon-boxes .c {
  transition: all 0.25s;
  transition-delay: 1s;
}
.paragraph-b1 .flexslider-home:not(.loading) .icon-boxes .d {
  transition: all 0.25s;
  transition-delay: 1.25s;
}
.paragraph-b1 .flexslider-home:not(.loading) .slides li.flex-active-slide .slide-content .icon-boxes .a, .paragraph-b1 .flexslider-home:not(.loading) .slides li.flex-active-slide .slide-content .icon-boxes .c, .paragraph-b1 .flexslider-home:not(.loading) .slides li.flex-active-slide .slide-content .icon-boxes .d, .paragraph-b1 .flexslider-home:not(.loading) .slides li.flex-active-slide .slide-content .icon-boxes .b {
  opacity: 1 !important;
}
.paragraph-b1 .flexslider-home .flex-direction-nav {
  display: none;
}
.paragraph-b1 .slide-content {
  padding-top: 80px;
  height: 500px;
  position: relative;
}
.paragraph-b1 .slide-content .container {
  position: relative;
  z-index: 1;
  height: 100%;
}
.paragraph-b1 .slide-content .container .icon-boxes {
  position: absolute;
  right: 15px;
  bottom: -10px;
}
.paragraph-b1 .bg-image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 500px;
}
.paragraph-b1 .bg-image:before {
  content: "";
  position: absolute;
  background: url("../svg/pattern-blue-menu.svg") no-repeat;
  background-size: cover;
  height: 100%;
  width: 80%;
  z-index: 0;
  top: 0;
}
.paragraph-b1 .bg-image:after {
  content: "";
  position: absolute;
  width: 90%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 0;
  background: transparent linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, #002664 100%) 0% 0% no-repeat padding-box;
  opacity: 0.65;
}
.paragraph-b1 .flex-direction-nav, .paragraph-b1 .flex-control-nav {
  display: none;
}
.paragraph-b1 #navigation-slider {
  background-color: #EAEAF1;
}
.paragraph-b1 #navigation-slider .flex-direction-nav {
  bottom: -30px;
}
.paragraph-b1 #navigation-slider ul.slides {
  display: flex;
}
.paragraph-b1 #navigation-slider ul.slides li:last-child .item-navigation:after {
  display: none;
}
.paragraph-b1 #navigation-slider .item-navigation {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 40px 30px;
  cursor: pointer;
  height: 100%;
}
.paragraph-b1 #navigation-slider .item-navigation:after {
  content: "";
  height: 60%;
  width: 1px;
  background-color: #4D5357;
  top: 30px;
  right: -1px;
  position: absolute;
}
.paragraph-b1 #navigation-slider .item-navigation:hover {
  background-color: #0073CF;
  border-color: #fff;
}
.paragraph-b1 #navigation-slider .item-navigation:hover * {
  color: #fff;
}
.paragraph-b1 #navigation-slider .item-navigation:hover:after {
  display: none;
}
.paragraph-b1 #navigation-slider .item-navigation h3 {
  color: #002664;
}
.paragraph-b1 #navigation-slider .flex-active-slide {
  background-color: #0073CF;
}
.paragraph-b1 #navigation-slider .flex-active-slide .item-navigation * {
  color: #fff;
}
.paragraph-b1 #navigation-slider .flex-active-slide .item-navigation:after {
  content: none;
}
.paragraph-b1 #navigation-slider .info {
  display: flex;
}
.paragraph-b1 #navigation-slider .info .date, .paragraph-b1 #navigation-slider .info .location {
  padding-top: 10px;
  font-weight: normal;
  font-size: 14px;
}
.paragraph-b1 #navigation-slider .info .location {
  padding-left: 10px;
  margin-right: 10px;
}
.paragraph-b1 #navigation-slider .info .location:before {
  content: "/";
}
.paragraph-b1 #navigation-slider .tag {
  padding-bottom: 10px;
  font-size: 14px;
  font-weight: 800;
}
.paragraph-b1 #navigation-slider h3 {
  font-weight: normal;
  font-size: 22px;
  line-height: 25px;
  padding: 15px 0;
}
.paragraph-b1 #main-slider * {
  color: #fff;
}
.paragraph-b1 #main-slider h2 {
  max-width: 700px;
  font-size: 60px;
  line-height: 1.12em;
  font-weight: 600;
  padding-top: 15px;
}
.paragraph-b1 #main-slider .tag {
  font-weight: 800;
  font-size: 14px;
}
.paragraph-b1 #main-slider .btn-cta {
  margin-top: 40px;
}
.paragraph-b1 #main-slider .btn-cta a {
  background-color: #fff;
  color: #002664;
}
.paragraph-b1 #main-slider .btn-cta a:hover {
  background-color: #009FDA;
  color: #fff;
}
.paragraph-b1 #main-slider .wrapper-video {
  height: 43.7vw;
  max-height: 500px;
}
.paragraph-b1 #main-slider .wrapper-video .container-video {
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.paragraph-b1 #main-slider .wrapper-video .container-video iframe {
  width: 140%;
  height: 140%;
  -o-object-fit: cover;
  object-fit: cover;
  position: relative;
  left: -20%;
  top: -20%;
}
.paragraph-b1 #main-slider .wrapper-video .container-video video {
  width: 130%;
  height: 130%;
  -o-object-fit: cover;
  object-fit: cover;
  position: relative;
  left: -20%;
  top: -20%;
  z-index: 1;
}
.paragraph-b1 #main-slider .wrapper-video.file-video {
  height: 100vw;
}
.paragraph-b1 .navigation-slider-block {
  background-color: #EAEAF1;
  position: relative;
}
.paragraph-b1 .navigation-slider-block .video-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url("../svg/video-player-icon-v2.svg") no-repeat;
  background-size: 20px 20px;
  margin-top: 10px;
}
.paragraph-b1 .flex-direction-nav {
  display: block;
  position: absolute;
  bottom: 10px;
  right: 20px;
  display: flex;
}
.paragraph-b1 .flex-direction-nav li.flex-nav-prev a {
  text-indent: -3000px;
  background: url("../svg/arrow-left-slider-light-blue.svg") no-repeat center center;
  display: inline-block;
  width: 50px;
}
.paragraph-b1 .flex-direction-nav li.flex-nav-next a {
  text-indent: -3000px;
  background: url("../svg/arrow-right-ligtht-blue.svg") no-repeat center center;
  display: inline-block;
  width: 50px;
}
.paragraph-b1 .extra-info {
  display: none;
}

.paragraph-cercador .search-col {
  margin-top: -18px;
}
.paragraph-cercador .search-col fieldset legend {
  display: block;
  padding: 20px;
  width: 100%;
  background-color: #0073CF;
  color: #fff;
  border-bottom: 1px solid #fff;
  cursor: pointer;
  font-size: 14px;
  position: relative;
}
.paragraph-cercador .search-col fieldset legend:hover {
  background-color: #0A5A9A;
}
.paragraph-cercador .search-col fieldset legend:after {
  content: "";
  background: url(../svg/arrow-legend-white.svg) no-repeat center right 10px;
  width: 30px;
  height: 30px;
  position: absolute;
  right: 5px;
}
.paragraph-cercador .search-col fieldset legend.active-legend:after {
  transform: rotate(180deg);
}
.paragraph-cercador .search-col fieldset legend.no-dropdown:after {
  display: none;
}
.paragraph-cercador .search-col fieldset .fieldset-wrapper {
  display: none;
}
.paragraph-cercador .search-col fieldset .form-item {
  background-color: #CFE7FA;
  border: 0;
}
.paragraph-cercador .search-col fieldset .form-item input {
  display: none;
}
.paragraph-cercador .search-col fieldset .form-item label {
  color: #002664;
  font-size: 14px;
  font-weight: normal;
  margin: 0 20px;
  padding-bottom: 12px;
  padding-top: 12px;
  display: inline-block;
  cursor: pointer;
  width: calc(100% - 40px);
  border-bottom: 1px solid #002664;
}
.paragraph-cercador .search-col fieldset .form-item:last-child label {
  border: 0;
}
.paragraph-cercador .search-col fieldset .form-item:hover {
  background-color: #A0CAEB;
}
.paragraph-cercador .search-col .form-item {
  float: none;
  margin: 0;
}
.paragraph-cercador .search-col .form-radios.bef-nested ul, .paragraph-cercador .search-col .form-checkboxes.bef-nested ul {
  margin: 0;
  padding: 0;
}
.paragraph-cercador .search-col .form-radios.bef-nested ul li, .paragraph-cercador .search-col .form-checkboxes.bef-nested ul li {
  list-style: none;
}
.paragraph-cercador .search-col .form-radios.bef-nested ul li label, .paragraph-cercador .search-col .form-checkboxes.bef-nested ul li label {
  border-bottom: 1px solid #002664;
}
.paragraph-cercador .search-col .form-radios.bef-nested ul li ul, .paragraph-cercador .search-col .form-checkboxes.bef-nested ul li ul {
  display: none;
}
.paragraph-cercador .search-col .form-radios.bef-nested ul li:last-child label, .paragraph-cercador .search-col .form-checkboxes.bef-nested ul li:last-child label {
  border: 0;
}
.paragraph-cercador .search-col input#edit-text, .paragraph-cercador .search-col input#edit-search-api-fulltext {
  background: url("../svg/ico-search.svg") no-repeat center right 10px #fff;
  background-size: 20px 20px;
  border: 0;
}
.paragraph-cercador .search-col .form-type-textfield {
  width: 100%;
  background-color: #002664;
  padding: 30px 20px;
}
.paragraph-cercador .search-col .form-type-textfield label {
  display: none;
}
.paragraph-cercador .search-col .form-type-textfield input {
  width: 100%;
  padding: 8px;
}
.paragraph-cercador .search-col .form-item-fl {
  display: none !important;
}
.paragraph-cercador .search-col .alphabet-filter legend {
  background-color: #CFE7FA;
  color: #002664;
  border: 0;
}
.paragraph-cercador .search-col .alphabet-filter legend:after {
  display: none;
}
.paragraph-cercador .search-col .alphabet-filter legend:hover {
  background-color: #CFE7FA;
  color: #002664;
}
.paragraph-cercador .search-col .alphabet-filter .fieldset-wrapper {
  display: block !important;
  background-color: #CFE7FA;
  padding: 0 10px 20px 10px;
}
.paragraph-cercador .search-col .alphabet-filter .fieldset-wrapper .form-radios {
  display: flex;
  flex-wrap: wrap;
}
.paragraph-cercador .search-col .alphabet-filter .fieldset-wrapper .form-radios .form-item:hover {
  background-color: #CFE7FA;
  color: #0073CF;
}
.paragraph-cercador .search-col .alphabet-filter .fieldset-wrapper .form-radios label {
  padding: 4px;
  border: 0;
  margin: 0 10px;
  text-transform: uppercase;
  width: 100%;
  font-size: 20px;
}
.paragraph-cercador .search-col .alphabet-filter .fieldset-wrapper .form-radios label:hover {
  background-color: #CFE7FA;
  color: #0073CF;
}
.paragraph-cercador .search-col #edit-field-yearly--wrapper legend {
  display: none;
}
.paragraph-cercador .search-col #edit-field-yearly--wrapper .fieldset-wrapper {
  display: block !important;
}
.paragraph-cercador .search-col #edit-field-yearly--wrapper .form-radios .form-item-field-yearly label {
  background-color: #CFE7FA;
  color: #002664;
  padding: 12px 20px;
  font-size: 14px;
  font-weight: normal;
  width: 100%;
  display: block;
  margin: 0;
  border-bottom: none;
}
.paragraph-cercador .search-col #edit-field-yearly--wrapper .form-radios .form-item-field-yearly label:hover {
  background-color: #A0CAEB;
}
.paragraph-cercador .search-col #edit-field-yearly--wrapper .form-radios .form-item-field-yearly:nth-child(2) {
  display: none;
}
.paragraph-cercador .search-col #edit-field-yearly--wrapper .form-radios .form-item-field-yearly input:checked + label {
  background-color: #A0CAEB;
}
.paragraph-cercador #results-filters {
  display: inline-block;
  width: 100%;
  padding-bottom: 40px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  visibility: hidden;
}
.paragraph-cercador #results-filters a {
  padding: 7px 30px 7px 15px;
  color: #002664;
  border: 1px solid #002664;
  text-decoration: none;
  font-size: 15px;
  background: url("../svg/cross.svg") no-repeat right 10px center;
  margin: 10px;
}
.paragraph-cercador #results-filters a:hover {
  color: #009FDA;
  border: 1px solid #009FDA;
  background-image: url("../svg/cross-light-blue.svg");
}
.paragraph-cercador #results-filters.has-results {
  visibility: visible;
  padding-top: 40px;
}
.paragraph-cercador.paragraph--type--paragraph-search-project .search-col {
  position: static;
}
.paragraph-cercador.paragraph--type--paragraph-search-project .container {
  position: relative;
}
.paragraph-cercador.paragraph--type--paragraph-search-project #edit-field-project-ended--wrapper {
  position: absolute;
  top: -5px;
  left: 0;
}
.paragraph-cercador.paragraph--type--paragraph-search-project #edit-field-project-ended--wrapper legend {
  display: none;
}
.paragraph-cercador.paragraph--type--paragraph-search-project #edit-field-project-ended--wrapper .fieldset-wrapper {
  display: block;
}
.paragraph-cercador.paragraph--type--paragraph-search-project #edit-field-project-ended--wrapper .fieldset-wrapper &gt; div &gt; .form-radios {
  display: flex;
}
.paragraph-cercador.paragraph--type--paragraph-search-project #edit-field-project-ended--wrapper .fieldset-wrapper &gt; div &gt; .form-radios .form-item {
  background-color: transparent;
}
.paragraph-cercador.paragraph--type--paragraph-search-project #edit-field-project-ended--wrapper .fieldset-wrapper &gt; div &gt; .form-radios .form-item input:checked + label {
  font-weight: 700;
}
.paragraph-cercador.paragraph--type--paragraph-search-project #edit-field-project-ended--wrapper .fieldset-wrapper &gt; div &gt; .form-radios .form-item label {
  border: 0;
}
.paragraph-cercador.paragraph--type--paragraph-search-project #edit-field-project-ended--wrapper .fieldset-wrapper &gt; div &gt; .form-radios .form-item:last-child {
  display: none;
}
.paragraph-cercador.paragraph--type--paragraph-search-event #edit-type--wrapper .fieldset-wrapper, .paragraph-cercador.paragraph--type--paragraph-search-media-kit-comun #edit-type--wrapper .fieldset-wrapper {
  display: block;
}
.paragraph-cercador.paragraph--type--paragraph-search-event .views-row, .paragraph-cercador.paragraph--type--paragraph-search-media-kit-comun .views-row {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #4D5357;
}
.paragraph-cercador.paragraph--type--paragraph-search-event .views-row:last-child, .paragraph-cercador.paragraph--type--paragraph-search-media-kit-comun .views-row:last-child {
  border: 0;
}
.paragraph-cercador.paragraph-search-news .search-col fieldset#edit-topics--wrapper .fieldset-wrapper {
  display: block;
}
.paragraph-cercador.paragraph-search-news .views-row {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #4D5357;
}
.paragraph-cercador.paragraph-search-news .views-row:last-child {
  border: 0;
}
.paragraph-cercador.paragraph--type--paragraph-search-media-kit-comun .views-row {
  border: 0;
}
.paragraph-cercador.paragraph--type--paragraph-list-external-courses .views-row {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #002664;
}
.paragraph-cercador.paragraph--type--paragraph-list-external-courses .views-row:last-child {
  border: 0;
}
.paragraph-cercador.paragraph--type--paragraph-list-external-courses #filters-past-future {
  padding-bottom: 30px;
}
.paragraph-cercador.paragraph--type--paragraph-list-external-courses #filters-past-future legend {
  display: none;
}
.paragraph-cercador.paragraph--type--paragraph-list-external-courses #filters-past-future .fieldset-wrapper .form-radios {
  display: flex;
}
.paragraph-cercador.paragraph--type--paragraph-list-external-courses #filters-past-future .fieldset-wrapper .form-radios label {
  cursor: pointer;
  color: #002664;
  font-size: 14px;
}
.paragraph-cercador.paragraph--type--paragraph-list-external-courses #filters-past-future .fieldset-wrapper .form-radios input {
  display: none;
}
.paragraph-cercador.paragraph--type--paragraph-list-external-courses #filters-past-future .fieldset-wrapper .form-radios input:checked + label {
  font-weight: bold;
}
.paragraph-cercador.paragraph--type--paragraph-list-external-courses #filters-past-future .fieldset-wrapper .form-radios &gt; div {
  margin-right: 25px;
  margin-top: 0;
}
.paragraph-cercador.paragraph--type--paragraph-search-agenda-activity .container, .paragraph-cercador.paragraph--type--paragraph-search-agenda-act-webi .container, .paragraph-cercador.paragraph--type--paragraph-search-courses .container {
  position: relative;
}
.paragraph-cercador.paragraph--type--paragraph-search-agenda-activity .search-col, .paragraph-cercador.paragraph--type--paragraph-search-agenda-act-webi .search-col, .paragraph-cercador.paragraph--type--paragraph-search-courses .search-col {
  position: static;
}
.paragraph-cercador.paragraph--type--paragraph-search-agenda-activity #edit-field-event-type--wrapper .fieldset-wrapper, .paragraph-cercador.paragraph--type--paragraph-search-agenda-act-webi #edit-field-event-type--wrapper .fieldset-wrapper, .paragraph-cercador.paragraph--type--paragraph-search-courses #edit-field-event-type--wrapper .fieldset-wrapper {
  display: block;
}
.paragraph-cercador.paragraph--type--paragraph-search-agenda-activity .form-item-field-start-end-date, .paragraph-cercador.paragraph--type--paragraph-search-agenda-act-webi .form-item-field-start-end-date, .paragraph-cercador.paragraph--type--paragraph-search-courses .form-item-field-start-end-date {
  display: none !important;
}
.paragraph-cercador.paragraph--type--paragraph-search-agenda-activity .views-row, .paragraph-cercador.paragraph--type--paragraph-search-agenda-act-webi .views-row, .paragraph-cercador.paragraph--type--paragraph-search-courses .views-row {
  padding-bottom: 15px;
  margin-bottom: 20px;
  border-bottom: 1px solid #002664;
}
.paragraph-cercador.paragraph--type--paragraph-search-agenda-activity .views-row:last-child, .paragraph-cercador.paragraph--type--paragraph-search-agenda-act-webi .views-row:last-child, .paragraph-cercador.paragraph--type--paragraph-search-courses .views-row:last-child {
  border: 0;
}
.paragraph-cercador.paragraph--type--paragraph-search-agenda-activity #edit-field-ended--wrapper, .paragraph-cercador.paragraph--type--paragraph-search-agenda-act-webi #edit-field-ended--wrapper, .paragraph-cercador.paragraph--type--paragraph-search-courses #edit-field-ended--wrapper {
  position: absolute;
  top: -5px;
  left: 0;
}
.paragraph-cercador.paragraph--type--paragraph-search-agenda-activity #edit-field-ended--wrapper legend, .paragraph-cercador.paragraph--type--paragraph-search-agenda-act-webi #edit-field-ended--wrapper legend, .paragraph-cercador.paragraph--type--paragraph-search-courses #edit-field-ended--wrapper legend {
  display: none;
}
.paragraph-cercador.paragraph--type--paragraph-search-agenda-activity #edit-field-ended--wrapper .fieldset-wrapper, .paragraph-cercador.paragraph--type--paragraph-search-agenda-act-webi #edit-field-ended--wrapper .fieldset-wrapper, .paragraph-cercador.paragraph--type--paragraph-search-courses #edit-field-ended--wrapper .fieldset-wrapper {
  display: block !important;
}
.paragraph-cercador.paragraph--type--paragraph-search-agenda-activity #edit-field-ended--wrapper .fieldset-wrapper &gt; div &gt; .form-radios, .paragraph-cercador.paragraph--type--paragraph-search-agenda-act-webi #edit-field-ended--wrapper .fieldset-wrapper &gt; div &gt; .form-radios, .paragraph-cercador.paragraph--type--paragraph-search-courses #edit-field-ended--wrapper .fieldset-wrapper &gt; div &gt; .form-radios {
  display: flex;
}
.paragraph-cercador.paragraph--type--paragraph-search-agenda-activity #edit-field-ended--wrapper .fieldset-wrapper &gt; div &gt; .form-radios .form-item, .paragraph-cercador.paragraph--type--paragraph-search-agenda-act-webi #edit-field-ended--wrapper .fieldset-wrapper &gt; div &gt; .form-radios .form-item, .paragraph-cercador.paragraph--type--paragraph-search-courses #edit-field-ended--wrapper .fieldset-wrapper &gt; div &gt; .form-radios .form-item {
  background-color: transparent;
}
.paragraph-cercador.paragraph--type--paragraph-search-agenda-activity #edit-field-ended--wrapper .fieldset-wrapper &gt; div &gt; .form-radios .form-item input:checked + label, .paragraph-cercador.paragraph--type--paragraph-search-agenda-act-webi #edit-field-ended--wrapper .fieldset-wrapper &gt; div &gt; .form-radios .form-item input:checked + label, .paragraph-cercador.paragraph--type--paragraph-search-courses #edit-field-ended--wrapper .fieldset-wrapper &gt; div &gt; .form-radios .form-item input:checked + label {
  font-weight: 700;
}
.paragraph-cercador.paragraph--type--paragraph-search-agenda-activity #edit-field-ended--wrapper .fieldset-wrapper &gt; div &gt; .form-radios .form-item label, .paragraph-cercador.paragraph--type--paragraph-search-agenda-act-webi #edit-field-ended--wrapper .fieldset-wrapper &gt; div &gt; .form-radios .form-item label, .paragraph-cercador.paragraph--type--paragraph-search-courses #edit-field-ended--wrapper .fieldset-wrapper &gt; div &gt; .form-radios .form-item label {
  border: 0;
}
.paragraph-cercador.paragraph--type--paragraph-search-event .container {
  position: relative;
}
.paragraph-cercador.paragraph--type--paragraph-search-event .search-col {
  position: static;
}
.paragraph-cercador.paragraph--type--paragraph-search-event #edit-field-ended--wrapper {
  position: absolute;
  top: -5px;
  left: 0;
}
.paragraph-cercador.paragraph--type--paragraph-search-event #edit-field-ended--wrapper legend {
  display: none;
}
.paragraph-cercador.paragraph--type--paragraph-search-event #edit-field-ended--wrapper .fieldset-wrapper {
  display: block !important;
}
.paragraph-cercador.paragraph--type--paragraph-search-event #edit-field-ended--wrapper .fieldset-wrapper &gt; div &gt; .form-radios {
  display: flex;
}
.paragraph-cercador.paragraph--type--paragraph-search-event #edit-field-ended--wrapper .fieldset-wrapper &gt; div &gt; .form-radios .form-item {
  background-color: transparent;
}
.paragraph-cercador.paragraph--type--paragraph-search-event #edit-field-ended--wrapper .fieldset-wrapper &gt; div &gt; .form-radios .form-item input:checked + label {
  font-weight: 700;
}
.paragraph-cercador.paragraph--type--paragraph-search-event #edit-field-ended--wrapper .fieldset-wrapper &gt; div &gt; .form-radios .form-item label {
  border: 0;
}
.paragraph-cercador.paragraph--type--paragraph-search-documents .search-col fieldset .fieldset-wrapper {
  display: block !important;
}
.paragraph-cercador.paragraph--type--paragraph-search-documents .search-col fieldset legend:after {
  transform: none !important;
}
.paragraph-cercador.paragraph--type--paragraph-search-documents .search-col fieldset .js-form-item-field-year-1-52 {
  display: none;
}
.paragraph-cercador .filters-agenda {
  display: flex;
  padding-bottom: 40px;
  padding-left: 30px;
}
.paragraph-cercador .filters-agenda &gt; div {
  padding: 0 15px;
  font-size: 14px;
  cursor: pointer;
}
.paragraph-cercador .filters-agenda &gt; div.active {
  font-weight: 900;
}
.paragraph-cercador .filters-agenda a {
  color: #002664;
  text-decoration: none;
}
.paragraph-cercador .filters-agenda a:hover {
  color: #009FDA;
}
.paragraph-cercador .cta-register {
  background-color: #0073CF;
  margin-top: -20px;
  padding: 20px;
}
.paragraph-cercador .cta-register a {
  max-width: 60%;
  color: #fff;
  text-decoration: none;
  font-size: 12px;
  text-transform: uppercase;
  display: inline-block;
  padding-right: 25px;
  background: url("../svg/arrow-right-white-small.svg") no-repeat top right;
}
.paragraph-cercador .cta-register a:hover {
  color: #009FDA;
}

.paragraph-e3, .paragraph-e4 {
  margin: 50px auto;
}
.paragraph-e3 h2, .paragraph-e4 h2 {
  padding-bottom: 20px;
}
.paragraph-e3 .subtitle, .paragraph-e4 .subtitle {
  padding-bottom: 10px;
}
.paragraph-e3 .links-related, .paragraph-e4 .links-related {
  display: flex;
  padding: 20px 0 50px 0;
}
.paragraph-e3 .links-related &gt; div, .paragraph-e4 .links-related &gt; div {
  margin-right: 30px;
}
.paragraph-e3 .links-related &gt; div a:hover, .paragraph-e4 .links-related &gt; div a:hover {
  color: #009FDA;
  background-image: url("../svg/arrow-right-small-light-blue.svg");
}

.paragraph-e3 .view-display-id-block_2 &gt; .view-content .views-row:first-child &gt; article {
  padding-top: 0;
}

.paragraph-e4 .contacts-block {
  padding-top: 30px;
}

.paragraph-e2-wrapper {
  margin-top: 50px;
  margin-bottom: 50px;
}
.paragraph-e2-wrapper h2 {
  font-size: 36px;
  font-weight: normal;
  padding-bottom: 25px;
}
.paragraph-e2-wrapper .acordion {
  padding-top: 50px;
}
.paragraph-e2-wrapper .acordion .title-acordion {
  display: flex;
  justify-content: space-between;
  font-size: 18px;
  color: #002664;
  border-bottom: 1px solid #002664;
  padding: 10px 0;
  align-items: baseline;
  cursor: pointer;
}
.paragraph-e2-wrapper .acordion .title-acordion span {
  background: url("../svg/acordion-icon.svg") no-repeat center center;
  width: 20px;
  height: 10px;
  transition: 0.3s ease;
}
.paragraph-e2-wrapper .acordion .title-acordion.active {
  color: #009FDA;
}
.paragraph-e2-wrapper .acordion .title-acordion.active span {
  transform: rotate(180deg);
}
.paragraph-e2-wrapper .acordion .title-acordion:hover {
  color: #009FDA;
}
.paragraph-e2-wrapper .acordion .content-acordion {
  padding-top: 15px;
  display: none;
  padding-bottom: 40px;
}
.paragraph-e2-wrapper .acordion .content-acordion &gt; article {
  padding-top: 15px;
  padding-bottom: 30px;
}

.module-related .related-info {
  padding-top: 20px;
}
.module-related .flexslider-carousel {
  margin-top: 0;
  padding-top: 0;
}
.module-related .flex-direction-nav {
  top: auto;
}
.module-related .subtitle {
  padding-bottom: 10px;
}
.module-related.paragraph-c1, .module-related.paragraph-c4, .module-related.paragraph-e2, .module-related.paragraph-e4, .module-related.paragraph-e5, .module-related.paragraph-e3 {
  padding-top: 30px;
  padding-bottom: 30px;
}
.module-related.paragraph-e3, .module-related.paragraph-e4 {
  margin: 0 auto;
}

.paragraph-e2 {
  margin-bottom: 10px;
}
.paragraph-e2 .template-document-teaser {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #002664;
}
.paragraph-e2.module-related .col-image {
  display: none;
}
.paragraph-e2.module-related .col-content {
  flex: 0 0 100%;
  max-width: 100%;
}
.paragraph-e2.module-related .grid-content {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.paragraph-e2.module-related .grid-content p {
  display: none;
}
.paragraph-e2.module-related .grid-content .more-info &gt; div:first-child {
  display: none;
}
.paragraph-e2.module-related .template-document-micro-teaser h3 {
  font-weight: normal !important;
}
.paragraph-e2.module-related .template-document-micro-teaser h3 a {
  font-size: 22px !important;
}
.paragraph-e2.module-related h2 {
  padding-bottom: 40px;
}

.paragraph-r13 {
  padding-top: 50px;
  padding-bottom: 50px;
}
.paragraph-r13 h3 {
  font-weight: normal;
  font-size: 22px;
  padding-bottom: 15px;
}

.paragraph-e5 {
  padding-top: 50px;
  padding-bottom: 50px;
}
.paragraph-e5 .subtitle {
  padding: 20px 0;
}
.paragraph-e5 .views-row {
  margin-bottom: 25px;
}
.paragraph-e5 .node--type-template-image .media, .paragraph-e5 .node--type-template-image .field--name-field-media-initial-frame, .paragraph-e5 .node--type-template-video .media, .paragraph-e5 .node--type-template-video .field--name-field-media-initial-frame {
  position: relative;
}
.paragraph-e5 .node--type-template-image .media:after, .paragraph-e5 .node--type-template-image .field--name-field-media-initial-frame:after, .paragraph-e5 .node--type-template-video .media:after, .paragraph-e5 .node--type-template-video .field--name-field-media-initial-frame:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  background: url("../svg/video-player-icon.svg") no-repeat center center;
  width: 60px;
  height: 60px;
  background-size: 60px;
  z-index: 2;
}
.paragraph-e5 .node--type-template-image .media:before, .paragraph-e5 .node--type-template-image .field--name-field-media-initial-frame:before, .paragraph-e5 .node--type-template-video .media:before, .paragraph-e5 .node--type-template-video .field--name-field-media-initial-frame:before {
  display: none;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  z-index: 1;
  background-color: #CFE7FA;
  opacity: 0.4;
}
.paragraph-e5 .node--type-template-image a, .paragraph-e5 .node--type-template-video a {
  color: #002664;
  text-decoration: none;
}
.paragraph-e5 .node--type-template-image a:hover, .paragraph-e5 .node--type-template-video a:hover {
  color: #009FDA;
}
.paragraph-e5 .node--type-template-image a:hover .media:before, .paragraph-e5 .node--type-template-image a:hover .field--name-field-media-initial-frame:before, .paragraph-e5 .node--type-template-video a:hover .media:before, .paragraph-e5 .node--type-template-video a:hover .field--name-field-media-initial-frame:before {
  display: block;
}
.paragraph-e5 .node--type-template-image .media:after {
  background: url("../svg/image-icon.svg") no-repeat center center;
}
.paragraph-e5 .related-info {
  padding-top: 30px;
}
.paragraph-e5 h3 {
  padding-top: 15px;
  font-size: 18px;
  font-weight: normal;
}
.paragraph-e5 h3 a {
  color: #002664;
  text-decoration: none;
}
.paragraph-e5 h3 a:hover {
  color: #009FDA;
}

.paragraph-h4 {
  padding-top: 50px;
  padding-bottom: 50px;
}
.paragraph-h4 .subtitle {
  padding-bottom: 20px;
}
.paragraph-h4 .items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 5px;
}
.paragraph-h4 .items &gt; article:first-child {
  grid-column: span 2;
  grid-row: span 2;
}
.paragraph-h4 .items &gt; article:first-child .node__content {
  height: 100%;
}
.paragraph-h4 .items &gt; article:first-child .node__content * {
  height: 100%;
}
.paragraph-h4 .items &gt; article:first-child .node__content img {
  object-fit: cover;
  width: 100%;
}
.paragraph-h4 .items .field--name-field-md-caption {
  display: none;
}
.paragraph-h4 .items .node--type-template-video * {
  height: 100%;
}
.paragraph-h4 .items .media--type-remote-video .field--type-image {
  position: relative;
}
.paragraph-h4 .items .media--type-remote-video .field--type-image:after {
  content: "";
  background: url("../svg/video-player-icon.svg") no-repeat center center;
  width: 60px;
  height: 60px;
  background-size: 60px;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.paragraph-h4 .items .media--type-remote-video .field--type-image img {
  object-fit: cover;
  height: 100%;
  width: auto !important;
}

@media screen and (min-width: 991px) and (max-width: 1200px) {
  .paragraph-h4 .node--type-template-video {
    height: 24.7vw;
  }
}
@media screen and (max-width: 991px) and (min-width: 767px) {
  .paragraph-h4 .node--type-template-video {
    height: 24.7vw;
  }
}
@media screen and (max-width: 767px) {
  .paragraph-h4 .node--type-template-video {
    height: 50vw;
  }
}
@media screen and (max-width: 380px) {
  .paragraph-h4 .node--type-template-video {
    height: 90vw;
  }
}
@media screen and (min-width: 1200px) {
  .paragraph-h4 .items article .node__content .field__item {
    max-height: 200px;
    overflow: hidden;
  }
  .paragraph-h4 .items article .node__content .field__item img {
    object-fit: cover;
    width: 100%;
    max-height: 200px;
  }
  .paragraph-h4 .items article:first-child .node__content .field__item {
    max-height: 408px;
    overflow: hidden;
  }
  .paragraph-h4 .items article:first-child .node__content .field__item img {
    max-height: 408px;
  }
  .paragraph-h4 .items .media--type-remote-video .field--type-image img {
    height: 100% !important;
    width: 100% !important;
  }
}
.paragraph-f {
  padding: 40px 0;
  margin-bottom: 40px;
}
.paragraph-f .view-view-navigation {
  display: grid;
  gap: 40px;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 767px) {
  .paragraph-f .view-view-navigation {
    grid-template-columns: 1fr;
  }
}
.paragraph-f .view-view-navigation &gt; div:not(.contextual) {
  flex: 1 0 49%;
}
.paragraph-f .view-view-navigation &gt; div:not(.contextual) a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 2px solid #c0c0c0;
  padding: 10px 20px;
  color: #002664;
  text-decoration: none;
  font-size: 18px;
}
.paragraph-f .view-view-navigation &gt; div:not(.contextual) a h3 {
  font-weight: normal;
}
.paragraph-f .view-view-navigation &gt; div:not(.contextual) a .arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #002664;
  width: 60px;
  height: 60px;
  border-radius: 30px;
}
.paragraph-f .view-view-navigation &gt; div:not(.contextual) a:hover {
  color: #0073CF;
}
.paragraph-f .view-view-navigation &gt; div:not(.contextual) a:hover .arrow {
  background-color: #0073CF;
}
.paragraph-f #no-results-view {
  display: none;
}

.paragraph-caculator {
  padding-top: 40px;
  padding-bottom: 40px;
}
.paragraph-caculator h2 {
  text-align: center;
}
.paragraph-caculator .textobasecontenido h2 {
  text-align: right;
  font-size: 18px;
  font-weight: bold;
}
.paragraph-caculator .textobasecontenido select {
  width: 250px !important;
}
.paragraph-caculator .textobasecontenido input.campo_txt {
  width: calc(100% - 100px) !important;
  background-color: #EAEAF1;
  border: 0;
  padding: 8px;
}
.paragraph-caculator .textobasecontenido input[type=text], .paragraph-caculator .textobasecontenido select {
  background-color: #EAEAF1;
  border: 0;
  padding: 8px;
}
.paragraph-caculator .legal-info {
  font-size: 15px;
  line-height: 17px;
  margin-top: 30px;
}
.paragraph-caculator a.btn_apb {
  background-color: #002664;
  color: #fff;
  padding: 10px;
}

.paragraph-a5 {
  padding: 40px 60px 40px 100px;
  background-color: #EAEAF1;
  margin-top: 40px;
  margin-bottom: 40px;
}
.paragraph-a5 .items {
  padding-top: 30px;
}
.paragraph-a5 .items .paragraph--type--r15-a5-franges {
  margin-bottom: 30px;
}

.paragraph-k {
  padding-top: 40px;
  padding-bottom: 40px;
}
.paragraph-k .list-persons {
  padding-top: 40px;
}
.paragraph-k .list-persons .image img {
  border-radius: 50%;
  max-width: 60%;
}
.paragraph-k .list-persons .name {
  padding-top: 20px;
  font-size: 22px;
  padding-bottom: 15px;
  line-height: 1.2em;
}
.paragraph-k .list-persons .position {
  line-height: 1.2em;
}
.paragraph-k .list-persons .link-linkedin {
  margin-top: auto;
  padding-top: 10px;
}
.paragraph-k .list-persons .link-linkedin a {
  margin-top: 10px;
  text-indent: -3000px;
  display: inline-block;
  width: 20px;
  background: url("../svg/linkedin-icon-v2.svg") no-repeat center center;
}
.paragraph-k .list-persons .link-linkedin a:hover {
  background-image: url("../svg/linkedin-icon-v2-hover.svg");
}
.paragraph-k .list-persons .paragraph {
  margin-bottom: 35px;
}
.paragraph-k .list-persons .paragraph .content {
  display: flex;
  flex-direction: column;
  padding-bottom: 10px;
  border-bottom: 1px solid #4D5357;
  width: auto;
  height: 100%;
}

.paragraph-d2 {
  padding-top: 40px;
  padding-bottom: 40px;
}
.paragraph-d2 .owl-carousel {
  padding-top: 10px;
}
.paragraph-d2 .first-row {
  background-image: linear-gradient(to right, #EAEAF1 0%, #EAEAF1 49%, white 50%);
}
.paragraph-d2 .first-row .bg-blue {
  padding: 30px 50px 50px 50px;
  background-color: #0073CF;
}
.paragraph-d2 .first-row .bg-blue h3 {
  color: #fff;
  font-size: 60px;
  padding-bottom: 5px;
}
.paragraph-d2 .first-row .bg-blue h4 {
  font-size: 20px;
  color: #fff;
}
.paragraph-d2 .first-row .bg-blue p {
  color: #fff;
  font-size: 15px;
}
.paragraph-d2 .first-row .bg-grey {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #EAEAF1;
}
.paragraph-d2 .first-row .bg-grey h2 {
  padding-bottom: 20px;
}
.paragraph-d2 .second-row {
  background: url("../svg/pattern-v2.svg");
  padding-top: 60px;
  padding-bottom: 40px;
}
.paragraph-d2 .second-row h2 {
  padding-bottom: 60px;
}
.paragraph-d2 .second-row .container {
  position: relative;
}
.paragraph-d2 .second-row .container:before {
  content: "";
  width: 60px;
  height: 60px;
  background-color: #EAEAF1;
  position: absolute;
  top: -60px;
  right: calc(30% + 105px);
  z-index: 10;
}
.paragraph-d2 .second-row .container:after {
  content: "";
  width: 60px;
  height: 60px;
  background-color: #002664;
  position: absolute;
  top: -120px;
  right: calc(30% + 45px);
  z-index: 10;
}
.paragraph-d2 .second-row .items .owl-item li {
  width: 270px;
}
.paragraph-d2 .second-row .owl-nav {
  top: -35px;
  position: absolute;
  height: 25px;
}
.paragraph-d2 .links {
  padding-top: 20px;
  display: flex;
  align-items: center;
}
.paragraph-d2 .links a {
  color: #002664;
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
  margin-right: 45px;
  padding-right: 35px;
  background: url("../svg/arrow-right-blue.svg") no-repeat center right;
}
.paragraph-d2 .links a:hover {
  color: #009FDA;
  background: url("../svg/arrow-right-small-light-blue.svg") no-repeat center right;
}

.paragraph-search-documents .item-document .name {
  display: none;
}
.paragraph-search-documents .item-document a {
  padding-right: 25px;
  background: url(../svg/arrow-download.svg) no-repeat center right;
  color: #002664;
  text-transform: uppercase;
  font-size: 12px;
  text-decoration: none;
}
.paragraph-search-documents .title {
  font-size: 22px;
  padding-bottom: 20px;
  padding-top: 0px;
  line-height: 1.2em;
}
.paragraph-search-documents .btn-cta {
  margin-top: 15px;
}
.paragraph-search-documents .btn-cta a:hover {
  background-color: #0073CF;
}
.paragraph-search-documents .links-col {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 100%;
}
.paragraph-search-documents article {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #4D5357;
}
.paragraph-search-documents article p {
  font-size: 16px;
  line-height: 20px;
}

.paragraph-i1 {
  padding-top: clamp(30px, 3vw, 60px);
  padding-bottom: clamp(30px, 4vw, 70px);
}
.paragraph-i1 h2 {
  padding-bottom: 20px;
}
.paragraph-i1 .subtitle {
  padding-bottom: 20px;
}
.paragraph-i1 .widgets {
  padding-top: 30px;
}
.paragraph-i1 .taxonomy-term {
  display: none;
}
.paragraph-i1 .related-links-show {
  padding-bottom: 30px;
}
.paragraph-i1 .related-links-show .related-links {
  display: block !important;
}
.paragraph-i1 .related-links a {
  margin-top: 10px;
  display: block;
  text-decoration: none;
  color: #002664;
  text-transform: uppercase;
  font-size: 14px;
  padding-left: 30px;
  background: url("../svg/link-widgets.svg") no-repeat left top 5px;
}
.paragraph-i1 .related-links a:hover {
  background: url("../svg/link-widgets-hover.svg") no-repeat left top 5px;
  color: #009FDA;
}
.paragraph-i1 .link-tabs {
  padding-bottom: 20px;
}
.paragraph-i1 .link-tabs &gt; div {
  cursor: pointer;
  margin-bottom: 10px;
  font-size: 18px;
  position: relative;
  display: block;
}
.paragraph-i1 .link-tabs &gt; div:after {
  content: "";
  display: block;
  width: 0;
  height: 3px;
  background: #009FDA;
  transition: width 0.3s;
}
.paragraph-i1 .link-tabs &gt; div.active:after {
  width: 100%;
}
.paragraph-i1 .link-tabs &gt; div:hover:after {
  width: 100%;
}
.paragraph-i1 .title-hide {
  display: none;
}

.paragraph-companies-sspp iframe {
  width: 100%;
  border: 0;
  min-height: 1200px;
}

.paragraph-h2 {
  padding-top: clamp(30px, 4vw, 100px);
  padding-bottom: clamp(30px, 4vw, 100px);
}
.paragraph-h2 #map {
  width: 100%;
  height: 500px;
}
.paragraph-h2 #map .gm-style-iw.gm-style-iw-c {
  background-color: #0073CF;
  padding: 20px !important;
  max-height: unset !important;
}
.paragraph-h2 #map .gm-style-iw.gm-style-iw-c .cols-popup {
  display: flex;
}
.paragraph-h2 #map .gm-style-iw.gm-style-iw-c * {
  color: #fff;
}
.paragraph-h2 #map .gm-style-iw.gm-style-iw-c .gm-style-iw-d {
  background-color: #0073CF;
}
.paragraph-h2 #map .gm-style-iw-d {
  max-height: unset !important;
  overflow: inherit !important;
}

.paragraph-image-full {
  padding: 50px 0;
}

.paragraph-train-connections, .paragraph-train-operations {
  padding: 50px 0;
}
.paragraph-train-connections .filters, .paragraph-train-operations .filters {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #4D5357;
  display: flex;
}
.paragraph-train-connections .filters &gt; div, .paragraph-train-operations .filters &gt; div {
  cursor: pointer;
  margin-right: 15px;
  font-size: 14px;
  color: #002664;
}
.paragraph-train-connections .filters &gt; div.active, .paragraph-train-operations .filters &gt; div.active {
  font-weight: 600;
}

.paragraph-regular-lines iframe {
  width: 100%;
  height: 700px;
}

.datatable-module .dataTables_paginate {
  float: none;
}
.datatable-module .dataTables_paginate ul {
  padding-top: 30px;
  display: flex;
  margin: auto;
  width: 100%;
  justify-content: center;
}
.datatable-module .dataTables_paginate ul * {
  font-size: 15px;
}
.datatable-module .dataTables_paginate ul li {
  padding: 5px;
}
.datatable-module .dataTables_paginate ul li a {
  color: #4D5357;
  text-decoration: none;
}
.datatable-module .dataTables_paginate ul li.page-item.active a {
  color: #009FDA;
}
.datatable-module .col-departures .dataTables_paginate {
  display: none !important;
}
.datatable-module .col-departures table {
  visibility: collapse;
}
.datatable-module .col-departures.active .dataTables_paginate, .datatable-module .col-arrivals.active .dataTables_paginate {
  display: block;
}
.datatable-module .col-departures.active table, .datatable-module .col-arrivals.active table {
  visibility: visible;
}
.datatable-module .col-departures.unactive .dataTables_paginate, .datatable-module .col-arrivals.unactive .dataTables_paginate {
  display: none;
}
.datatable-module .col-departures.unactive table, .datatable-module .col-arrivals.unactive table {
  visibility: collapse;
}
.datatable-module table {
  width: 100% !important;
}
.datatable-module table th {
  padding: 10px 20px;
  text-align: left;
  font-weight: 700;
  font-size: 15px;
  white-space: nowrap;
}
.datatable-module table td {
  white-space: nowrap;
  padding: 10px 20px;
  font-size: 15px;
  font-weight: normal;
}
.datatable-module table td.dtr-control {
  padding-left: 50px !important;
}
.datatable-module table tbody tr:nth-child(odd) {
  background-color: #EAEAF1;
}

.paragraph-iframe iframe {
  width: 100%;
  border: 0;
  height: 1500px;
}

.paragraph-w1 .paragraph-e4 {
  margin-top: 10px;
}
.paragraph-w1 .paragraph-e4 h2, .paragraph-w1 .paragraph-e4 h3 {
  font-size: 22px !important;
}
.paragraph-w1 .paragraph-e4 .subtitle {
  font-size: 18px;
}
.paragraph-w1 .paragraph-e4 .justify-content-end {
  justify-content: flex-start !important;
}
.paragraph-w1 .paragraph-e4 .contacts-block {
  padding-top: 0;
}
.paragraph-w1 .paragraph-e4 .contacts-block .field--name-field-location-email a {
  font-size: 13px;
}
.paragraph-w1 .contact-teaser {
  width: 100%;
  padding: 0;
  margin: 0;
}
.paragraph-w1 .contact-teaser h3 {
  font-size: 20px;
  padding: 20px 0;
}
.paragraph-w1 .contact-teaser .row {
  flex-direction: column;
}
.paragraph-w1 .contact-teaser .row &gt; div {
  flex: 0 0 100%;
  max-width: 100%;
}
.paragraph-w1 .contact-teaser .row &gt; div:first-child {
  flex: 0 0 50%;
  max-width: 50%;
}
.paragraph-w1 .webform-confirmation {
  padding: 30px 0;
}
.paragraph-w1 .webform-confirmation .webform-confirmation__message {
  font-size: 20px;
  color: #0073CF;
  font-weight: 800;
}
.paragraph-w1 .webform-confirmation .webform-confirmation__back {
  margin-top: 40px;
}
.paragraph-w1 .webform-confirmation .webform-confirmation__back a {
  background-color: #002664;
  text-decoration: none;
  color: #fff;
  padding: 10px 15px;
  text-transform: uppercase;
  font-size: 12px;
}
.paragraph-w1 .webform-confirmation .webform-confirmation__back a:hover {
  background-color: #009FDA;
}
.paragraph-w1 #edit-browse-files {
  width: calc(100% - 220px);
  background-color: #EAEAF1;
}
.paragraph-w1 #edit-browse-files label {
  float: right;
  background-color: #002664;
  color: #fff;
  margin: 0;
  padding: 15px 20px;
  font-size: 12px;
  font-weight: normal;
  text-transform: uppercase;
  cursor: pointer;
  width: auto;
}

.paragraph-c7 {
  background-color: #EAEAF1;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-top: -1em;
}
.paragraph-c7 .execute {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.paragraph-c7 .execute img {
  max-width: 150px;
}
.paragraph-c7 .execute .btn-with-arrow {
  margin-left: 40px;
}
.paragraph-c7 a {
  text-decoration: none;
  background: url("../svg/arrow-right-white-circle.svg") no-repeat center right 15px #002664;
}
.paragraph-c7 a:hover {
  background-color: #0073CF;
}

.paragraph-d1 {
  position: relative;
  padding: 90px 60px 90px 80px;
  margin-top: 30px;
  margin-bottom: 30px;
  background: url("../svg/pattern-highlight-white.svg") #EAEAF1;
  background-size: cover;
}
.paragraph-d1:before {
  content: "";
  width: calc((100% - 1200px) / 2);
  top: 0;
  background-color: #fff;
  position: absolute;
  left: 0;
  height: 100%;
}
.paragraph-d1 h2 {
  padding-bottom: 15px;
}
.paragraph-d1 .d1_description {
  line-height: 25px;
}
.paragraph-d1 .view-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 10px;
}
.paragraph-d1 .view-content .views-row {
  margin-bottom: 10px;
}
.paragraph-d1 .view-content a {
  display: inline-block;
  text-decoration: none;
  color: #4D5357;
}
.paragraph-d1 .view-content a:after {
  content: "";
  display: block;
  width: 60%;
  height: 3px;
  background: #009fda;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
}
.paragraph-d1 .view-content a:hover:after {
  width: 100%;
}
.paragraph-d1:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  background: url("../svg/icon-d1.svg") no-repeat;
  width: 160px;
  height: 160px;
}

.paragraph-l1 {
  padding-top: 40px;
  padding-bottom: 40px;
}
.paragraph-l1 h2 {
  padding-bottom: 30px;
}
.paragraph-l1 h3.title-desplegable {
  border-bottom: 1px solid #002664;
  color: #002664;
  padding-bottom: 10px;
  margin-bottom: 10px;
  cursor: pointer;
  position: relative;
  padding-right: 120px;
  font-weight: normal;
}
.paragraph-l1 h3.title-desplegable:hover {
  color: #009FDA;
}
.paragraph-l1 h3.title-desplegable:after {
  content: "";
  background: url("../svg/arrow-faqs.svg") no-repeat center right 10px;
  width: 30px;
  height: 30px;
  position: absolute;
  right: 5px;
}
.paragraph-l1 h3.title-desplegable.active {
  color: #009FDA;
}
.paragraph-l1 h3.title-desplegable.active:after {
  transform: rotate(180deg);
}
.paragraph-l1 .subtitle p {
  padding: 10px 0;
}
.paragraph-l1 .content-desplegable {
  display: none;
  padding-top: 15px;
  padding-bottom: 40px;
}
.paragraph-l1 .content-desplegable .paragraph {
  padding: 15px 0;
}
.paragraph-l1 .content-desplegable .paragraph a {
  color: #009FDA;
  text-decoration: none;
}
.paragraph-l1 .content-desplegable .paragraph a:hover {
  color: #002664;
}
.paragraph-l1 .content-desplegable .paragraph h2, .paragraph-l1 .content-desplegable .paragraph h3 {
  font-size: 22px;
  line-height: 1.2em;
  padding: 15px 0;
}
.paragraph-l1 .content-desplegable .paragraph ul {
  padding: 10px 20px 30px 60px;
}
.paragraph-l1 .content-desplegable .paragraph ul li {
  position: relative;
  list-style: none;
  padding: 5px 0;
}
.paragraph-l1 .content-desplegable .paragraph ul li:before {
  content: "";
  border-radius: 50%;
  height: 10px;
  width: 10px;
  background-color: #0073CF;
  position: absolute;
  left: -20px;
  top: 13px;
}

.paragraph-m1 {
  margin-top: -18px;
}

.paragraph-n1 {
  padding-top: 30px;
  padding-bottom: 30px;
}
.paragraph-n1 .center {
  text-align: center;
}
.paragraph-n1 .center img {
  display: inline-block;
  margin-bottom: 10px;
}
.paragraph-n1 .box-operations {
  background-color: #EAEAF1;
  padding: 30px 0;
}
.paragraph-n1 .box-operations h2 {
  text-align: center;
  font-size: 25px;
}
.paragraph-n1 .col-departures table {
  visibility: collapse;
}
.paragraph-n1 .col-arrivals.active .dataTables_paginate, .paragraph-n1 .col-departures.active .dataTables_paginate {
  display: block;
}
.paragraph-n1 .col-arrivals.active table, .paragraph-n1 .col-departures.active table {
  visibility: visible;
}
.paragraph-n1 .col-arrivals.unactive .dataTables_paginate, .paragraph-n1 .col-departures.unactive .dataTables_paginate {
  display: none;
}
.paragraph-n1 .col-arrivals.unactive table, .paragraph-n1 .col-departures.unactive table {
  visibility: collapse;
}
.paragraph-n1 .filters {
  padding: 30px 0;
  display: flex;
}
.paragraph-n1 .filters &gt; div {
  width: 50%;
  font-size: 15px;
  padding-bottom: 5px;
  font-weight: 900;
  border-bottom: 1px solid #4D5357;
  cursor: pointer;
}
.paragraph-n1 .filters &gt; div.active {
  border-bottom: 3px solid #009FDA;
}
.paragraph-n1 .table-responsive * {
  font-size: 12px;
}
.paragraph-n1 .table-responsive th {
  text-align: left;
}
.paragraph-n1 .table-responsive td, .paragraph-n1 .table-responsive th {
  padding: 5px;
}
.paragraph-n1 .table-responsive tr:nth-child(even) {
  background-color: #fff;
}
.paragraph-n1 .table-responsive .vdtnet-footer {
  display: none;
}
.paragraph-n1 .btn-cta a:hover {
  background-color: #009FDA;
}
.paragraph-n1 .links-shortcuts {
  display: flex;
  flex-wrap: wrap;
  padding-top: 25px;
}
.paragraph-n1 .links-shortcuts a {
  margin: 10px;
  display: block;
  text-decoration: none;
  color: #002664;
  text-transform: uppercase;
  font-size: 14px;
  padding-left: 20px;
  line-height: 25px;
  background: url("../svg/link-widgets.svg") no-repeat left top 5px;
}
.paragraph-n1 .links-shortcuts a:hover {
  background: url("../svg/link-widgets-hover.svg") no-repeat left top 5px;
  color: #009FDA;
}
.paragraph-n1 .link-more {
  padding-top: 25px;
}

.paragraph-o1 {
  padding-top: 30px;
  padding-bottom: 30px;
}
.paragraph-o1 .items {
  padding-top: 25px;
}
.paragraph-o1 .items .box-item {
  padding: 20px 15px;
  background-color: #EAEAF1;
}
.paragraph-o1 .items .box-item h3 {
  text-align: center;
  padding-bottom: 30px;
  font-weight: normal;
  font-size: 25px;
}
.paragraph-o1 .items .box-item &gt; div {
  border-bottom: 1px solid #4D5357;
  padding: 10px;
  font-size: 12px;
  font-weight: 900;
}
.paragraph-o1 .items .box-item &gt; div#reserves-disponibles-apmt, .paragraph-o1 .items .box-item &gt; div#reserves-disponibles-best {
  background-color: #fff;
  border: 0;
}

.paragraph-q1 {
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: center;
}
.paragraph-q1 h2 {
  text-align: left;
}
.paragraph-q1 .organigrama {
  padding-top: 30px;
  margin: auto;
  display: inline-block;
}
.paragraph-q1 .organigrama * {
  margin: 0px;
  padding: 0px;
}
.paragraph-q1 .organigrama ul {
  padding-top: 20px;
  position: relative;
  display: flex;
}
.paragraph-q1 .organigrama li {
  text-align: center;
  list-style-type: none;
  padding: 20px 5px 0px 5px;
  position: relative;
}
.paragraph-q1 .organigrama li .name {
  color: #009FDA;
  font-weight: 700;
  padding-bottom: 10px;
  line-height: 1.1em;
}
.paragraph-q1 .organigrama li .carrec {
  line-height: 1.1em;
}
.paragraph-q1 .organigrama li a:hover .name {
  color: #0073CF;
}
.paragraph-q1 .organigrama li a .dark:hover .name {
  color: #0073CF !important;
}
.paragraph-q1 .organigrama li::before, .paragraph-q1 .organigrama li::after {
  content: "";
  position: absolute;
  top: 0px;
  right: 50%;
  border-top: 1px solid #707070;
  width: 50%;
  height: 20px;
}
.paragraph-q1 .organigrama li::after {
  right: auto;
  left: 50%;
  border-left: 1px solid #707070;
}
.paragraph-q1 .organigrama li:only-child::before, .paragraph-q1 .organigrama li:only-child::after {
  display: none;
}
.paragraph-q1 .organigrama li:only-child {
  padding-top: 0;
}
.paragraph-q1 .organigrama li:first-child::before, .paragraph-q1 .organigrama li:last-child::after {
  border: 0 none;
}
.paragraph-q1 .organigrama li:last-child::before {
  border-right: 1px solid #707070;
  border-radius: 0 1px 0 0;
}
.paragraph-q1 .organigrama li:first-child::after {
  border-radius: 1px 0 0 0;
}
.paragraph-q1 .organigrama ul ul::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  border-left: 1px solid #707070;
  width: 0;
  height: 20px;
}
.paragraph-q1 .organigrama li div {
  border: 1px solid #009FDA;
  padding: 20px;
  text-decoration: none;
  color: #4D5357;
  background-color: rgba(255, 255, 255, 0.5);
  display: inline-block;
  border-radius: 1px;
  transition: all 500ms;
  font-size: 16px;
  width: 220px;
}
.paragraph-q1 .organigrama li div .name {
  font-size: 18px;
}
.paragraph-q1 .organigrama li div.dark .name {
  color: #002664;
}

.paragraph-i3 .graphs-col {
  display: flex;
}
.paragraph-i3 .graphs-col &gt; div {
  flex: 1;
}

.paragraph-glossary-contacts .alphabet-filter {
  margin-top: -15px;
  display: flex;
  flex-wrap: wrap;
  padding: 10px 15px;
  background-color: #CFE7FA;
  padding-bottom: 20px;
}
.paragraph-glossary-contacts .alphabet-filter div {
  padding: 5px 12px;
  color: #002664;
  font-size: 20px;
}
.paragraph-glossary-contacts .alphabet-filter div.all {
  display: none;
}
.paragraph-glossary-contacts .alphabet-filter div a {
  color: #002664;
  text-decoration: none;
}
.paragraph-glossary-contacts .alphabet-filter div a:hover {
  color: #009FDA;
}
.paragraph-glossary-contacts .alphabet-filter div.legend {
  width: 100%;
  padding-bottom: 15px;
  font-weight: bold;
  font-size: 14px;
}
.paragraph-glossary-contacts #edit-title {
  background: url(../svg/ico-search.svg) no-repeat center right 10px #fff;
  background-size: 20px 20px;
  border: 0;
}

.paragraph-n2 {
  padding: 50px 0 20px 0;
  color: #009FDA;
  font-size: 25px;
}

.tools-grid .tool {
  padding-bottom: 30px;
}
.tools-grid .tool .image-icon {
  position: relative;
  max-width: 170px;
  height: 170px;
  background-color: #0073CF;
  border-radius: 15px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tools-grid .tool .image-icon:after {
  content: "";
  width: 120px;
  height: 120px;
  border-radius: 50%;
  border: 15px solid #009FDA;
  display: block;
  top: 25px;
  left: 25px;
  position: absolute;
  z-index: 2;
  background-color: #fff;
}
.tools-grid .tool .image-icon .media {
  z-index: 3;
  max-width: 50%;
  margin: auto;
  top: 40px;
}
.tools-grid .tool .image-icon .media img {
  min-width: 80px;
}
.tools-grid .tool h3 {
  font-size: 22px;
  font-weight: 400;
  color: #002664;
  padding: 20px 70px 15px 0;
  line-height: 25px;
}
.tools-grid .tool h3 a {
  text-decoration: none;
  color: inherit;
}
.tools-grid .tool h3 a:hover {
  color: #009FDA;
}
.tools-grid .tool .btn-with-arrow {
  position: absolute;
  top: 108px;
  left: 160px;
  z-index: 2;
}
.tools-grid .tool .btn-with-arrow a {
  display: inline-block;
  text-decoration: none;
  font-size: 15px;
  background: url(../svg/arrow-right-white-circle.svg) right 20px center no-repeat #002664;
  padding-right: 60px;
  text-transform: uppercase;
}
.tools-grid .tool .btn-with-arrow a:hover {
  background-color: #009FDA;
}</pre></body></html>