body.sticky-bar .top-info {
  margin-bottom: 70px;
}

#burguer {
  width: 30px;
  height: 20px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
  margin-top: 5px;
}

#burguer span {
  display: block;
  position: absolute;
  height: 3px;
  width: 50%;
  background: #fff;
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

#burguer span:nth-child(even) {
  left: 50%;
  border-radius: 0 9px 9px 0;
}

#burguer span:nth-child(odd) {
  left: 0px;
  border-radius: 9px 0 0 9px;
}

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

#burguer span:nth-child(3),
#burguer span:nth-child(4) {
  top: 8px;
}

#burguer span:nth-child(5),
#burguer span:nth-child(6) {
  top: 16px;
}

#burguer.open span:nth-child(1),
#burguer.open span:nth-child(6) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#burguer.open span:nth-child(2),
#burguer.open span:nth-child(5) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#burguer.open span:nth-child(1) {
  left: 3px;
  top: 2px;
}

#burguer.open span:nth-child(2) {
  left: calc(50% - 2px);
  top: 2px;
}

#burguer.open span:nth-child(3) {
  left: -50%;
  opacity: 0;
}

#burguer.open span:nth-child(4) {
  left: 100%;
  opacity: 0;
}

#burguer.open span:nth-child(5) {
  left: 3px;
  top: 12px;
}

#burguer.open span:nth-child(6) {
  left: calc(50% - 2px);
  top: 12px;
}

.navbartop {
  transition: all 0.5s ease 0s;
}

/* The sticky class is added to the header with JS when it reaches its scroll position */
.sticky-effect,
.sticky {
  position: fixed;
  width: 100%;
  z-index: 9999;
}

.sticky-effect {
  top: -50px;
}

.sticky {
  top: 0px !important;
}

#button-up {
  position: fixed !important;
  right: -35px;
  bottom: 80px;
  width: 32px;
  cursor: pointer;
  height: 46px;
  line-height: 45px;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  border: 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  z-index: 999;
}

#button-up:before {
  background-color: rgba(0, 146, 172, 0.62);
  content: "";
  top: 0;
  left: 0;
  position: absolute;
  z-index: 1;
  display: inline-block;
  transform: rotate(-45deg);
  height: 35px;
  width: 35px;
  border: 1px solid rgba(255, 255, 255, 0.5) !important;
}

#button-up:hover {
  cursor: pointer;
  opacity: 0.7;
}

#button-up:active:before {
  background-color: #555;
}

#button-up.show {
  right: 15px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  visibility: visible;
}

#button-up i {
  font-size: 21px;
  color: #fff;
  padding-top: 0px;
  position: absolute;
  z-index: 9;
  margin: 0px;
  top: 8px;
  left: 7px;
}

/* Add some top padding to the page content to prevent sudden quick movement (as the header gets a new position at the top of the page (position:fixed and top:0) */
.sticky + .content {
  padding-top: 102px;
}

.logotipo img {
  max-height: 70px;
  padding: 12px 0px;
}

.navbar-toggle-custom {
  position: absolute;
  padding: 0px;
  right: 15px;
  top: 20px;
  border: 0px;
  background: none;
  font-size: 30px;
  color: #1f3e75;
  outline: none;
}

#navbar .nav > li.active > a,
#navbar .nav > li > a:hover {
  border-left: 5px solid #fff;
  background: none;
}

.navbar-collapse {
  margin: 0px -15px;
  padding: 15px 30px;
  background: #005767;
}

#navbar .nav > li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.17);
}

#navbar .nav > li:first-child {
}

.navbar-nav {
  margin: 0px;
}

#navbar .nav > li > a {
  color: #fff;
  text-transform: uppercase;
  padding: 0px 0px 0px 5px;
  border-left: 5px solid transparent;
  background-color: transparent !important;
  font-family: "Saira Extra Condensed", sans-serif;
  font-display: swap;
  font-size: 20px;
  line-height: 38px;
}

.navbar-collapse {
  border: none;
}

.top-header-section {
  background-color: rgba(172, 180, 182, 0.1);
  margin-bottom: 20px;
}

.page-header {
  margin: 0px;
  border-bottom: 0px;
  float: left;
  font-weight: 600;
  font-size: 2em;
  padding: 0.5em 0;
  line-height: 1.2em;
}

.footer {
  margin: 0px;
  padding: 20px 0px;
  border-top: none;
  background-color: #0092ac;
}

footer {
  background: #0092ac;
  color: #fff;
  margin-top: 40px;
}

footer .copyright_text {
  padding: 10px 0px;
  font-size: 12px;
  background: #FFF;
  color: #0092ac;
    font-weight: bold;
}

footer .copyright_text a {
  text-decoration: underline !important;
  color: #0092ac !important;
}

footer .copyright_text a.logotipo {
  display: block;
  margin-top: 30px;
}

#navbartop {
  background-color: #0092ac;
}

#navbartop > div {
  position: relative;
}

.top-info {
  height: 30px;
  color: #555555;
  width: 100%;
  line-height: 30px;
  font-size: 14px;
  background-color: #fff;
}

.top-info a {
  text-decoration: none !important;
  color: #333333;
}

.top-info .select-wrapper select {
  background-image: url(../../../../libraries/chosen/chosen-sprite@2x.png);
  background-size: 52px 37px !important;
  background-repeat: no-repeat !important;
  height: 20px;
  font-size: 14px;
  line-height: 20px;
  background-position: 108px 0px;
  display: inline-block;
}

.top-info .select-wrapper:after {
  content: "";
  display: none;
}

.top-info select,
.top-info .chosen-container {
  border: 0px;
  padding: 0px;
  height: inherit;
  box-shadow: none !important;
  width: 125px !important;
}

.chosen-container .chosen-single {
  border: 0px;
  padding: 0px;
  height: inherit;
  background: none;
  box-shadow: none !important;
}

.top-info .select-wrapper:before {
  content: "\f0ac";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  float: left;
  margin-right: 5px;
}

#block-languagedropdownswitcher {
  float: left;
}

#block-loginblock {
  float: right;
}

footer a,
#navbartop a {
  color: #fff;
}

.block-search-form-block .input-group {
  height: 35px;
  position: relative;
  transition: all 0.5s ease;
  width: 100%;
}

.block-search-form-block.open .input-group:before {
  height: 60px;
  margin: 20px 0 20px 30px;
  position: absolute;
}

.block-search-form-block .input-group input::-webkit-input-placeholder {
  color: #fff;
  opacity: 1;
}

.block-search-form-block .input-group input::-moz-placeholder {
  color: #fff;
  opacity: 1;
}

/* Firefox 19+ */
.block-search-form-block .input-group input:-moz-placeholder {
  color: #fff;
  opacity: 1;
}

/* Firefox 18- */
.block-search-form-block .input-group input:-ms-input-placeholder {
  color: #fff;
  opacity: 1;
}

.block-search-form-block .input-group input {
  box-shadow: none;
  position: absolute;
  right: 0px;
  margin-right: 35px;
  background: rgba(0, 146, 172, 1);
  top: 5px;
  max-width: 100vh;
  line-height: 28px;
  font-size: 16px;
  border-radius: 0px;
  color: #fff;
  display: block;
  height: 40px;
  width: 0px;
  padding: 0px;
  border: 0px;
  transition: all 0.5s ease;
}

.block-search-form-block .input-group input:focus {
  outline: none;
}

