html,
body {
  font-family: "Poppins", sans-serif;
  font-size: 15px;
}

.navbar-brand {
  position: absolute;
  width: 100%;
  left: 0;
  text-align: center;
  margin: auto;
}

.navbar-toggle {
  z-index: 3;
}

.navbar-collapse {
  z-index: 2;
}

.dues_logo > img {
  display: inline;
  max-width: 20%;
}

.navbar-default .container-fluid.mb {
  background-image: none;

  .navbar-collapse.collapse {
    background-color: #c8c8c8 !important;
    max-height: 100%;
  }

  .navbar-right {
    li.social {
      display: inline-block;
      padding-left: 8px;
    }

    li.cto {
      margin-left: 8px;
    }
  }

  .navbar-nav > li {
    > a {
      color: #777 !important;
      padding-top: 20px;
      padding-bottom: 20px;
      background: none;
    }

    > ul.dropdown-menu {
      position: relative;
      float: none;

      a {
        color: #777 !important;
      }
    }
  }
}

/* Estilo del navbar cuando se hace scroll */
.navbar.scrolled {
  background-color: rgba(255, 255, 255, 0.5);
  /* Fondo transparente */
}

.navbar-brand {
  padding: 10px 0;
  /* Ajusta el relleno vertical de la marca para centrarla */
}

.navbar-nav > li > a {
  padding-top: 30px;
  padding-bottom: 30px;
}

.dropdown:hover .dropdown-menu {
  display: block;
}

/* HOME */
.section-title {
  color: #727272;
  margin-bottom: 40px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.2em;
  border-top: 1.5px solid #727272;
  padding-top: 15px;
  text-align: left;
}

.section-title.clear {
  margin-bottom: 0;
}

/* Vertical cards */
.vertical-card {
  height: 800px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.vertical-card-parent {
  margin-bottom: 15px;
}

.vertical-card .content {
  color: #fff;
  position: absolute;
  bottom: 0;
  width: calc(100% - 30px);
  background-image: linear-gradient(to bottom, transparent, #454545);
  height: 50%;
}

.vertical-card .content h3 {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 1.5em;
}

.vertical-card .content p {
  text-transform: capitalize;
}

.vertical-card .content .description {
  position: absolute;
  bottom: 15px;
  padding: 0 20px 10px 20px;
}

.vertical-card .content .description p {
  text-align: justify;
  font-size: 14px;
  line-height: 1.4em;
}

/* vertical cards projects */
.projects {
  /*.carousel-control.left {
		background-image: none;
	}*/

  .vertical-card {
    height: 800px;
  }
}

/* vertical cards services */
.services .vertical-card .content h3 {
  margin-bottom: 10px;
}

/* NOTICIAS */
.container.news {
  text-align: center;

  .row {
    max-height: 300px;
    height: 300px;
    margin-bottom: 50px;

    > div {
      height: 100%;
      text-align: center;
      align-content: center;
      /*text-transform: lowercase;*/

      h4 {
        font-weight: bold;
        font-size: 2em;
        margin-bottom: 30px;
      }

      h4:first-letter {
        text-transform: uppercase;
      }
    }
  }

  div.picture,
  div.picture-2 {
    background-size: cover;
    background-position: center;
    background-clip: content-box;
  }

  a {
    color: #606366;
    border-bottom: 3px solid #606366;
  }
}

.seeAllsec {
  text-align: center;
  margin-top: 45px;

  .seeAll {
    font-size: 22px;
    font-weight: bold;
    color: #606366;
    border-bottom: 3px solid #606366;
  }

  .seeAll:hover {
    color: #606366 !important;
  }
}

/*CATEGORIES*/
.section_offset.categories {
  padding-top: 100px;
}

.section_offset.categories .container .section-title {
  font-size: 30px;
}

.section_offset.categories .section-title {
  border-top: none;
}

.categories .card-title {
  padding-top: 20px;
  font-size: 28px;
  color: #727272;
  text-transform: lowercase;
}

.categories .card-title::first-letter {
  text-transform: uppercase;
}

.categories .card-content {
  padding-bottom: 60px;
  width: 100%;
  height: 500px;
  overflow: hidden;
}

.categories .card-content img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

[class*="translucent_bg"].image_fixed > img.page_404 {
  position: absolute;
  top: 33px;
  left: 0;
  z-index: -2;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

/* FOOTER */
footer {
  background: #7f7f7f !important;
  color: white;

  .description {
    text-align: justify;
    margin-bottom: 30px;
    font-size: 15px;
  }

  address {
    font-size: 15px;

    p {
      margin-bottom: 10px;
      font-weight: 500;
    }
  }

  #enlances_container {
    padding-left: 10%;

    #enlances_list_container {
      padding-top: 10px;

      ul li {
        padding-top: 15px;
      }
    }
  }

  .subscribeEmailInput {
    border: none;
    border-bottom: 4px solid white;
    background: unset;
    border-radius: unset;
    box-shadow: none;
    font-size: 1em;
    font-style: normal;
    color: white;
    padding: 0;
  }

  #subscribete-container {
    button {
      margin-top: 30px;
      margin-bottom: 30px;
      opacity: 1;
      background-color: white;
      color: #4e4e4e;
      border-radius: unset;
      border: 0;
      font-size: 0.95em;
      text-transform: uppercase;
      font-weight: bold;
      padding: 10px 25px;
    }
  }

  .footer_top_part {
    .m_bottom_50 {
      margin-bottom: 50px;
    }
  }

  .footer_bottom_part {
    padding-bottom: 30px;

    > div {
      display: flex;
    }

    .footer-bottom-options {
      flex: 2;
      text-align: end;
    }

    span,
    a {
      font-size: 15px;
      color: #ebebeb;
    }

    a {
      text-decoration: none;
      cursor: pointer;
    }
  }

  a:hover {
    color: black !important;
  }
}