.block-search-form-block .input-group button {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.block-search-form-block.open .input-group input {
  border: 1px solid #fff;
  padding: 0px 0px 0px 12px;
  width: calc(100% - 38px);
}

.block-search-form-block .input-group button {
  width: 30px;
  height: 30px;
  display: block;
  position: absolute;
  right: 0;
  top: 8px;
  cursor: pointer;
  box-shadow: none !important;
  outline: none !important;
  padding: 0px;
}

.block-search-form-block .input-group button .icon {
  width: 15px;
  height: 15px;
  border-radius: 40px;
  border: 2px solid #fff;
  display: block;
  position: relative;
  margin-left: 5px;
  transition: all 0.5s ease;
}

.block-search-form-block .input-group button .icon:before {
  content: "";
  width: 2px;
  height: 6px;
  position: absolute;
  right: -4px;
  top: 9px;
  display: block;
  background-color: #fff;
  transform: rotate(-45deg);
  transition: all 0.5s ease;
}

.block-search-form-block .input-group button .icon:after {
  content: "";
  width: 2px;
  height: 6px;
  position: absolute;
  right: -7px;
  top: 12px;
  display: block;
  background-color: #fff;
  transform: rotate(-45deg);
  transition: all 0.5s ease;
}

.block-search-form-block.open .input-group button .icon {
  margin: 0;
  width: 30px;
  height: 30px;
  border-radius: 60px;
}

.block-search-form-block.open .input-group button .icon:before {
  transform: rotate(52deg);
  right: 11px;
  top: 10px;
  height: 13px;
}

.block-search-form-block.open .input-group button .icon:after {
  transform: rotate(-230deg);
  right: 11px;
  top: 3px;
  height: 13px;
}

.block-search-form-block button {
  background: none !important;
  color: #fff;
  border: 0px;
}

.block-search-form-block .description.help-block {
  display: none;
}

@media (min-width: 768px) {
  .block-search-form-block.open .input-group input {
    width: 520px;
  }

  .block-search-form-block .input-group {
    width: 35px;
  }

  #block-mainnavigation,
  .block-search-form-block {
    float: left;
  }

  .navbar-toggle-custom {
    display: none;
  }

  .d-flex-desktop {
    display: -ms-flexbox !important;
    display: flex !important;
  }

  #navbar {
    padding: 0px;
    margin: 0px;
  }

  #navbar .nav {
    display: table;
    align-items: center;
  }

  #navbar .nav > li > a {
    line-height: 29px;
    border-left: 0px;
    color: #fff;
    padding: 10px 8px;
    text-decoration: none;
    display: inline-block;
    font-weight: 400;
    font-size: 15px;
    text-transform: uppercase;
    outline: none;
    background: none;
    max-width: 200px;
    text-align: center;
  }

  #navbar .nav > li.active > a,
  #navbar .nav > li > a:hover {
    border-left: 0px;
  }

  .navbar-collapse {
    margin: 0px -15px;
    padding: 0px 30px;
    background: none;
  }

  #navbar .nav > li {
    border-bottom: 2px solid transparent;
    display: table-cell;
    vertical-align: middle;
    float: none;
  }

  #navbar .nav > li.active,
  #navbar .nav > li:hover {
    border-bottom: 2px solid #fff;
  }
}

@media (min-width: 868px) {
  #navbar .nav > li > a {
    font-size: 18px;
  }
}

@media (min-width: 995px) {
  #navbar .nav > li > a {
    color: #fff;
  }

  #navbar .nav > li.active > a,
  #navbar .nav > li > a:hover {
    border-left: 0px;
  }

  #navbar .nav > li {
    border-top: none;
  }

  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }

  .navbar-toggle-custom {
    display: none;
  }

  .navbar-collapse {
    margin: 0px -15px;
    padding: 0px 30px;
    background: none;
  }
}

/***

HOMEPAGE

***/
.view-home {
  overflow: hidden;
  position: relative;
}

.view-home .split-pane .views-field-body p {
  font-size: 1.2em;
  line-height: 1.6em;
  margin: 20px auto;
  width: 400px;
  max-width: 90%;
}

.split-pane {
  padding: 1em;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  color: #fff;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.split-pane div.inside {
  position: relative;
  text-align: center;
}

.double .block-text-inside,
.block-text-inside {
  display: block;
  min-height: 300px;
  padding: 1em;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff !important;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  margin-bottom: 15px;
  text-decoration: none !important;
}

.block-text-inside > .content {
  position: relative;
  text-align: center;
  display: block;
  padding: 0px 0px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  padding: 50px;
}

.block-text-inside .field--name-field-image {
  position: absolute;
  top: 0px;
}

.block-text-inside .overlay:before,
.block-text-inside .overlay:after {
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  content: "";
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}

.block-text-inside .overlay:before {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}

.block-text-inside .overlay:after {
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
}

.block-text-inside:hover .overlay {
  background: rgba(0, 0, 0, 0.6);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.block-text-inside:hover .overlay:before,
.block-text-inside:hover .overlay:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.block-text-inside.video {
  padding: 0px;
}

.block-text-inside.video .fa-video:before {
  text-align: center;
  width: 100%;
}

.block-text-inside.video .video {
  opacity: 0;
}

.block-text-inside.video .fa-video {
  position: absolute;
  z-index: 9;
  top: 0px;
  font-size: 80px;
  text-align: center;
  left: 0px;
  width: 100%;
  cursor: pointer;
  height: 100%;
  display: flex;
  vertical-align: middle;
  align-items: center;
}

.block-text-inside.video.active {
  background: none !important;
}

.block-text-inside.video.active .overlay,
.block-text-inside.video.active .fa-video {
  display: none;
}

.block-text-inside.video.active .video {
  opacity: 1;
  height: 100%;
}

.block-text-inside .field--name-field-video {
  width: 100%;
  height: 100%;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.1);
  display: flex;
}

.block-text-inside video {
  max-width: 100%;
  max-height: 100%;
  width: 100% !important;
}

@media (max-width: 767px) {
  .block-text-inside video {
    height: 100% !important;
  }

  .block-text-inside.video.active .video {
    position: absolute;
    top: 0px;
    height: 100%;
  }
  .col-sm-6 .block-text-inside.video.active .video {
      position:relative;
  }
}

@media (min-width: 768px) {
  .block-text-inside.video {
    display: flex !important;
  }

  .block-text-inside video {
    height: initial !important;
  }

  .block-text-inside .content {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .block-text-inside {
    margin-bottom: 10px;
    height: 310px;
  }

  .col-sm-6 .block-text-inside {
    display: block;
    height: 630px;
  }

  .col-sm-12.block-text .block-text-inside {
    display: block;
    height: 450px;
  }

  .double .block-text-inside {
    display: block;
    margin-bottom: 10px;
    height: 310px;
  }

  .double .views-row:last-child .block-text-inside {
    margin-bottom: 0px;
  }

  .split-pane {
    height: 50vh;
  }

  .split-pane div.inside {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
  }

  .scroll {
    width: 30px;
    display: inline-block;
    position: absolute;
    left: 50%;
    bottom: 55px;
    z-index: 1;
    margin-left: -15px;
  }

  .scroll-icon {
    width: 30px;
    height: 45px;
    border: 2px solid white;
    border-radius: 15px;
    cursor: pointer;
    position: relative;
    text-align: center;
  }

  .mouse {
    height: 6px;
    margin: 2px auto 0;
    display: block;
    width: 3px;
    background-color: white;
    border-radius: 50%;
    -webkit-animation: 1.6s ease infinite scroll-up-down;
    -moz-animation: 1.6s ease infinite scroll-up-down;
    animation: 1.6s ease infinite scroll-up-down;
  }

  @-webkit-keyframes scroll-up-down {
    0% {
      margin-top: 2px;
      opacity: 0;
    }

    30% {
      opacity: 1;
    }

    100% {
      margin-top: 20px;
      opacity: 0;
    }
  }

  @-moz-keyframes scroll-up-down {
    0% {
      margin-top: 2px;
      opacity: 0;
    }

    30% {
      opacity: 1;
    }

    100% {
      margin-top: 20px;
      opacity: 0;
    }
  }

  @keyframes scroll-up-down {
    0% {
      margin-top: 2px;
      opacity: 0;
    }

    30% {
      opacity: 1;
    }

    100% {
      margin-top: 20px;
      opacity: 0;
    }
  }
}

.swiper-pagination-bullet-active {
  background: #0092ac !important;
}

.swiper-container {
  width: 100%;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
}

.swiper-slide {
  background-size: cover;
  background-position: center;
}

.gallery-top {
  height: 80%;
  width: 100%;
}

.gallery-thumbs {
  height: 35px;
  box-sizing: border-box;
  padding: 10px 0;
  position: absolute !important;
  bottom: 10px;
  margin: 0px auto !important;
}

@media (min-width: 768px) {
  .gallery-thumbs {
    height: 80px;
  }
}

.gallery-thumbs .swiper-wrapper {
  margin: 0px auto;
  position: relative;
}

.gallery-thumbs .swiper-slide {
  width: 25%;
  height: 100%;
  overflow: hidden;
  cursor: pointer;
  opacity: 0.6;
}

.gallery-thumbs .swiper-slide-thumb-active {
  opacity: 1;
}

.owl-carousel-3 .owl-stage-outer,
.owl-carousel .owl-stage-outer {
  padding: 0px 2px;
}

.owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
  margin-top: -25px;
  position: relative;
  z-index: 99;
}

.owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  cursor: pointer;
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

.owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: rgba(127, 127, 127, 0.5);
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 0.2s ease;
}

.owl-dots .owl-dot.active span {
  background: #0092ac;
}

.owl-carousel .owl-stage {
  display: flex;
  align-items: center;
}

.owl-carousel-3 .owl-stage {
  display: flex;
  /* max-width: 100%;*/
  margin: 0px auto;
}

.owl-carousel-3 .owl-stage-outer {
  max-width: 100%;
  overflow: hidden;
  padding-bottom: 20px;
}

.owl-carousel-3 {
  position: relative;
}

.owl-carousel-3 .owl-dots {
  display: none;
}

.owl-carousel-3 .owl-prev {
  position: absolute;
  top: 50%;
  margin-top: -45px;
  left: 0px;
}

.owl-carousel-3 .owl-next {
  position: absolute;
  top: 50%;
  margin-top: -45px;
  right: 0px;
}

.owl-nav button {
  padding: 0px;
  border: 0px;
  background: none;
  font-size: 50px;
  line-height: 50px;
  color: #0092ac;
}

.owl-nav button.disabled {
  opacity: 0.2;
}

article.full img {
  max-width: 100%;
}

/** NEWS **/
.media-card {
  background: #fff;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
  -webkit-box-shadow: 1px 3px 8px -2px rgba(0, 146, 172, 0.2);
  box-shadow: 1px 3px 8px -2px rgba(0, 146, 172, 0.2);
}

.media-card .media-data {
  padding: 10px;
}

.new.full .date,
.media-card .date {
  font-size: 15px;
  font-weight: bold;
}

.media-card h3 {
  text-transform: uppercase;
  color: #0092ac;
}

a.media-card {
  text-decoration: none !important;
  color: #333333;
}

a.media-card:hover {
  background: rgba(0, 146, 172, 0.3);
  -webkit-box-shadow: 1px 3px 8px -2px rgba(0, 146, 172, 0.8);
  box-shadow: 1px 3px 8px -2px rgba(0, 146, 172, 0.8);
}

.new.full .inside-content {
  margin-top: 10px;
  margin-bottom: 20px;
}

.new.full .date {
  margin-bottom: 5px;
  display: block;
}

.new.full h2 {
  text-transform: uppercase;
  color: #0092ac;
}

.share-widget {
  display: block;
  clear: both;
  width: 100%;
  text-align: center;
}

.share-widget .inside-hover {
  float: right;
}

.share-widget .inside {
    display: inline-block;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" height="1em" viewBox="0 0 448 512"><path d="M352 224c53 0 96-43 96-96s-43-96-96-96s-96 43-96 96c0 4 .2 8 .7 11.9l-94.1 47C145.4 170.2 121.9 160 96 160c-53 0-96 43-96 96s43 96 96 96c25.9 0 49.4-10.2 66.6-26.9l94.1 47c-.5 3.9-.7 7.8-.7 11.9c0 53 43 96 96 96s96-43 96-96s-43-96-96-96c-25.9 0-49.4 10.2-66.6 26.9l-94.1-47c.5-3.9 .7-7.8 .7-11.9s-.2-8-.7-11.9l94.1-47C302.6 213.8 326.1 224 352 224z"/></svg>') no-repeat left center;
    padding-left: 20px;
    margin-right:10px;
  
}

.share-widget .inside a {
  font-size: 25px;
  color: #0092ac;
  text-decoration: none !important;
  padding: 5px;
  display: inline-block;
}

.share-widget .inside a:hover {
  color: #333333;
}

#block-views-block-news-block-2 .block-title {
  text-align: left;
  color: #0092ac;
  font-size: 30px;
  margin-top: 30px;
}

.pswp--open {
  display: block;
  z-index: 9999 !important;
}

.construction.full .text-info {
  font-size: 20px;
  margin: 20px 0px;
}

.construction.full .summary-extra .list-item {
  margin-bottom: 10px;
}

.construction.full .summary-extra .list-item .label-item {
  font-size: 14px;
  margin-bottom: 3px;
  font-weight: bold;
}

.construction.full .summary-extra .list-item > .field {
  margin-left: 20px;
}

.construction.full .summary-extra .list-item > .field a {
  color: #0092ac;
}

a.product-card .card-data {
  padding: 10px;
}

a.product-card .card-data > h3{
  min-height: 62px;
}
a.product-card .inside {
  -webkit-box-shadow: 1px 3px 8px -2px rgba(0, 146, 172, 0.2);
  box-shadow: 1px 3px 8px -2px rgba(0, 146, 172, 0.2);
}

a.product-card .inside img {
  margin: 0px auto;
}

a.product-card,
a.product-card .inside {
  color: #0092ac;
  text-decoration: none !important;
}

a.product-card:hover .inside {
  color: #000;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
  -webkit-box-shadow: 1px 3px 8px -2px rgba(0, 146, 172, 0.8);
  box-shadow: 1px 3px 8px -2px rgba(0, 146, 172, 0.8);
}

a.product-card:hover .inside .card-data {
  background: rgba(0, 146, 172, 0.3);
}

.special-filters {
  position: relative;
}

.special-filters a,
.special-filters button {
  padding: 5px 10px !important;
}

.special-filters button i {
  padding-left: 20px;
}

#filters {
  padding: 10px;
  background: #bfdee6;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: absolute;
  z-index: 99;
  max-width: 300px;
}

#filters .form-item label {
  font-weight: normal;
  display: block;
}

#filters .form-item.form-item-prod {
  display: none;
}

#filters .form-item {
  float: left;
  clear: both;
  margin-bottom: 10px;
  width: 100%;
}

#filters .form-item .select-wrapper,
#filters .form-item select,
#filters .form-item input {
  width: 100%;
}

#filters .form-item.form-item-year,
#filters .form-item.form-item-category {
  /* width: 48%;
    float: left;
    clear: none;*/
}

#filters .form-item.form-item-year {
  float: right;
}

#filters .form-actions {
  float: right;
  clear: both;
}

#filters .form-actions button {
  margin: 0px;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  background-color: #0092ac;
  border-color: #0092ac;
}

.pager-nav {
  clear: both;
}

.pagination > li > a,
.pagination > li > span {
  color: #333;
}

.view-id-construction .view-content {
  clear: both;
}