.contacto_container {
  .info-wrapper {
    width: 300px;

    [class*="icon_wrap"] {
      border-width: 0;
      border-style: none;
    }

    .icon_wrap_size_1 [class*="icon-mail-alt"] {
      font-size: 20px;
    }

    .icon_wrap_size_1 [class*="icon-location"] {
      font-size: 30px;
    }

    .icon_wrap_size_1 [class*="icon-phone-1"] {
      font-size: 25px;
    }
  }
}

/* ATTRACTION */
#attractionCrl {
  background-color: #000;
  height: 100vh;

  .carousel-inner {
    opacity: 0.7;
  }

  img {
    width: 100%;
    height: 100vh;
  }

  .left.carousel-control,
  .right.carousel-control {
    span {
      background-color: #ffffff;
      width: 6px;
      height: 50px;
      border-radius: 5px;
    }

    &:hover > span {
      background-color: #cacaca;
    }

    .glyphicon-chevron-right:before,
    .glyphicon-chevron-left:before {
      content: none;
    }
  }

  .carousel-inner > .item {
    background-position: 50%;
    background-size: cover;
    height: 100vh;
    width: 100%;
  }
}

.carousel-indicators {
  li,
  .active {
    width: 53px;
    height: 9px;
    border: 2px solid #a9a9a9;
    margin-right: 10px;
    margin-top: 1px;
  }

  .active {
    background-color: #a9a9a9;
  }
}

.navbar-default {
  /*min-height: 90px;*/
  background-color: transparent;
  border-color: transparent;

  .navbar-nav > li > a {
    color: #fff;
    font-weight: bold;
  }

  .navbar-nav > li > a:hover {
    color: #fff;
    background-color: transparent;
    text-decoration: underline;
  }

  .navbar-nav > li {
    > ul {
      position: absolute;
      left: 0;
      top: 100%;
      padding: 0.5em 1000em;
      margin: 0 -1000em;
      z-index: 101;
      visibility: hidden;
      opacity: 0;
      background: #00000005;
      box-shadow: none;
      border: none;
      padding-top: 0;
      padding-bottom: 15px;
      columns: 2;
      -webkit-columns: 2;
      -moz-columns: 2;
      column-gap: 0;

      > li {
        list-style: none;
        margin: 0 0 0 15px;
        min-width: 250px;
        padding-left: 5px;

        a {
          color: #fff;
          font-weight: 400;
        }

        a:hover {
          color: #fff;
          background-color: transparent;
          text-decoration: underline;
        }
      }
    }

    > ul::before {
      content: "";
      position: absolute;
      top: 5px;
      bottom: 20px;
      width: 1px;
      background: #777;
      margin-left: 25px;
    }

    &:hover > ul {
      visibility: visible;
      opacity: 1;
    }
  }

  a.duesLogo {
    padding-top: 15px;
    padding-bottom: 0;
    position: absolute;
    left: 50%;
    transform: translate(-50%);

    img {
      height: 50px;
      margin: 0;
    }

    /*img.n {
			display: none;
		}*/
  }

  a.duesLogo.logoDuesMobile {
    position: relative;
    left: auto;
    transform: none;

    img {
      height: 28px;
      position: relative;
      left: 50%;
      transform: translate(calc(-50% - 30px));
      margin-top: 10px;
    }
  }

  .navbar-right {
    a {
      padding: 30px 5px;

      img {
        width: 15px;
        margin-top: 1px;
      }

      img.w {
        display: block;
      }

      img.n {
        display: none;
      }
    }

    .cto {
      margin-left: 20px;
      margin-right: 20px;
    }
  }
}

.navbar-default.hovered {
  .container-fluid {
    background-color: #c8c8c8f2;

    a {
      color: #000;
    }
  }

  & .navbar-nav > li {
    > ul {
      background-image: linear-gradient(
        #c8c8c8f2 10%,
        transparent 180%,
        transparent 175%
      );
      box-shadow: 0 37px 34px rgb(0 0 0 / 33%);
    }
  }

  .navbar-right {
    a {
      img {
        width: 15px;
        margin-top: 1px;
      }

      img.w {
        display: none;
      }

      img.n {
        display: block;
      }
    }

    .cto {
      margin-left: 20px;
      margin-right: 20px;
    }
  }
}

.navbar-default {
  .container-fluid {
    background-image: none;
    background-color: transparent;
  }

  .navbar-nav > li {
    > ul {
      > li {
        a {
          color: #fff;
          font-weight: normal;
          text-transform: lowercase;
        }

        a:first-letter {
          text-transform: uppercase;
        }

        a:hover {
          color: #fff;
          background-color: transparent;
          text-decoration: underline;
        }
      }
    }
  }

  .navbar-nav > li > a {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    text-transform: lowercase;
  }

  .navbar-nav > li > a:first-letter {
    text-transform: uppercase;
  }

  .navbar-nav > li > a:hover {
    color: #fff;
  }
}

#cookiesPolicy .modal-body h3 {
  font-size: 30px;
  margin-bottom: 15px;
}

a.float-button-whats.chatWhatsapp:hover {
  color: white;
  box-shadow: 0px 0px 8px 0px white;
}

.loader {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: none;
  border-top: 4px solid #d9d9d9;
  border-right: 4px solid transparent;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}

.loader::after {
  content: "";
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border-bottom: 4px solid #000000;
  border-left: 4px solid transparent;
}

.product-page {
  .slides {
    text-align: center;

    img {
      position: relative;
      display: inline;
    }
  }
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@media only screen and (max-width: 1380px) {
  .navbar-default {
    a.duesLogo {
      left: 60%;
      transform: translate(-60%);
    }
  }
}

@media only screen and (min-width: 1200px) {
  .container {
    width: 90%;
  }
}

@media only screen and (max-width: 1268px) {
  .navbar-default {
    a.duesLogo {
      left: 70%;
      transform: translate(-70%);
    }
  }
}

@media only screen and (max-width: 1140px) {
  .navbar-default {
    a.duesLogo {
      left: 50%;
      transform: translate(-50%);
      position: absolute;
      padding-top: 6px;

      img {
        height: 20px;
      }
    }
  }
}

@media only screen and (max-width: 767px) {
  .navbar-default {
    a.duesLogo {
      padding-top: 10px;

      img {
        height: 28px;
      }
    }
  }

  .navbar-default.hovered {
    .container-fluid {
      background-color: #c8c8c8f2;
    }

    & .navbar-nav > li {
      > ul {
        background-image: none;
        box-shadow: none;
      }
    }

    .navbar-right {
      a {
        img.n,
        img.w {
          width: 25px;
        }
      }
    }

    footer {
      #enlances_container {
        padding-left: 15px;
      }

      .footer_bottom_part {
        > div,
        > div > div {
          display: block;
        }

        .footer-bottom-options {
          text-align: left;
          margin-top: 20px;
        }
      }
    }

    /* CONTACTO */
    .contacto_container {
      .info-wrapper,
      .mapa {
        display: block;
        width: 100%;

        p {
          display: inline;
        }
      }

      .showroom-container {
        display: block;

        .info-wrapper .address-container {
          display: ruby-text;
          width: 100%;
        }
      }
    }
  }

  .productList {
    .fs_middle {
      font-size: 1.5em;
    }
  }

  /*NOTICIAS*/
  .container.news {
    .row {
      > div {
        h4 {
          font-weight: 600;
          font-size: 1.1em;
        }
      }
    }
  }
}

.servit-debug {
  background: #fff;
  position: fixed;
  z-index: 9999;
  bottom: 0;
  border: 4px solid #6186ff;
  padding: 15px;
  height: 100%;
  width: 100%;
}
.servit-debug span {
  position: relative;
  float: right;
  background-color: #2f2f2f;
  color: #fff;
  top: -15px;
  right: -15px;
  cursor: pointer;
}