.image-effect:hover .overlay {
  background: rgba(0, 0, 0, 0.6);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.image-effect:hover img {
  transform: scale(1.05);
  transition: all 0.21s ease-out;
}

.image-effect .text-inside {
  color: #fff;
}

.image-effect img {
  width: 100%;
}

/*** PRODUCT PAGE **/
.widget-product .nav > li {
  background: none;
}

.widget-product .nav > li a {
  color: #333;
  font-weight: bold;
  text-decoration: none !important;
}

.widget-product .nav > li.active a,
.widget-product .nav > li.active,
.widget-product .tab-content {
  background: #bfdee6 !important;
}

.widget-product .tab-content {
  padding: 10px 15px;
}

.widget-product {
  margin-top: 30px;
  margin-bottom: 30px;
}

.widget-product .nav > li {
  float: left;
}

.product-main-content {
  display: flex;
  flex-flow: column;
}

.product-main-content .text-justify {
  order: 1;
}

.product-main-content .widget-product {
  order: 2;
}

@media (min-width: 768px) {
  .product-main-content {
    display: block;
  }

  .widget-product {
    margin: 0px 0px 15px 20px;
    max-width: 50%;
    float: right;
  }
}

.swiper-pagination-bullet:only-child {
  visibility: hidden;
}

.view-more-constructions {
  max-width: 300px;
  margin: 0px auto;
  text-align: center;
  font-size: 18px;
  line-height: 24px;
  margin-top: 30px;
}

.view-more-constructions a {
  font-size: 10px;
  padding-left: 10px !important;
  padding-right: 10px !important;
  margin-top: 10px;
}

.widget-product .tab-content #tech img {
  float: left;
  margin: 0px 10px 10px 0px;
  width: 30px;
}

.widget-product .tab-content #tech img {
  float: left;
  margin: 0px 10px 10px 0px;
  width: 30px;
}

.widget-product .tab-content #tech .right-info {
  width: calc(100% - 40px);
  float: left;
  font-size: 12px;
  line-height: 16px;
}

.widget-product .tab-content #tech .right-info .sub-info {
  font-weight: bold;
}

.widget-product .tab-content #download .form-group {
  margin-bottom: 0px;
}

.widget-product .tab-content #download .view.view-display-id-block_4 {
  border-top: 1px solid #333;
}

.widget-product .tab-content #download .file-download {
  border-bottom: 1px solid #0092ac;
}

.widget-product .tab-content #download .file-download a {
  display: block;
  cursor: pointer;
  color: #333;
  text-decoration: none !important;
  padding: 5px 10px 5px 5px;
}

.widget-product .tab-content #download .file-download a > div {
  display: inline-block;
}

.widget-product .tab-content #download .file-download a .fa-lock {
  display: none;
}

.widget-product .tab-content #download .file-download a:hover {
  background: #0092ac;
  color: #fff;
}

.widget-product .tab-content #download .file-download a:hover .locked .fa-download {
  display: none;
}

.widget-product .tab-content #download .file-download a:hover .locked .fa-lock {
  display: inline-block;
}

.widget-product .tab-content #download .file-download a .download {
  float: right;
}

.modal-dialog-centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (0.5rem * 2));
}

.modal-content {
  width: 100%;
}

@media (min-width: 576px) {
  .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 500px;
    margin: 1.75rem auto;
  }
}

/*** HISTORY ***/

.timeline {
  margin-top: 20px;
}

.timeline-container {
  position: relative;
  padding: 10px 0;
}

.timeline-container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 18px;
  height: 100%;
  width: 4px;
  background: #0092ac;
  display: block;
}

.timeline-content {
  display: flex;
  margin-bottom: 50px;
  position: relative;
}

.timeline-circle {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin-left: 10px;
  background: #fff;
  box-shadow: 0 0 0 4px #0092ac, inset 0 2px 0 rgba(0, 0, 0, 0.08), 0 3px 0 4px rgba(0, 0, 0, 0.05);
  font-size: 18px;
  color: #0092ac;
  margin-top: 13px;
}

.timeline-inside {
  -ms-flex-positive: 1;
  flex-grow: 1;
  position: relative;
  margin-left: 1.25em;
  background: #bfdee6;
  border-radius: 0.25em;
  padding: 1.25em;
  padding-top: 40px;
}

.timeline-inside::before {
  content: "";
  position: absolute;
  top: 16px;
  right: 100%;
  width: 0;
  height: 0;
  border: 7px solid transparent;
  border-right-color: #bfdee6;
}

.timeline-year {
  position: absolute;
  top: 10px;
  left: 15px;
  font-size: 23px;
  text-align: left;
  width: 100%;
  font-weight: bold;
  color: #0092ac;
  font-size: 34px;
}

@media (min-width: 768px) {
  .timeline-container::before {
    margin-left: -2px;
  }

  .timeline-content:last-child {
    padding-bottom: 200px;
  }

  .timeline-content:nth-child(odd) .timeline-inside::before {
    right: auto;
    left: 100%;
    width: 0;
    height: 0;
    border: 7px solid transparent;
    border-left-color: #bfdee6;
  }

  .timeline-circle {
    order: 1;
    width: 40px;
    height: 40px;
    -ms-flex-order: 1;
    order: 1;
    margin-left: calc(5% - 20px);
    will-change: transform;
    margin-top: 0px;
  }

  .timeline-content:nth-child(even) .timeline-circle {
    margin-right: calc(5% - 20px);
  }

  .timeline-container::before {
    left: 50%;
  }

  .timeline-content:nth-child(even) {
    flex-direction: row-reverse;
  }

  .timeline-year {
    position: absolute;
    width: 100%;
    left: 120%;
    top: 5px;
    font-weight: bold;
  }

  .timeline-content-image {
    position: absolute;
    width: 100%;
    left: 120%;
    top: 40px;
    font-weight: bold;
  }

  .timeline-content-image img {
    max-height: 250px;
    width: auto;
  }

  .timeline-content:nth-child(even) .timeline-content-image {
    left: auto;
    right: 120%;
    text-align: right;
  }

  .timeline-inside {
    width: 45%;
    -ms-flex-positive: 0;
    flex-grow: 0;
    will-change: transform;
    margin: 0;
    padding: 1.25em;
  }

  .timeline-content:nth-child(even) .timeline-year {
    left: auto;
    right: 120%;
    text-align: right;
  }
}

@keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    transform: scale(0.5);
  }

  60% {
    opacity: 1;
    transform: scale(1.2);
  }

  100% {
    transform: scale(1);
  }
}

.contacts-view {
  clear: both;
}

.contact-box {
  border: 1px solid #bfdee6;
  position: relative;
  background: #ffffff;
  display: block;
  border-radius: 3px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
  transition: all 0.23s ease-out;
  margin: 4px 0;
  overflow: hidden;
  padding: 15px 10px 5px 10px;
}

.contact-box h4 {
  font-weight: bold;
  margin: 0px 0px;
}

.contact-box .main-buttons {
  margin: 0px -10px -5px -10px;
  margin-top: 10px;
}

.contact-box .main-buttons a:active,
.contact-box .main-buttons a {
  display: block;
  text-align: left;
  padding: 10px 10px;
  border: 0px;
  border-top: 1px solid #fff;
  text-transform: initial;
}

.contact-box .main-buttons a i {
  margin-right: 5px;
}

.contact-box .field--name-field-sub-category div {
  display: inline-block;
  color: #555555;
  font-size: 12px;
  margin-right: 13px;
  text-transform: uppercase;
  margin-bottom: 7px;
}

.contact-box .positions .field--name-field-name-position {
  font-weight: bold;
}

.contact-box .positions .paragraph--type--contact-responsible {
  margin-bottom: 10px;
}

.contact-box .positions .field--name-field-position {
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 5px;
}

.contact-box .positions,
.contact-box .informations,
.contact-box .address-field {
  padding: 10px;
}

.contact-box .informations a {
  color: #0092ac;
  text-decoration: none;
}

.contact-box .positions a {
  margin-left: 5px;
  margin-bottom: 5px;
  display: block;
  color: #0092ac;
  text-decoration: none;
}

.contact-box .positions a:hover {
  font-weight: bold;
}
.contacts-view .block-title {
  text-align: left;
  font-size: 20px;
  margin-left: 15px;
}
.view-grouping-header h3 {
  text-transform: uppercase;
  text-align: center;
  color: #0092ac;
}
/**** FOOTER ****/

footer {
  padding-top: 50px;
}

footer h2,
footer .block h2 {
  color: #fff;
  font-size: 20px;
  text-align: left;
  text-transform: uppercase;
}

footer .field--type-email label,
footer .help-block {
  display: none;
}

footer .view-header,
footer .form-item-message {
  color: rgba(255, 255, 255, 0.8);
  font-size: 15px !important;
  line-height: 23px;
}

footer .form-item-message {
  margin-bottom: 5px;
}

footer .field--type-email {
  width: calc(100% - 85px);
  float: left;
}

footer .form-actions {
  width: 80px;
  float: right;
}


footer .custom-newsletter a:active,
footer .custom-newsletter a:focus,
footer .custom-newsletter a,
footer .form-actions button:active,
footer .form-actions button:focus,
footer .form-actions button {
  width: 100%;
  padding-left: 5px !important;
  line-height: 13px;
  padding-right: 5px !important;
  margin: 0px !important;
  background: #fff;
  font-size: 10px;
  color: #0092ac;
  border-radius: 0px !important;
  text-transform: uppercase;
  border: 1px solid #fff;
  outline: none !important;
}

footer .custom-newsletter a:focus,
footer .custom-newsletter a:active,
footer .custom-newsletter a:hover,
footer .form-actions button:focus,
footer .form-actions button:active,
footer .form-actions button:hover {
  color: #fff !important;
  background: #0092ac !important;
  border: 1px solid #fff !important;
}
footer .custom-newsletter a{
    text-decoration:none;
    padding: 5px 10px;
}
footer .view-id-ar a {
  border: 1px solid #fff;
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  display: inline-block;
  margin-right: 10px;
  float: left;
  padding: 4px;
  border-radius: 50%;
  width: 40px;
  text-align: center;
  margin-top: 10px;
}

footer .view-id-ar a:hover {
  background: #fff;
  color: #0092ac;
}

footer #edit-preview--2,
#edit-preview,
footer label {
  display: none;
}

footer .form-type-checkbox label {
  display: inline-block;
  color: rgba(255, 255, 255, 0.8);
  font-size: 15px !important;
  line-height: 15px;
  font-weight: 300;
}

footer .form-type-checkbox label.form-required:after {
  color: rgba(255, 255, 255, 0.8);
  content: "*";
  background: none;
  vertical-align: initial;
}

footer input.form-control::-webkit-input-placeholder {
  color: #fff;
  opacity: 1;
}

footer input.form-control::-moz-placeholder {
  color: #fff;
  opacity: 1;
}

/* Firefox 19+ */
footer input.form-control:-moz-placeholder {
  color: #fff;
  opacity: 1;
}

/* Firefox 18- */
footer input.form-control:-ms-input-placeholder {
  color: #fff;
  opacity: 1;
}

footer textarea.form-control::-webkit-input-placeholder {
  color: #fff;
  opacity: 1;
}

footer textarea.form-control::-moz-placeholder {
  color: #fff;
  opacity: 1;
}

/* Firefox 19+ */
footer textarea.form-control:-moz-placeholder {
  color: #fff;
  opacity: 1;
}

/* Firefox 18- */
footer textarea.form-control:-ms-input-placeholder {
  color: #fff;
  opacity: 1;
}

footer textarea.form-control,
footer input.form-control {
  box-shadow: none;
  outline: none;
  background: none;
  line-height: 20px;
  height: 27px;
  font-size: 13px;
  border-radius: 0px;
  color: #fff;
  display: block;
  padding: 0px 10px;
  transition: all 0.5s ease;
  border: 1px solid rgba(255, 255, 255, 0.5) !important;
}

footer textarea.form-control {
  height: 80px;
  resize: none;
}

footer .contact-message-form .form-actions {
  width: initial;
}

footer .nav > li > a {
  padding: 0px;
  background: none !important;
  color: #fff !important;
  outline: none !important;
  margin-bottom: 10px;
}

footer .nav > li > a:hover {
  color: #fff !important;
  font-weight: bold;
}

footer #edit-subscriptions-wrapper {
  display: none;
}

footer .form-group {
  margin-bottom: 3px;
}

.form-item-copy,
body.user-logged-in .js-form-item-name,
body.user-logged-in .js-form-item-mail {
  display: none;
}

footer .form-group.form-item {
  font-size: 0px;
}

footer nav,
footer section {
  margin-bottom: 30px;
}

.region-highlighted {
  position: absolute;
  top: 10px;
  z-index: 9999;
  width: calc(100% - 20px);
  left: 10px;
}

.breadcrumb {
  background-color: rgba(0, 146, 172, 0.62);
  border-radius: 0px;
  color: #fff;
  margin: -20px -10px 15px -10px;
  padding: 5px 10px;
}

.breadcrumb a {
  color: #fff;
  font-weight: bold;
}

.breadcrumb a:hover {
  font-weight: bold;
}

.breadcrumb > li + li:before {
  padding-right: 0px;
  color: #fff;
}

.block-views-blockconstruction-block-2 {
  margin-top: 30px;
}

.highlighted-teaser {
  margin-top: 10px;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background-position: center;
}

.highlighted-teaser .content {
  padding: 30px;
  float: left;
  width: 100%;
  color: #fff;
  position: relative;
  z-index: 9;
  text-align: left;
}

.view-id-highlighted_content.view-display-id-block_1 .view-content > div:nth-child(odd) .content {
  float: right;
}


@media (min-width: 768px) {

.view-id-highlighted_content.view-display-id-block_1 .view-content > div .content {
     float: left;
    width: 100%;
    min-height: 300px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: flex-start;
}
.view-id-highlighted_content.view-display-id-block_1 .view-content{
       
 
    display: flex;
        flex-wrap: wrap;
        gap: 10px;
    
}
.view-id-highlighted_content.view-display-id-block_1 .view-content > div{
    
        width: calc(50% - 5px);
        box-sizing: border-box;
    
}
.highlighted-teaser{
   height: calc(100% - 5px);
   margin-top: 5px;
    
}
  .highlighted-teaser .content {
    width: 50%;
  }
}

.backoffice-icon {
  margin-left: 10px;
}

body.page-node-type-page nav.tabs {
  display: none;
}

.owl-carousel.owl-drag .owl-item {
  padding: 1px;
}

#contact-message-career-form {
  margin-top: 20px;
}

#contact-message-career-form .control-label.form-required:after {
  background: none;
  content: "*";
}

#contact-message-career-form .control-label:after,
#contact-message-career-form .control-label {
  color: #0092ac;
}

#contact-message-career-form .chosen-container,
#contact-message-career-form textarea.form-control,
#contact-message-career-form input.form-control {
  box-shadow: none;
  outline: none;
  background: none;
  line-height: 20px;
  height: 45px;
  font-size: 13px;
  border-radius: 0px;
  color: #333333;
  display: block;
  padding: 10px 10px;
  transition: all 0.5s ease;
  border: 1px solid rgba(0, 146, 172, 0.5) !important;
}

#contact-message-career-form textarea.form-control {
  height: 300px;
  resize: none;
}

#contact-message-career-form .contact-message-form .form-actions {
  width: initial;
}

.button[data-drupal-selector="edit-preview"] {
  display: none;
}

#contact-message-career-form .chosen-container .chosen-single {
  background: none;
  padding: 0px 5px;
  box-shadow: none;
  border: 0px;
  -webkit-appearance: none;
}

#contact-message-career-form .chosen-container .chosen-single div {
  display: none;
}

.modal-header {
  text-align: center;
}

.modal-content {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}

.modal-login-info {
  text-align: center;
  padding-bottom: 40px;
}

.modal-login-info a {
  font-weight: bold;
  color: #0092ac;
  font-size: 19px;
  margin-top: 8px;
  display: block;
}

.user-register-form .form-submit {
  display: inline-block;
  font-weight: 500;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  cursor: pointer;
  position: relative;
  background: #0092ac;
  color: #fff;
  font-family: "Poppins", sans-serif;
  box-shadow: none !important;
  text-transform: uppercase;
  border: 1px solid transparent;
  border-radius: 0;
  padding-left: 60px;
  padding-right: 60px;
  outline: none;
}

.user-register-form .form-submit:hover {
  outline: none;
  background: #fff;
  box-shadow: none;
  color: #0092ac;
  border-color: #0092ac;
}

.user-login-form .sub-info {
  margin-top: -10px;
  margin-bottom: 10px;
  color: #333;
}

.user-login-form .sub-info a {
  color: #0092ac;
}

.user-pass,
.user-register-form,
.user-login-form {
  padding: 20px 30px;
  margin-bottom: 15px;
}

.node-download-request-form .form-actions,
.user-pass .form-actions,
.user-register-form .form-actions,
.user-login-form .form-actions {
  text-align: center;
}

.user-pass .description,
.user-register-form .description,
.user-login-form .description {
  display: none !important;
}

.node-download-request-form textarea.form-control,
.user-pass input.form-control,
.user-register-form input.form-control,
.user-register-form .chosen-container,
.user-login-form input.form-control {
  box-shadow: none;
  outline: none;
  background: none;
  line-height: 20px;
  height: 45px;
  font-size: 13px;
  border-radius: 0px;
  color: #333333;
  display: block;
  padding: 10px 10px;
  transition: all 0.5s ease;
  border: 1px solid rgba(0, 146, 172, 0.5) !important;
}

.node-download-request-form textarea.form-control {
  height: 125px;
}

body.path-user .tabs {
  display: none;
}

/*** REGISTER **/

#edit-field-privacy-policy-value--description {
  display: block !important;
}

div#sliding-popup,
div#sliding-popup .eu-cookie-withdraw-banner,
.eu-cookie-withdraw-tab {
  background-color: #005f72;
}

.eu-cookie-compliance-content {
  max-width: 90%;
}

.eu-cookie-compliance-message button,
.eu-cookie-compliance-message p {
  font-size: 12px;
  display: inline;

  font-weight: normal;
}

.disagree-button.eu-cookie-compliance-more-button,
.eu-cookie-compliance-agree-button,
.eu-cookie-compliance-default-button,
.eu-cookie-compliance-hide-button,
.eu-cookie-compliance-more-button-thank-you,
.eu-cookie-withdraw-button,
.eu-cookie-compliance-save-preferences-button {
  padding-left: 10px !important;
  padding-right: 10px !important;
  background: none;
  box-shadow: none;
  text-shadow: none;
  color: #fff;
  border-radius: 0px;
  font-size: 14px;
  margin-left: 10px;
  margin-top: 14px;
  font-weight: normal;
  font-family: "Saira Extra Condensed", sans-serif;
}

.eu-cookie-compliance-secondary-button {
  line-height: 10px;
  background: none;
  box-shadow: none;
  text-shadow: none;
  color: #000;
  border-radius: 0px;
  font-size: 15px;
  margin-left: 10px;
  margin-top: 14px;
  border: 1px solid #fff;
  background-color: #fff;
  padding: 10px;
  font-family: "Saira Extra Condensed", sans-serif;
}

.eu-cookie-compliance-secondary-button:hover {
  color: #fff;
  background-color: transparent;
}

.eu-cookie-compliance-default-button:hover {
  color: #000;
}

#sliding-popup h2 {
  font-size: 25px;
}

form > .form-type-vertical-tabs {
  display: none;
}

.modal-body form > h2 {
  display: none;
}

/*** REGISTER ***/
#edit-simplenews {
  border: 0px;
  clear: both;
  box-shadow: none;
}

#edit-simplenews .panel-body {
  padding: 0px;
}

#edit-simplenews .help-block {
  display: none;
}

#edit-pass .form-item-pass-pass2 {
  margin-bottom: 0px;
}

#edit-pass div.password-strength,
#edit-pass div.password-confirm {
  display: none;
}

form.user-form .form-item-subscriptions-default {
  margin: 0px;
}

form.user-form .form-item-pass {
  display: block;
}

form.user-form .field--name-field-address .chosen-single b,
form.user-form .field--name-field-address .panel-heading {
  display: none;
}

form.user-form .field--name-field-address .panel-body {
  padding: 0px;
}

form.user-form .field--name-field-address .panel-default {
  border: 0px;
  box-shadow: none;
  clear: both;
  display: block;
}

form.user-form .field--name-field-address .input-group-addon {
  display: none;
}

form.user-form .field--name-field-address .input-group {
  width: 100%;
}

form.user-form .field--name-field-address .chosen-container {
  padding: 0px;
}

form.user-form .field--name-field-address .chosen-drop {
  margin: 0px -1px;
  width: calc(100% + 2px);
}

form.user-form .field--name-field-address {
  margin-bottom: 0px;
}

form.user-form .field--name-field-address .chosen-container .chosen-single,
form.user-form .field--name-field-address .chosen-container-active.chosen-with-drop .chosen-single {
  border: 0px;
  padding: 10px;
  height: inherit;
  background: none;
  box-shadow: none !important;
}

@media (min-width: 768px) {
  form.user-form .field--name-field-mobile,
  form.user-form .form-item-pass-pass1 {
    margin: 0px 2%;
  }

  form.user-form .address-container-inline {
    width: 32%;
    float: left;
  }

  form.user-form .address-container-inline > div:last-child {
    margin-right: 0px;
    width: 60%;
    float: right;
  }

  form.user-form .address-container-inline > div:first-child {
    margin-right: 5%;
    width: 35%;
    float: left;
  }

  form.user-form .form-item-field-address-0-address-address-line1 {
    width: 66%;
    float: left;
    margin-right: 2%;
  }

  form.user-form .field--name-field-telephone,
  form.user-form .field--name-field-fax,
  form.user-form .field--name-field-mobile,
  form.user-form .form-item-pass-pass1,
  form.user-form .form-item-pass-pass2,
  form.user-form .form-item-name {
    width: 32%;
    float: left;
  }
}
form.user-form #edit-account {
  clear: both;
}
.overlay-files.overlay {
  background: rgba(0, 146, 172, 0.62);
}

.list-of-files .views-field-field-file a {
  background: rgba(0, 146, 172, 0.62);
  color: #fff;
  padding: 20px;
  display: block;
  text-decoration: none;
}

.list-of-files .views-field-field-file a:hover {
  background: rgba(0, 0, 0, 0.3);
}

.list-of-files .views-field-field-file a .desc {
  margin-bottom: 10px;
  min-height: 20px;
}

body.path-search input.form-search {
  border: 1px solid #0092ac;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}

body.page-node-type-new .field--type-file {
  margin-top: 50px;
}

.field--name-body a {
  color: #0092ac;
}

.field--name-body table td {
  border-color: #0092ac;
}

.alert.alert-success {
  background: #0092ac;
  color: #fff;
}

.alert {
  padding: 25px;
  text-align: center;
  position: relative;
  font-size: 18px;
  font-weight: bold;
  z-index: 999;
  border-radius: 0px;
  border: 0px;
}

.alert button.close {
  top: 0px;
  position: absolute;
  right: 10px;
  opacity: 1;
  font-size: 40px;
}

.messages__wrapper {
  position: fixed;
  width: 90%;
  top: 20%;
  margin-left: 5%;
}

.messages__wrapper .overlay-close {
  background: rgba(0, 0, 0, 0.8);
  content: " ";
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 9;
}

.highlighted-teaser .content span,
.highlighted-teaser .content p,
.highlighted-teaser .content {
  background: none !important;
}

#block-views-block-surface-treatment-block-1 {
  margin-top: 40px;
}

.view-id-surface_treatment.view-display-id-block_2 .views-row .title {
  height: 70px;
}

article.full .field--name-body span,
article.full .field--name-body {
  font-size: 14px !important;
  font-family: "Open Sans", sans-serif !important;
  color: #333333 !important;
}

.slide-product .swiper-system {
  max-width: 300px;
  margin: 0px auto;
  overflow: hidden;
}

article.full img {
  margin: 0px auto;
}

@media (max-width: 767px) {
  .double .block-text-inside,
  .block-text-inside {
    display: block;
    min-height: inherit;
  }
}

.widget-product.file-page {
  float: left;
  min-width: 215px;
  margin: 0px;
}

.show-btn {
  display: inline-block;
}

.block-views-blocksurface-treatment-block-2,
.subtitle {
  display: none;
}

.simplenews-subscriptions-block-newsletter .form-type-checkbox {
  display: block;
  clear: both;
  overflow: hidden;
  float: left;
}
.field--name-field-privacy-policy {
  clear: both;
}


[data-aos^="fade"][data-aos^="fade"].aos-animate {
  z-index: 2;
}

[data-aos^="zoom"][data-aos^="zoom"] {
  z-index: 1;
}
.contact-node iframe {
  width: 100%;
}
.footer-end img {
  margin: 0px auto;
}

@media (min-width: 768px) {
  .region-footer-two {
    padding-left: 25%;
  }
  .region-footer-three {
    padding-left: 10%;
  }
}
a.logotipo.special{
    display:none;
}

.share-widget{
    border: 0px !important;
}
.table-responsive{
    border: 0px !important;
}
.combined-swiper{
   height: 50vh;

}
.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide{
    height: 100% !important;  
}
.swiper-wrapper{
height:100% !important;
}
.swiper-wrapper img{
max-height:100% !important;
}

.view-id-informative_pages .view-content > .views-row .inside-content{
    margin-bottom: 20px;
    padding-bottom:20px;
    border-bottom: 1px solid #0092ac;
}

.view-id-informative_pages .view-content > .views-row:last-child .inside-content{
    margin-bottom: 20px;
    padding-bottom:0px;
    border-bottom: 0px;
}
.grid-masonry{
   
}

.grid-sizer,
.grid-item { width: calc(50% - 5px); padding-bottom:10px;}

@media screen and (min-width: 768px) {
  /* 4 columns for larger screens */
  .grid-sizer,
.grid-item { width: calc(25% - 8px); }
}

.grid-item video{
    
    max-width: 100%;
}

.title-container{
        position: absolute;
    z-index: 99;
    height: 100%;
    width: 100%;
    top: 0px;
    left: 0px;
    display:flex;
}
.title-grid{    
    padding: 10px;
    font-weight: 500;
    line-height: 1.1;
    color: #FFF;
    font-size: 35px;    
    background: rgb(0 0 0 / 39%);
    font-family: 'Saira Extra Condensed', sans-serif;
    width: 100%;
    position: absolute;
}
.title-container.middle{
    align-items: center;
    text-align:center;
}
.title-container.topleft{
    align-items: flex-start;
    text-align: left;
}
.title-container.topright{
    align-items: flex-start;
    text-align: right;
}
.title-container.bottomleft{
    align-items: flex-end;
    text-align: left;
}
.title-container.bottomright{
    align-items: flex-end;
    text-align: right;
}

.title-container.topcenter{
    align-items: flex-start;
    text-align: center;
}

.title-container.bottomcenter{
    align-items: flex-end;
    text-align: center;
}

.sameheight .view-content{
    
    display: flex;
    flex-wrap: wrap;
}
.sameheight .view-content .media-card{
    margin:10px;
}
.view-empty,
.contact-page.view .views-exposed-form,
.views-exposed-form .form-item-cat{
    margin:15px;
}

.contact-page.view .views-exposed-form .form-group{
    margin-bottom: 0px !important;
}
.contact-page.view .views-exposed-form .form-type-radio label:active:focus,
.contact-page.view .views-exposed-form .form-type-radio label:active,
.contact-page.view .views-exposed-form .form-type-radio label:focus,
.contact-page.view .views-exposed-form .form-type-radio label{
    
    display: inline-block;
    font-weight: 500;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    cursor: pointer;
    position: relative;
    background: #0092ac;
    color:#FFF;
    font-family: 'Poppins', sans-serif;
    box-shadow: none !important;
    text-transform: uppercase;
    border: 1px solid transparent;
    border-radius: 0;
    padding-left: 20px;
    padding-right: 20px;
    outline: none;
    text-decoration:none;
    margin-bottom: 5px;
}

.contact-page.view .views-exposed-form .form-type-radio label input{
    display:none;
}
.views-exposed-form .form-item-cat a:active:focus,
.views-exposed-form .form-item-cat a:active,
.views-exposed-form .form-item-cat a:focus,
.views-exposed-form .form-item-cat a{
    display: inline-block;
    font-weight: 500;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    cursor: pointer;
    position: relative;
    background: #0092ac;
    color:#FFF;
    font-family: 'Poppins', sans-serif;
    box-shadow: none !important;
    text-transform: uppercase;
    border: 1px solid transparent;
    border-radius: 0;
    padding-left: 60px;
    padding-right: 60px;
    outline: none;
    text-decoration:none;
}
.contact-page.view .views-exposed-form .form-type-radio label:has(input:checked),
.contact-page.view .views-exposed-form .form-type-radio label:hover ,
.views-exposed-form .form-item-cat a.bef-link-active,
.views-exposed-form .form-item-cat a:hover {
    outline: none;
    background: #FFF;
    box-shadow: none;
    color: #0092ac;
    border-color: #0092ac;
}

.paragraph--type--sistema-de-marcos .field--name-field-titulo-de-fora{
    margin-top: 20px;
    margin-bottom: 10px;
    font-family: 'Saira Extra Condensed', sans-serif;
    font-display: swap;
    font-size: 35px;
}
.marco-box .marco-box-inside{
    font-weight: 500;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    cursor: pointer;
    position: relative;
    font-family: 'Poppins', sans-serif;
    box-shadow: none !important;
    text-transform: uppercase;
    border: 1px solid #0092ac;
    border-radius: 10px;
    outline: none;
    text-decoration:none;
    overflow:hidden;
}

@media (min-width: 768px) {
    
.marco-box .marco-box-inside{
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    flex-direction: row;
}}

.marco-box.active .marco-box-inside{
    outline: none;
    box-shadow: none;
    color:#FFF;
    background-color: #0092ac;
}
.marco-box{
    margin-bottom:10px;
}
.marco-box .marco-box-inside .field--name-field-image-marcos img{
    object-fit: cover;
    height: 170px;
}
.marco-box .marco-box-inside .field--name-field-texto{
    width:100%;
    padding:10px;
}

.marco-box .marco-box-children{    
    overflow:hidden;
    max-height:0px;
    
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.marco-box.active .marco-box-children{   
    
    max-height:2000px;
}
.field--name-field-marco{
    padding:10px;
}
.field--name-field-marco .paragraph{
    padding:10px;
    margin-bottom:10px;
}
.field--name-field-marco .paragraph.color-Azul{
    background:#03a9f4;
    color: #000;
}
.field--name-field-marco .paragraph.color-Verde{
    background:#4caf50;
    color: #000;
}
.field--name-field-marco .paragraph.color-Rosa{
    background:#ff86af;
    color: #000;
}

.flipbook-node-image img{
    width: 100%;
  height: auto;
    
}


#flipbookcanvas {
    position:relative;
}

#flipbookcanvas .magazine-viewport .container{
	position:absolute;
	top:50%;
	left:50%;
	width:922px;
	height:600px;
	margin:auto;
}

#flipbookcanvas .magazine-viewport .magazine{
	width:922px;
	height:600px;
	left:-461px;
	top:-300px;
}

#flipbookcanvas .magazine-viewport .page{
	width:461px;
	height:600px;
	background-color:white;
	background-repeat:no-repeat;
	background-size:100% 100%;
}

#flipbookcanvas .magazine-viewport .zoomer .region{
	display:none;
}

#flipbookcanvas .magazine .region{
	position:absolute;
	overflow:hidden;
	background:#0066FF;
	opacity:0.2;
	-webkit-border-radius:10px;
	border-radius:10px;
	cursor:pointer;
	-webkit-filter: alpha(opacity=20);
	filter: alpha(opacity=20);
}

#flipbookcanvas .magazine .region:hover{
	opacity:0.5;
	-webkit-filter: alpha(opacity=50);
	filter: alpha(opacity=50);
}

#flipbookcanvas .magazine .region.zoom{
	opacity:0.01;
	-webkit-filter: alpha(opacity=1);
	filter: alpha(opacity=1);
}

#flipbookcanvas .magazine .region.zoom:hover{
	opacity:0.2;
	-webkit-filter: alpha(opacity=20);
	filter: alpha(opacity=20);
}

#flipbookcanvas .magazine .page{
	-webkit-box-shadow:0 0 20px rgba(0,0,0,0.2);
	box-shadow:0 0 20px rgba(0,0,0,0.2);
}

#flipbookcanvas .magazine-viewport .page img{
	-webkit-user-select: none;
	user-select: none;
	margin:0;
}

#flipbookcanvas .magazine .even .gradient{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;

	background-image:-webkit-linear-gradient(left, rgba(0,0,0,0) 95%, rgba(0,0,0,0.2) 100%);
	background-image:linear-gradient(left, rgba(0,0,0,0) 95%, rgba(0,0,0,0.2) 100%);
}

#flipbookcanvas .magazine .odd .gradient{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;

	background-image:-webkit-linear-gradient(right, rgba(0,0,0,0) 95%, rgba(0,0,0,0.15) 100%);
	background-image:linear-gradient(right, rgba(0,0,0,0) 95%, rgba(0,0,0,0.15) 100%);
}

#flipbookcanvas .magazine-viewport .zoom-in .even .gradient,
#flipbookcanvas .magazine-viewport .zoom-in .odd .gradient{

	display:none;

}

#flipbookcanvas .magazine-viewport .loader{
	background-image:url(../pics/loader.gif);
	width:22px;
	height:22px;
	position:absolute;
	top:280px;
	left:219px;
}

#flipbookcanvas .magazine-viewport .shadow{
	-webkit-transition: -webkit-box-shadow 0.5s;
	transition: box-shadow 0.5s;

	-webkit-box-shadow:0 0 20px #ccc;
	box-shadow:0 0 20px #ccc;
}

#flipbookcanvas .magazine-viewport .next-button,
#flipbookcanvas .magazine-viewport .previous-button{
	width:22px;
	height:600px;
	position:absolute;
	top:0;
}

#flipbookcanvas .magazine-viewport .next-button{
	right:-22px;
	-webkit-border-radius:0 15px 15px 0;
	border-radius:0 15px 15px 0;
}

#flipbookcanvas .magazine-viewport .previous-button{
	left:-22px;
	-webkit-border-radius:15px 0 0 15px;
	border-radius:15px 0 0 15px;
}

#flipbookcanvas .magazine-viewport .previous-button-hover,
#flipbookcanvas .magazine-viewport .next-button-hover{
	background-color:rgba(0,0,0, 0.2);
}

#flipbookcanvas .magazine-viewport .previous-button-hover,
#flipbookcanvas .magazine-viewport .previous-button-down{
	background-image:url(../pics/arrows.png);
	background-position:-4px 284px;
	background-repeat:no-repeat;
}

#flipbookcanvas .magazine-viewport .previous-button-down,
#flipbookcanvas .magazine-viewport .next-button-down{
	background-color:rgba(0,0,0, 0.4);
}

#flipbookcanvas .magazine-viewport .next-button-hover,
#flipbookcanvas .magazine-viewport .next-button-down{
	background-image:url(../pics/arrows.png);
	background-position:-38px 284px;
	background-repeat:no-repeat;
}

#flipbookcanvas .magazine-viewport .zoom-in .next-button,
#flipbookcanvas .magazine-viewport .zoom-in .previous-button{
	display:none;
}

#flipbookcanvas .animated{
	-webkit-transition:margin-left 0.5s;
	transition:margin-left 0.5s;
}

#flipbookcanvas .thumbnails{
    height: initial !important;
	z-index:1;
}

#flipbookcanvas .thumbnails > div{
    position:relative;

	margin:0px auto;
}

#flipbookcanvas .thumbnails ul{
    
	margin:0;
	padding:0;
	text-align:center;
}

#flipbookcanvas .thumbanils-touch ul{
	-webkit-transform:none;
	transform:none;
}

#flipbookcanvas .thumbnails-hover ul{
	
}

#flipbookcanvas .thumbnails li{
	list-style:none;
	display:inline-block;
	margin:20px 5px;
	-webkit-box-shadow:0 0 10px #ccc;
	box-shadow:0 0 10px  #ccc;
	-webkit-transition:-webkit-transform 60ms;
	transition:transform 60ms;
}

#flipbookcanvas .thumbnails li span{
	display:none;
}

#flipbookcanvas .thumbnails .current{
	-webkit-box-shadow:0 0 10px #0092ac;
	box-shadow:0 0 10px #0092ac;
}

#flipbookcanvas .thumbnails .thumb-hover{
	-webkit-transform:scale3d(1.3, 1.3, 1);
	transform:scale3d(1.3, 1.3, 1);

	-webkit-box-shadow:0 0 10px #666;
	box-shadow:0 0 10px #666;
}

#flipbookcanvas .thumbanils-touch .thumb-hover{
	-webkit-transform:none;
	transform:none;
}

#flipbookcanvas .thumbnails .thumb-hover span{
	position:absolute;
	bottom:-30px;
	left:0;
	z-index:2;
	width:100%;
	height:30px;
	font:bold 15px arial;
	line-height:30px;
	color:#666;
	display:block;
	cursor:default;
}

#flipbookcanvas .thumbnails img{
	float:left;
}

#flipbookcanvas .exit-message{
	position: absolute;
	top:10px;
	left:0;
	width:100%;
	height:40px;
	z-index:10000;
}

#flipbookcanvas .exit-message > div{
	width:140px;
	height:30px;
	margin:auto;
	background:rgba(0,0,0,0.5);
	text-align:center;
	font:12px arial;
	line-height:30px;
	color:white;
	-webkit-border-radius:10px;
	border-radius:10px;
}

#flipbookcanvas .zoom-icon{
	position:absolute;
	z-index:1000;
	width:22px;
	height:22px;
	top:10px;
	right:10px;
	background-image:url(../pics/zoom-icons.png);
	background-size:88px 22px;
}

#flipbookcanvas .zoom-icon-in{
	background-position:0 0;
	cursor: pointer;
}

#flipbookcanvas .zoom-icon-in.zoom-icon-in-hover{
	background-position:-22px 0;
	cursor: pointer;
}

#flipbookcanvas .zoom-icon-out{
	background-position:-44px 0;
}

#flipbookcanvas .zoom-icon-out.zoom-icon-out-hover{
	background-position:-66px 0;
	cursor: pointer;
}
.zoom-icon{
   right: 50px !important;
}
.magazine-viewport{
    max-width:100%;
}
#flipbookcanvas .bottom{
	position:absolute;
	left:0;
	bottom:0;
	width:100%;
}