* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
  }

  .bebas-neue-regular {
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-style: normal;
  }

  body {
    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-variation-settings: "wdth" 100;
    background-color: #F8F7F7;
  }
  body a {
    color: #916B02;
    text-decoration: none;
  }

  .visible {
    display: block;
  }

  .invisible {
    display: none;
  }

  button{
    cursor: pointer;
  }

  .header {
    display: flex;
    width: 1320px;
    margin: 0 auto;
    background-color: white;
    padding: 20px 45px;
    justify-content: space-between;
  }
  @media (max-width: 600px) {
    .header {
      width: 100%;
      border-bottom: 1px solid #e1e1e1;
      position: relative;
    }
  }
  @media (min-width: 601px) and (max-width: 1320px) {
    .header {
      width: 100%;
      border-bottom: 1px solid #e1e1e1;
      position: relative;
    }
  }
  .header .burger {
    display: none;
  }
  @media (max-width: 600px) {
    .header .burger {
      display: block;
      position: absolute;
      left: 20px;
      top: 48px;
      width: 30px;
    }
  }
  @media (min-width: 601px) and (max-width: 1320px) {
    .header .burger {
      display: block;
      position: absolute;
      left: 40px;
      top: 55px;
      width: 30px;
    }
  }
  .header .search-mob {
    display: none;
  }
  @media (max-width: 600px) {
    .header .search-mob {
      display: block;
      position: absolute;
      right: 20px;
      top: 43px;
      width: 26px;
    }
  }
  @media (min-width: 601px) and (max-width: 1320px) {
    .header .search-mob {
      display: block;
      position: absolute;
      right: 40px;
      top: 53px;
      width: 26px;
    }
  }
  .header .wrapper-menu {
    align-self: center;
    border-bottom: 1px solid #cccccc;
    margin-left: 55px;
  }
  @media (max-width: 600px) {
    .header .wrapper-menu {
      display: none;
    }
  }
  @media (min-width: 601px) and (max-width: 1320px) {
    .header .wrapper-menu {
      display: none;
    }
  }
  .header .wrapper-menu ul:first-child li:first-child {
    margin: 0;
  }
  .header .wrapper-menu .button-primary {
    display: inline-block;
    background-color: #131313;
    color: white !important;
    border-radius: 9px;
    padding: 11px;
    font-weight: 600 !important;
    font-size: 15px !important;
    width: 190px;
    text-align: center;
    border-width: 0;
    align-self: end;
    -webkit-font-smoothing: antialiased;
  }
  @media (max-width: 600px) {
    .header .wrapper-menu .button-primary {
      padding: 16px;
      font-size: 17px !important;
      width: 190px;
    }
  }
  .header .wrapper-menu .button-primary:hover {
    background-color: #7A653E;
  }
  .header .logo {
    width: 176px;
    height: auto;
  }
  @media (max-width: 600px) {
    .header .logo {
      width: 136px;
      margin: 0 auto;
    }
  }
  @media (min-width: 601px) and (max-width: 1320px) {
    .header .logo {
      width: 156px;
      margin: 0 auto;
    }
  }
  .header .search {
    width: 20px;
    height: auto;
    position: relative;
    margin-left: 14px;
  }
  .header .search img {
    position: absolute;
    top: -14px;
    left: 0;
  }
  .header div, .header ul, .header span {
    display: inline-block;
  }
  .header li {
    list-style: none;
    display: inline-block;
    margin: 0 10px;
    cursor: pointer;
  }
  .header li a {
    color: #181818;
    font-size: 15px;
    font-weight: 500;
  }
  .header li a:hover {
    color: #916B02;
  }
  .header a {
    text-decoration: none;
  }
  .header .login {
    border-left: 1px solid #cccccc;
    height: 52px;
    padding: 0 0 0 44px;
    margin: 0 0 0 43px;
  }
  @media (max-width: 600px) {
    .header .login {
      width: 100%;
      margin: 0 auto;
    }
  }
  .header .login li a {
    font-size: 13px !important;
    font-weight: 400 !important;
    color: #916B02 !important;
  }
  .header .login li:first-child::before {
    content: url("../images/ic-user.svg");
    display: inline-block;
    width: 16px;
    margin-right: 7px;
  }

  .hero {
    text-align: center;
    position: relative;
    height: 400px;
  }
  @media (max-width: 600px) {
    .hero {
      position: inherit;
      display: flex;
      flex-direction: column;
      height: auto;
    }
  }
  @media (min-width: 601px) and (max-width: 1320px) {
    .hero {
      width: 100%;
      overflow: hidden;
    }
  }
  @media (max-width: 600px) {
    .hero .hero-img {
      width: 100%;
      order: 1;
    }
  }
  @media (min-width: 601px) and (max-width: 1320px) {
    .hero .hero-img {
      order: 1;
    }
  }
  .hero .content {
    position: absolute;
    left: 50%;
    margin-left: -323px;
    top: 0;
    background-color: rgba(122, 101, 62, 0.8);
    width: 646px;
    height: 100%;
    text-align: center;
    color: white;
    line-height: 2em;
    padding: 26px 40px;
  }

/* arreglo */

/* fin de arreglo */

  @media (max-width: 600px) {
    .hero .content {
      margin-left: 0;
      width: 100%;
      position: relative;
      left: 0;
      top: -5px;
      display: flex;
      flex-direction: row;
      order: 2;
      align-items: start;
      gap: 30px;
      padding: 26px 20px;
      height: auto;
    }
  }
  @media (min-width: 601px) and (max-width: 1320px) {
    .hero .content {
      margin-left: -253px;
      width: 506px;
    }
  }
  .hero .content .wrapp-info {
    text-align: center;
  }
  @media (max-width: 600px) {
    .hero .content .wrapp-info {
      text-align: left;
    }
  }
  @media (min-width: 601px) and (max-width: 1320px) {
    .hero .content .wrapp-info {
      margin-top: 12px;
    }
  }
  @media (max-width: 600px) {
    .hero .content .wrapp-info h1 {
      font-size: 23px;
    }
  }
  @media (min-width: 601px) and (max-width: 1320px) {
    .hero .content .wrapp-info h1 {
      font-size: 26px;
    }
  }
  .hero .content img {
    width: 180px;
    height: auto;
  }
  @media (max-width: 600px) {
    .hero .content img {
      width: 90px;
    }
  }
  @media (min-width: 601px) and (max-width: 1320px) {
    .hero .content img {
      width: 150px;
    }
  }
  .hero .content h2 {
    font-size: 20px;
    font-weight: 600;
  }
  @media (max-width: 600px) {
    .hero .content h2 {
      line-height: 1.4em;
      font-size: 16px;
      padding: 8px 0;
    }
  }
  .hero .content h3 {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4em;
  }
  @media (max-width: 600px) {
    .hero .content h3 {
      margin-top: 4px;
      font-size: 14px;
    }
  }
  .hero .content .date {
    position: absolute;
    top: 0;
    right: 0;
    border-left: 1px solid white;
    text-transform: uppercase;
    line-height: 1.3em;
    padding: 16px 18px 0;
  }
  @media (max-width: 600px) {
    .hero .content .date {
      bottom: 0;
      left: 0;
      border-right: 1px solid white;
      padding: 0 18px 24px 42px;
      top: auto;
      right: auto;
    }
  }
  .hero .content .date strong {
    font-family: "Bakbak One", sans-serif;
    font-size: 20px;
    letter-spacing: 0.07em;
  }
  .hero .content .date p {
    font-family: "Bebas Neue", sans-serif;
    font-size: 21px;
    margin-top: 2px;
    letter-spacing: 0.03em;
  }
  .hero .content .date span {
    font-family: "Bakbak One", sans-serif;
    font-size: 22px;
    border: 0;
    display: inline;
    padding-top: 0;
    font-weight: 300;
    letter-spacing: 0.13em;
  }
  .hero .content span {
    font-family: "Bebas Neue", sans-serif;
    display: inline-block;
    margin: 8px auto;
    text-transform: uppercase;
    padding: 2px 0 0;
    border-top: 1px solid white;
    border-bottom: 1px solid white;
    font-size: 22px;
    letter-spacing: 0.05em;
  }
  @media (max-width: 600px) {
    .hero .content span {
      margin: 6px auto;
      padding: 2px 0 0;
      font-size: 18px;
    }
  }
  @media (min-width: 601px) and (max-width: 1320px) {
    .hero .content span {
      margin: 11px auto;
    }
  }

  .banner-ads {
    padding: 60px 0;
    background-color: white;
  }
  @media (max-width: 600px) {
    .banner-ads {
      padding: 30px 0;
    }
  }
  @media (min-width: 601px) and (max-width: 1320px) {
    .banner-ads {
      padding: 30px 0;
    }
  }
  .banner-ads ul {
    margin: 0 auto;
    padding: 0;
    display: flex;
    gap: 20px;
    width: 1141px;
  }
  @media (max-width: 600px) {
    .banner-ads ul {
      width: 100%;
      flex-direction: column;
      padding: 0 20px;
    }
  }
  @media (min-width: 601px) and (max-width: 1320px) {
    .banner-ads ul {
      width: 100%;
      flex-direction: column;
      padding: 0 20px;
    }
  }
  .banner-ads ul li {
    list-style: none;
    display: inline-block;
    width: 367px;
    height: auto;
    border: 1px solid #A6A5A5;
  }
.banner-ads ul li img{
    max-width: 100%;
  }
  @media (max-width: 600px) {
    .banner-ads ul li {
      width: 100%;
    }
  }
  @media (min-width: 601px) and (max-width: 1320px) {
    .banner-ads ul li {
      width: 100%;
    }
  }

  .soluciones {
    text-align: center;
    padding: 60px 0 80px;
  }
  @media (max-width: 600px) {
    .soluciones {
      padding: 40px 0 50px;
    }
  }
  @media (min-width: 601px) and (max-width: 1320px) {
    .soluciones {
      padding: 44px 0 50px;
    }
  }
  .soluciones h2 {
    padding: 0 0 40px;
    font-size: 23px;
  }
  @media (max-width: 600px) {
    .soluciones h2 {
      font-size: 20px;
      padding: 0 20px 20px;
    }
  }
  .soluciones ul {
    margin: 0 auto;
    padding: 0;
    display: flex;
    gap: 26px;
    width: 926px;
  }
  @media (max-width: 600px) {
    .soluciones ul {
      width: 100%;
      flex-direction: column;
      justify-content: center;
      width: 90%;
      gap: 20px;
    }
  }
  @media (min-width: 601px) and (max-width: 1320px) {
    .soluciones ul {
      flex-direction: column;
      justify-content: center;
      width: 90%;
      gap: 20px;
    }
  }
  .soluciones ul li {
    list-style: none;
    display: inline-block;
    width: 450px;
    height: 168px;
    background-color: #FFFFFF;
    border: 1px solid #e7e7e7;
    border-radius: 6px;
    text-align: left;
    font-weight: 400;
    padding: 0 160px 0 35px;
    position: relative;
    overflow: hidden;
  }
  @media (max-width: 600px) {
    .soluciones ul li {
      width: 100%;
      height: auto;
      padding: 18px 150px 18px 35px;
    }
  }
  @media (min-width: 601px) and (max-width: 1320px) {
    .soluciones ul li {
      width: 76%;
      height: auto;
      padding: 30px 180px 30px 35px;
      margin: 0 auto;
    }
  }
  .soluciones ul li p {
    line-height: 1.6em;
    padding-bottom: 14px;
    font-weight: 300;
    font-size: 15px;
  }
  @media (max-width: 600px) {
    .soluciones ul li p {
      font-size: 13px;
      padding-bottom: 6px;
    }
  }
  @media (min-width: 601px) and (max-width: 1320px) {
    .soluciones ul li p {
      font-size: 15px;
      padding-bottom: 10px;
    }
  }
  .soluciones ul li h3 {
    font-size: 17px;
    padding: 20px 0 10px;
    font-weight: 600;
  }
  @media (max-width: 600px) {
    .soluciones ul li h3 {
      padding: 0 0 8px;
    }
  }
  @media (min-width: 601px) and (max-width: 1320px) {
    .soluciones ul li h3 {
      padding: 0 0 8px;
    }
  }
  .soluciones ul li a {
    text-decoration: none;
    font-size: 14px;
  }
  @media (max-width: 600px) {
    .soluciones ul li a {
      font-size: 13px;
    }
  }
  @media (min-width: 601px) and (max-width: 1320px) {
    .soluciones ul li a {
      font-size: 14px;
    }
  }
  .soluciones ul li img {
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
  }
  @media (max-width: 600px) {
    .soluciones ul li img {
      width: 150px;
    }
  }
  @media (min-width: 601px) and (max-width: 1320px) {
    .soluciones ul li img {
      width: 180px;
    }
  }

  .galeria {
    text-align: center;
    padding: 60px 0;
    background-color: white;
  }
  @media (max-width: 600px) {
    .galeria {
      padding: 30px 20px;
    }
  }
  @media (min-width: 601px) and (max-width: 1320px) {
    .galeria {
      padding: 30px 20px;
    }
  }
  .galeria .gal-wrapper {

    position: relative;
  }
  @media (max-width: 600px) {
    .galeria .gal-wrapper img {
      width: 100%;
    }
  }
  @media (min-width: 601px) and (max-width: 1320px) {
    .galeria .gal-wrapper img {
      width: 100%;
    }
  }
  .galeria .gal-menu-wrapper {
    width: 905px;
    border-bottom: 1px solid #c9c9c9;
    margin: 24px auto 26px;
  }
  @media (max-width: 600px) {
    .galeria .gal-menu-wrapper {
      width: 100%;
    }
  }
  @media (min-width: 601px) and (max-width: 1320px) {
    .galeria .gal-menu-wrapper {
      width: 100%;
    }
  }
  .galeria h2 {
    padding: 0 0 40px;
    font-size: 23px;
  }
  @media (max-width: 600px) {
    .galeria h2 {
      padding: 10px 0 10px;
    }
  }
  @media (min-width: 601px) and (max-width: 1320px) {
    .galeria h2 {
      padding: 10px 0 10px;
    }
  }
  .galeria ul {
    width: 240px;
    display: flex;
    font-weight: 500;
    margin: 0 auto;
  }
  .galeria li {
    display: inline-block;
    width: 120px;
  }
  .galeria li a {
    display: block;
    width: 100%;
    padding: 13px;
    text-align: center;
    text-decoration: none;
    color: #888888;
  }
  .galeria li.active::after {
    content: "";
    background-color: #131313;
    height: 3px;
    display: block;
  }
  .galeria li.active a {
    font-weight: 600;
    color: #181818;
  }

  .link-text {
    text-decoration: none;
  }
  @media (min-width: 601px) and (max-width: 1320px) {
    .link-text {
      font-size: 14px;
    }
  }
  .link-text::after {
    display: inline-block;
    content: url("../images/chevron-sm.svg");
    width: 10px;
    height: auto;
    margin-left: 6px;
  }

  .footer-dark {
    background-color: #80684C;
    color: white;
  }
  .footer-dark a {
    color: white;
  }

  footer {
    color: #444444;
  }
  footer a {
    text-decoration: none;
  }
  footer .wrapper-footer {
    width: 1260px;
    margin: 0 auto;
    border-top: 1px solid #c9c9c9;
  }
  @media (max-width: 600px) {
    footer .wrapper-footer {
      width: 100%;
    }
  }
  @media (min-width: 601px) and (max-width: 1320px) {
    footer .wrapper-footer {
      width: 100%;
    }
  }
  footer .wrapper-footer .top-items {
    display: flex;
    justify-content: space-around;
  }
  @media (max-width: 600px) {
    footer .wrapper-footer .top-items {
      flex-direction: column;
    }
  }
  @media (min-width: 601px) and (max-width: 1320px) {
    footer .wrapper-footer .top-items {
      flex-direction: column;
    }
  }
  footer .wrapper-footer .top-items .nav, footer .wrapper-footer .top-items .search {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  @media (max-width: 600px) {
    footer .wrapper-footer .top-items .nav, footer .wrapper-footer .top-items .search {
      padding-top: 30px;
      padding-bottom: 0;
    }
  }
  @media (min-width: 601px) and (max-width: 1320px) {
    footer .wrapper-footer .top-items .nav, footer .wrapper-footer .top-items .search {
      padding-top: 30px;
      padding-bottom: 0;
    }
  }
  footer .wrapper-footer .top-items .logo-foot {
    display: inline-block;
    width: 150px;
    height: auto;
    background-image: url("../images/logo-corral-de-norte-ft-gray.svg");
    background-repeat: no-repeat;
    margin-top: 75px;
  }
  @media (max-width: 600px) {
    footer .wrapper-footer .top-items .logo-foot {
      display: none;
    }
  }
  @media (min-width: 601px) and (max-width: 1320px) {
    footer .wrapper-footer .top-items .logo-foot {
      display: none;
    }
  }
  footer .wrapper-footer .top-items .nav {
    width: 730px;
    margin-left: 60px;
    display: flex;
  }
  @media (max-width: 600px) {
    footer .wrapper-footer .top-items .nav {
      width: 100%;
      margin-left: 0;
      flex-direction: column;
    }
  }
  @media (min-width: 601px) and (max-width: 1320px) {
    footer .wrapper-footer .top-items .nav {
      width: 92%;
      margin: 0 auto;
      flex-direction: row;
      align-items: start;
      padding: 30px 4% 0;
    }
  }
  footer .wrapper-footer .top-items .nav ul {
    display: inline-block;
    width: 168px;
    font-size: 14px;
    vertical-align: top;
    text-align: left;
  }
  @media (max-width: 600px) {
    footer .wrapper-footer .top-items .nav ul {
      width: inherit;
    }
  }
  @media (min-width: 601px) and (max-width: 1320px) {
    footer .wrapper-footer .top-items .nav ul {
      width: 46%;
    }
  }
  footer .wrapper-footer .top-items .nav ul li {
    list-style: none;
    font-size: 13px;
    padding: 6px 0;
  }
  footer .wrapper-footer .top-items .nav ul.contacto {
    font-size: 12px;
    width: 290px;
    margin-left: 45px;
  }
  @media (max-width: 600px) {
    footer .wrapper-footer .top-items .nav ul.contacto {
      width: 100%;
      padding: 30px 30px 0 10px;
      margin-left: 0;
    }
  }
  @media (min-width: 601px) and (max-width: 1320px) {
    footer .wrapper-footer .top-items .nav ul.contacto {
      width: 45%;
      padding: 0 0 0 5%;
      margin-left: 0;
    }
  }
  footer .wrapper-footer .top-items .nav ul.contacto li {
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: left;
    padding-left: 26px;
  }
  footer .wrapper-footer .top-items .nav ul.contacto .mail {
    background-image: url(../images/ic-mail.svg);
  }
  footer .wrapper-footer .top-items .nav ul.contacto .loc {
    background-image: url(../images/ic-location.svg);
  }
  footer .wrapper-footer .top-items .nav ul.contacto .tel {
    background-image: url(../images/ic-phone.svg);
  }
  footer .wrapper-footer .top-items div {
    display: flex;
  }
  @media (max-width: 600px) {
    footer .wrapper-footer .top-items div {
      display: flex;
      justify-content: flex-start;
      gap: 12%;
      padding-left: 10px;
    }
  }
  @media (min-width: 601px) and (max-width: 1320px) {
    footer .wrapper-footer .top-items div {
      display: flex;
      margin-left: 0;
      width: 73%;
    }
  }
  footer .wrapper-footer .top-items .nav-div {
    display: flex;
  }
  footer .wrapper-footer .top-items .search {
    width: 304px;
    border-left: 1px solid #c9c9c9;
    padding-left: 50px;
  }
  @media (max-width: 600px) {
    footer .wrapper-footer .top-items .search {
      flex-direction: column;
      padding-left: 0;
      width: 100%;
    }
  }
  @media (min-width: 601px) and (max-width: 1320px) {
    footer .wrapper-footer .top-items .search {
      width: 100%;
      border-left: 1px solid #c9c9c9;
      padding-left: 0;
    }
  }
  footer .wrapper-footer .top-items .search .search-wrap {
    display: flex;
    margin-bottom: 30px;
  }
  @media (max-width: 600px) {
    footer .wrapper-footer .top-items .search .search-wrap {
      gap: 0;
      padding-left: 20px;
    }
  }
  @media (min-width: 601px) and (max-width: 1320px) {
    footer .wrapper-footer .top-items .search .search-wrap {
      margin: 0 auto 20px auto;
      width: 85%;
      display: flex;
    }
  }
  footer .wrapper-footer .top-items .search .search-wrap input {
    display: inline-block;
    height: 38px;
    width: 210px;
    border: 1px solid #d8d8d8;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
  }
  @media (max-width: 600px) {
    footer .wrapper-footer .top-items .search .search-wrap input {
      height: 48px;
      width: 75%;
    }
  }
  @media (min-width: 601px) and (max-width: 1320px) {
    footer .wrapper-footer .top-items .search .search-wrap input {
      display: inline-block;
      height: 38px;
      width: 100%;
      border: 1px solid #d8d8d8;
      border-top-left-radius: 3px;
      border-bottom-left-radius: 3px;
    }
  }
  footer .wrapper-footer .top-items .search .search-wrap .search-butt {
    display: inline-block;
    height: 38px;
    width: 38px;
    background-color: #B59559;
    border: none;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    background-image: url("../images/ic-zoom-wht.svg");
    background-position: center;
    background-size: 18px;
    background-repeat: no-repeat;
  }
  @media (max-width: 600px) {
    footer .wrapper-footer .top-items .search .search-wrap .search-butt {
      height: 48px;
      width: 48px;
      background-size: 24px;
    }
  }
  footer .wrapper-footer .top-items .search span {
    display: block;
  }
  footer .wrapper-footer .top-items .search ul {
    display: flex;
    font-size: 12px;
  }
  @media (max-width: 600px) {
    footer .wrapper-footer .top-items .search ul {
      padding-left: 20px;
      margin-bottom: 10px;
    }
  }
  @media (min-width: 601px) and (max-width: 1320px) {
    footer .wrapper-footer .top-items .search ul {
      display: flex;
      font-size: 12px;
      margin: 0 auto 12px auto;
      width: 300px;
    }
  }
  footer .wrapper-footer .top-items .search ul li {
    display: inline-block;
    width: 34px;
    padding: 4px;
  }
  @media (min-width: 601px) and (max-width: 1320px) {
    footer .wrapper-footer .top-items .search ul li {
      width: 44px;
      padding: 4px 8px;
    }
  }
  footer .wrapper-footer .top-items .search ul li:first-child {
    width: 114px;
    line-height: 1.8em;
  }
  footer .wrapper-footer .foot {
    display: flex;
    border-top: 1px solid #c9c9c9;
    padding: 15px 0 40px 23px;
  }
  @media (min-width: 601px) and (max-width: 1320px) {
    footer .wrapper-footer .foot {
      padding: 15px 0 40px 0;
    }
  }
  footer .wrapper-footer .foot ul {
    display: flex;
    font-size: 12px;
    width: 100%;
    justify-content: space-between;
  }
  @media (max-width: 600px) {
    footer .wrapper-footer .foot ul {
      flex-direction: column;
    }
  }
  @media (min-width: 601px) and (max-width: 1320px) {
    footer .wrapper-footer .foot ul {
      width: 90%;
      margin: 0 auto;
    }
  }
  footer .wrapper-footer .foot ul li {
    display: inline-block;
  }
  @media (max-width: 600px) {
    footer .wrapper-footer .foot ul li {
      order: 2;
    }
  }
  footer .wrapper-footer .foot ul li:last-child {
    position: relative;
  }
  @media (max-width: 600px) {
    footer .wrapper-footer .foot ul li:last-child {
      order: 1;
      margin-bottom: 20px;
    }
  }
  footer .wrapper-footer .foot ul li:last-child span {
    display: inline-block;
    position: relative;
    padding: 0 11px;
  }
  footer .wrapper-footer .foot ul li:last-child span:first-child {
    padding: 0 11px 0 0;
  }
  footer .wrapper-footer .foot ul li:last-child span:last-child {
    padding: 0 0 0 11px;
  }
  footer .wrapper-footer .foot ul li:last-child span:first-child::after {
    content: "";
    border-right: 1px solid #666;
    position: absolute;
    top: 2px;
    right: -2px;
    display: inline-block;
    width: 18px;
    height: 14px;
  }

  .main-box-lote {
    background-color: white;
    width: 1320px;
    margin: 0 auto;
    padding: 30px 45px;
  }
  @media (max-width: 600px) {
    .main-box-lote {
      width: 100%;
      padding: 14px 15px;
    }
  }
  @media (min-width: 601px) and (max-width: 1320px) {
    .main-box-lote {
      width: 100%;
      padding: 15px 45px 20px;
    }
  }
  .main-box-lote h1 {
    padding: 27px 0 0;
    font-size: 26px;
    font-weight: 700;
  }
  @media (max-width: 600px) {
    .main-box-lote h1 {
      padding: 23px 0 14px;
      font-size: 22px;
    }
  }
  @media (min-width: 601px) and (max-width: 1320px) {
    .main-box-lote h1 {
      padding: 23px 0 14px;
      font-size: 23px;
    }
  }
  .main-box-lote .breadbrumb {
    font-size: 13px;
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 14px;
  }
  .main-box-lote .breadbrumb a::after {
    content: url("../images/chevron-sm.svg");
    width: 9px;
    height: auto;
    margin: 0 6px;
    display: inline-block;
  }
  .main-box-lote .breadbrumb a {
    text-decoration: none;
  }
  .main-box-lote .breadbrumb span {
    font-weight: 600;
  }
  .main-box-lote .wrapper-int-top, .main-box-lote .wrapper-int {
    display: flex;
  }
  @media (max-width: 600px) {
    .main-box-lote .wrapper-int-top {
      flex-direction: column;
    }
  }
  @media (min-width: 601px) and (max-width: 1320px) {
    .main-box-lote .wrapper-int-top {
      flex-direction: column;
    }
  }
  .main-box-lote .galeria-int {
    display: inline-block;
    width: 740px;
  }
  .main-box-lote .galeria-int .gal-wrapper #gallery-videos img {
    width: 100%;
  }


  .main-box-lote .galeria-int .gal-wrapper #gallery-images img {
    width: 100%;
  }
  @media (max-width: 600px) {
    .main-box-lote .galeria-int {
      display: block;
      width: 100%;
    }
  }
  @media (min-width: 601px) and (max-width: 1320px) {
    .main-box-lote .galeria-int {
      display: block;
      width: 100%;
    }
  }
  @media (max-width: 600px) {
    .main-box-lote .galeria-int img {
      width: 100%;
    }
  }
  @media (min-width: 601px) and (max-width: 1320px) {
    .main-box-lote .galeria-int img {
      width: 100%;
    }
  }
  .main-box-lote .data-int-lote {
    display: inline-block;
    width: 408px;
    margin-left: 22px;
    margin-top: 12px;
  }
  @media (max-width: 600px) {
    .main-box-lote .data-int-lote {
      width: 100%;
      display: block;
      margin: 12px 0 0;
    }
  }
  @media (min-width: 601px) and (max-width: 1320px) {
    .main-box-lote .data-int-lote {
      width: 100%;
      display: block;
      margin: 12px 0 0;
    }
  }
  .main-box-lote .data-int-lote .main-info {
    display: flex;
    background-color: rgba(122, 101, 62, 0.85);
    border-radius: 10px;
    width: 100%;
    padding: 9%;
    font-size: 14px;
    font-weight: 600;
    color: white;
    line-height: 1.6em;
  }
  @media (max-width: 600px) {
    .main-box-lote .data-int-lote .main-info {
      padding: 7% 2% 7% 7%;
    }
  }
  @media (min-width: 601px) and (max-width: 1320px) {
    .main-box-lote .data-int-lote .main-info {
      padding: 7% 2% 7% 7%;
    }
  }
  .main-box-lote .data-int-lote .main-info div {
    width: 74%;
    display: inline-block;
  }
  .main-box-lote .data-int-lote .main-info div span {
    padding-bottom: 7px;
    display: inline-block;
    font-weight: 400;
  }
  .main-box-lote .data-int-lote .main-info div:first-child {
    margin-right: 8%;
  }
  @media (max-width: 600px) {
    .main-box-lote .data-int-lote .main-info div:first-child {
      margin-right: 5%;
    }
  }

  .gal-menu-wrapper-int {
    width: 740px;
    border-bottom: 1px solid #c9c9c9;
    margin: 0 auto 16px;
    font-size: 15px;
  }
  @media (max-width: 600px) {
    .gal-menu-wrapper-int {
      width: 100%;
    }
  }
  @media (min-width: 601px) and (max-width: 1320px) {
    .gal-menu-wrapper-int {
      width: 100%;
    }
  }
  .gal-menu-wrapper-int ul {
    width: 180px;
    display: flex;
    font-weight: 500;
    margin: 0 auto;
  }
  .gal-menu-wrapper-int li {
    display: inline-block;
    width: 90px;
  }
  .gal-menu-wrapper-int li a {
    display: block;
    width: 100%;
    padding: 9px;
    text-align: center;
    text-decoration: none;
    color: #888888;
  }
  .gal-menu-wrapper-int li.active::after {
    content: "";
    background-color: #131313;
    height: 3px;
    display: block;
  }
  .gal-menu-wrapper-int li.active a {
    font-weight: 600;
    color: #181818;
  }

  .wrapp-listado-ofertas {
    margin-top: 16px;
  }
  .wrapp-listado-ofertas .listado-ofertas {
    background-color: #F4F4F4;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 12px 30px 16px;
  }
  .wrapp-listado-ofertas .listado-ofertas h3 {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    display: block;
    padding: 7px 0 12px;
  }
  .wrapp-listado-ofertas .listado-ofertas table {
    font-size: 13px;
    border-spacing: 0;
    text-align: left;
  }
  @media (min-width: 601px) and (max-width: 1320px) {
    .wrapp-listado-ofertas .listado-ofertas table {
      width: 100%;
    }
  }
  .wrapp-listado-ofertas .listado-ofertas table tr:last-child td {
    border-bottom: 0;
  }
  @media (max-width: 600px) {
    .wrapp-listado-ofertas .listado-ofertas table tr:last-child td {
      border-bottom: 1px solid #cccccc !important;
    }
  }
  .wrapp-listado-ofertas .listado-ofertas table td {
    padding: 15px 30px 16px 0;
    border-bottom: 1px solid #cccccc;
  }
  .wrapp-listado-ofertas .listado-ofertas table td .aceptada {
    background-color: #CFEAD0;
    color: #1E7E5F;
    padding: 3px 7px;
    border-radius: 16px;
    font-weight: 600;
    width: 86px;
    display: block;
    text-align: center;
  }
  .wrapp-listado-ofertas .listado-ofertas table td .rechazada {
    background-color: #FFC2BA;
    color: #C52B00;
    padding: 3px 7px;
    border-radius: 16px;
    font-weight: 600;
    width: 86px;
    display: block;
    text-align: center;
  }
  .wrapp-listado-ofertas .listado-ofertas table td:last-child {
    padding-right: 8px;
  }
  .wrapp-listado-ofertas .listado-ofertas table th {
    border-bottom: 1px solid #888888;
    padding: 12px 24px 12px 0;
  }
  .wrapp-listado-ofertas .statusbar {
    background-color: #FFC2BA;
    color: #C52B00;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 16px 8px 12px;
    text-align: center;
    display: flex;
    justify-content: center;
    font-weight: 600;
    font-size: 14px;
  }
  .wrapp-listado-ofertas .statusbar::before {
    content: url("../images/ic-warning.svg");
    width: 20px;
    height: auto;
    margin: 0 6px;
    display: inline-block;
  }

  .box-detalles {
    width: 1260px;
    margin: 0 auto;
    padding: 50px 45px;
    display: flex;
  }
  @media (max-width: 600px) {
    .box-detalles {
      width: 100%;
      padding: 30px 20px;
      display: block;
    }
  }
  @media (min-width: 601px) and (max-width: 1320px) {
    .box-detalles {
      width: 100%;
      padding: 30px 45px;
      display: block;
    }
  }
  .box-detalles h2 {
    font-size: 19px;
    margin-bottom: 15px;
  }
  .box-detalles .col-left {
    display: inline-block;
    width: 752px;
    margin-right: 40px;
  }
  @media (max-width: 600px) {
    .box-detalles .col-left {
      display: block;
      width: 100%;
      margin-right: 40px;
    }
  }
  @media (min-width: 601px) and (max-width: 1320px) {
    .box-detalles .col-left {
      display: block;
      width: 100%;
      margin-right: 0;
      padding: 0 28px;
    }
  }
  .box-detalles .col-left table {
    font-size: 14px;
    border-spacing: 0;
    text-align: left;
    width: 93%;
    line-height: 1.6em;
  }
  @media (min-width: 601px) and (max-width: 1320px) {
    .box-detalles .col-left table {
      font-size: 13px;
    }
  }
  .box-detalles .col-left table tr:last-child td {
    border-bottom: 0 !important;
  }
  @media (max-width: 600px) {
    .box-detalles .col-left table tr:last-child td {
      border-bottom: 1px solid #cccccc !important;
    }
  }
  @media (min-width: 601px) and (max-width: 1320px) {
    .box-detalles .col-left table tr:last-child td {
      border-bottom: 1px solid #cccccc !important;
    }
  }
  .box-detalles .col-left table td {
    padding: 15px 22px 16px 0;
    border-bottom: 1px solid #cccccc;
    width: 70%;
    color: #555555;
  }
  .box-detalles .col-left table td:first-child {
    width: 30%;
    color: #181818;
    font-weight: 600;
  }
  .box-detalles .col-right {
    display: inline-block;
    width: 408px;
  }
  @media (max-width: 600px) {
    .box-detalles .col-right {
      width: 100%;
      margin-top: 30px;
      display: block;
    }
  }
  @media (min-width: 601px) and (max-width: 1320px) {
    .box-detalles .col-right {
      width: 100%;
      margin-top: 30px;
      display: block;
    }
  }
  .box-detalles .col-right p {
    color: #555;
    font-size: 15px;
    line-height: 1.7em;
  }
  @media (min-width: 601px) and (max-width: 1320px) {
    .box-detalles .col-right p {
      font-size: 14px;
    }
  }
  .box-detalles .col-right h3 {
    font-size: 17px;
    font-weight: 600;
  }
  @media (max-width: 600px) {
    .box-detalles .col-right h3 {
      text-align: center;
    }
  }
  @media (min-width: 601px) and (max-width: 1320px) {
    .box-detalles .col-right h3 {
      text-align: left;
    }
  }
  .box-detalles .col-right ul {
    display: flex;
    font-size: 12px;
    margin-top: 12px;
  }
  @media (max-width: 600px) {
    .box-detalles .col-right ul {
      justify-content: center;
    }
  }
  @media (min-width: 601px) and (max-width: 1320px) {
    .box-detalles .col-right ul {
      justify-content: left;
    }
  }
  .box-detalles .col-right ul li {
    display: inline-block;
    width: 30px;
    padding: 0;
    margin: 0 12px 0 0;
  }
  @media (max-width: 600px) {
    .box-detalles .col-right ul li {
      width: 38px;
      margin: 12px;
    }
  }
  @media (min-width: 601px) and (max-width: 1320px) {
    .box-detalles .col-right ul li {
      width: 38px;
      margin: 12px;
    }
  }
  .box-detalles .col-right .wrapper-map {
    margin-top: 24px;
  }
  @media (max-width: 600px) {
    .box-detalles .col-right .wrapper-map img {
      width: 100%;
    }
  }
  @media (min-width: 601px) and (max-width: 1320px) {
    .box-detalles .col-right .wrapper-map img {
      width: 300px;
    }
  }

  .wrapp-hace-tu-oferta {
    margin-top: 16px;
  }
  .wrapp-hace-tu-oferta .statusbar-oferta {
    background-color: #e8e8e8;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 16px 8px 12px;
    text-align: center;
    display: flex;
    justify-content: center;
    font-weight: 600;
    font-size: 13px;
  }
  @media (min-width: 601px) and (max-width: 1320px) {
    .wrapp-hace-tu-oferta .statusbar-oferta {
      font-size: 16px;
    }
  }
  .wrapp-hace-tu-oferta .statusbar-oferta span {
    font-weight: 500;
    margin-right: 8px;
  }
  .wrapp-hace-tu-oferta .statusbar-oferta::before {
    content: url("../images/ic-cronom.svg");
    width: 16px;
    height: auto;
    margin: 0 10px;
    display: inline-block;
  }
  .wrapp-hace-tu-oferta .hace-tu-oferta {
    background-color: #F4F4F4;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 12px 30px 26px;
    display: flex;
  }
  @media (max-width: 600px) {
    .wrapp-hace-tu-oferta .hace-tu-oferta {
      padding-right: 0;
      display: block;
      padding: 12px 0 26px;
    }
  }
  @media (min-width: 601px) and (max-width: 1320px) {
    .wrapp-hace-tu-oferta .hace-tu-oferta {
      display: flex;
      padding: 12px 0 26px;
      justify-content: center;
    }
  }
  .wrapp-hace-tu-oferta .hace-tu-oferta .left-col, .wrapp-hace-tu-oferta .hace-tu-oferta .right-col {
    display: inline-block;
    padding-top: 10px;
  }
  @media (max-width: 600px) {
    .wrapp-hace-tu-oferta .hace-tu-oferta .left-col, .wrapp-hace-tu-oferta .hace-tu-oferta .right-col {
      display: block;
    }
  }
  @media (min-width: 601px) and (max-width: 1320px) {
    .wrapp-hace-tu-oferta .hace-tu-oferta .left-col, .wrapp-hace-tu-oferta .hace-tu-oferta .right-col {
      display: block;
    }
  }
  .wrapp-hace-tu-oferta .hace-tu-oferta .left-col {
    width: 42%;
    text-align: center;
  }
  @media (max-width: 600px) {
    .wrapp-hace-tu-oferta .hace-tu-oferta .left-col {
      width: 92%;
      border-bottom: 1px solid #ccc;
      margin-bottom: 14px;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-left: auto;
      margin-right: auto;
    }
  }
  @media (min-width: 601px) and (max-width: 1320px) {
    .wrapp-hace-tu-oferta .hace-tu-oferta .left-col {
      width: 42%;
      text-align: center;
      padding-right: 20px;
      padding-left: 20px;
    }
  }
  .wrapp-hace-tu-oferta .hace-tu-oferta .left-col div:first-child {
    border-bottom: 1px solid #cccccc;
    padding-bottom: 10px;
    margin-bottom: 10px;
    display: none;
  }
  @media (max-width: 600px) {
    .wrapp-hace-tu-oferta .hace-tu-oferta .left-col div:first-child {
      border-bottom: 0;
      border-right: 1px solid #cccccc;
      display: inline-block;
      padding-right: 4%;
      margin-bottom: 0;
      padding-bottom: 22px;
      display: none;
    }
  }
  .wrapp-hace-tu-oferta .hace-tu-oferta .left-col div:first-child img {
    width: 37px;
    display: block;
    margin: 0 auto;
  }
  .wrapp-hace-tu-oferta .hace-tu-oferta .left-col div:first-child span {
    font-size: 11px;
  }
  @media (max-width: 600px) {
    .wrapp-hace-tu-oferta .hace-tu-oferta .left-col div:first-child span {
      font-size: 13px;
    }
  }
  @media (max-width: 600px) {
    .wrapp-hace-tu-oferta .hace-tu-oferta .left-col div:last-child {
      display: inline-block;
      padding-left: 4%;
    }
  }
  .wrapp-hace-tu-oferta .hace-tu-oferta .left-col div:last-child strong {
    font-size: 16px;
  }
  @media (max-width: 600px) {
    .wrapp-hace-tu-oferta .hace-tu-oferta .left-col div:last-child strong {
      font-size: 18px;
    }
  }
  .wrapp-hace-tu-oferta .hace-tu-oferta .left-col div:last-child span {
    font-size: 14px;
  }
  @media (max-width: 600px) {
    .wrapp-hace-tu-oferta .hace-tu-oferta .left-col div:last-child span {
      font-size: 15px;
    }
  }
  .wrapp-hace-tu-oferta .hace-tu-oferta .right-col {
    width: 56%;
    text-align: center;
    margin-left: 6%;
  }
  @media (max-width: 600px) {
    .wrapp-hace-tu-oferta .hace-tu-oferta .right-col {
      width: 100%;
      margin-left: 0;
    }
  }
  @media (min-width: 601px) and (max-width: 1320px) {
    .wrapp-hace-tu-oferta .hace-tu-oferta .right-col {
      width: 46%;
      text-align: center;
      margin-left: 0;
    }
  }
  .wrapp-hace-tu-oferta .hace-tu-oferta .right-col .button-primary {
    display: inline-block;
    background-color: #131313;
    color: white !important;
    border-radius: 9px;
    padding: 11px;
    font-weight: 600 !important;
    font-size: 15px !important;
    width: 190px;
    text-align: center;
    border-width: 0;
    align-self: end;
    -webkit-font-smoothing: antialiased;
  }

  .wrapp-listado-ofertas .right-col .wrapp-ofertar .button-primary {
    display: inline-block;
    background-color: #131313;
    color: white !important;
    border-radius: 9px;
    padding: 11px;
    font-weight: 600 !important;
    font-size: 15px !important;
    width: 86%;
    text-align: center;
    border-width: 0;
    align-self: end;
    -webkit-font-smoothing: antialiased;
  }

  @media (max-width: 600px) {
    .wrapp-hace-tu-oferta .hace-tu-oferta .right-col .button-primary {
      padding: 16px;
      font-size: 17px !important;
      width: 190px;
    }
  }
  @media (max-width: 600px) {
    .wrapp-hace-tu-oferta .hace-tu-oferta .right-col .button-primary {
      display: inline-block;
      background-color: #131313;
      color: white !important;
      border-radius: 9px;
      padding: 11px;
      font-weight: 600 !important;
      font-size: 15px !important;
      width: 86%;
      text-align: center;
      border-width: 0;
      align-self: end;
      -webkit-font-smoothing: antialiased;
    }
  }
  @media (max-width: 600px) and (max-width: 600px) {
    .wrapp-hace-tu-oferta .hace-tu-oferta .right-col .button-primary {
      padding: 16px;
      font-size: 17px !important;
      width: 86%;
    }
  }
  @media (min-width: 601px) and (max-width: 1320px) {
    .wrapp-hace-tu-oferta .hace-tu-oferta .right-col .button-primary {
      display: inline-block;
      background-color: #131313;
      color: white !important;
      border-radius: 9px;
      padding: 11px;
      font-weight: 600 !important;
      font-size: 15px !important;
      width: 240px;
      text-align: center;
      border-width: 0;
      align-self: end;
      -webkit-font-smoothing: antialiased;
    }
  }
  @media (min-width: 601px) and (max-width: 1320px) and (max-width: 600px) {
    .wrapp-hace-tu-oferta .hace-tu-oferta .right-col .button-primary {
      padding: 16px;
      font-size: 17px !important;
      width: 240px;
    }
  }
  @media (max-width: 600px) {
    .wrapp-hace-tu-oferta .hace-tu-oferta .right-col h4 {
      font-size: 18px;
    }
  }
  .wrapp-hace-tu-oferta .hace-tu-oferta .right-col span {
    font-size: 12px;
    color: #666666;
    padding: 8px 0 20px;
    display: block;
  }

  @media (max-width: 600px) {
    .wrapp-hace-tu-oferta .hace-tu-oferta .right-col span {
      font-size: 14px;
    }
  }
  .wrapp-hace-tu-oferta .hace-tu-oferta .right-col .wrapp-ofertar {
    display: flex;
    justify-content: center;
    margin-top: 18px;
  }
  @media (min-width: 601px) and (max-width: 1320px) {
    .wrapp-hace-tu-oferta .hace-tu-oferta .right-col .wrapp-ofertar {
      display: flex;
      justify-content: center;
      margin-top: 18px;
    }
  }
  .wrapp-listado-ofertas .right-col .wrapp-ofertar input {

    display: inline-block;
    height: 38px;
    width: 116px;
    border: 1px solid #d8d8d8;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    text-align: center;

  }

  .wrapp-listado-ofertas .right-col span {
    font-size: 12px;
    color: #666666;
    padding: 8px 0 20px;
    display: block;
  }

  .wrapp-listado-ofertas .right-col {
    width: 100%;
    text-align: center;
    margin-left: 0;
    padding: 20px 0;
  }

  .wrapp-listado-ofertas .right-col .wrapp-ofertar {
    display: flex;
    justify-content: center;
    margin-top: 18px;
  }

  .wrapp-listado-ofertas .right-col .wrapp-ofertar .counter-butt-first {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    background-image: url("../images/ic-minus.svg");
  }

  .wrapp-hace-tu-oferta .hace-tu-oferta .right-col .wrapp-ofertar input {
    display: inline-block;
    height: 38px;
    width: 116px;
    border: 1px solid #d8d8d8;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    text-align: center;
  }

  .wrapp-listado-ofertas .right-col .wrapp-ofertar input {
    display: inline-block;
    height: 38px;
    width: 200px;
    border: 1px solid #d8d8d8;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    text-align: center;
  }

  #menosofertar{
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    background-image: url("../images/ic-minus.svg");
  }

#masofertar{
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    background-image: url("../images/ic-plus.svg");
}

  .wrapp-listado-ofertas .right-col .wrapp-ofertar button {
    display: inline-block;
    height: 38px;
    width: 38px;
    background-color: rgb(181, 149, 89);
    border: medium;
    background-position: center;
    background-size: 12px;
    background-repeat: no-repeat;
  }

  .wrapp-listado-ofertas .right-col .button-primary {
    display: inline-block;
    background-color: #131313;
    color: white !important;
    border-radius: 9px;
    padding: 11px;
    font-weight: 600 !important;
    font-size: 15px !important;
    width: 190px;
    text-align: center;
    border-width: 0;
    align-self: end;
    -webkit-font-smoothing: antialiased;
  }




  @media (max-width: 600px) {
    .wrapp-hace-tu-oferta .hace-tu-oferta .right-col .wrapp-ofertar input {
      width: 60%;
      height: 48px;
    }
  }
  @media (min-width: 601px) and (max-width: 1320px) {
    .wrapp-hace-tu-oferta .hace-tu-oferta .right-col .wrapp-ofertar input {
      width: 166px;
    }
  }
  .wrapp-hace-tu-oferta .hace-tu-oferta .right-col .wrapp-ofertar button {
    display: inline-block;
    height: 38px;
    width: 38px;
    background-color: #B59559;
    border: none;
    background-position: center;
    background-size: 12px;
    background-repeat: no-repeat;
  }
  @media (max-width: 600px) {
    .wrapp-hace-tu-oferta .hace-tu-oferta .right-col .wrapp-ofertar button {
      height: 48px;
      width: 48px;
      background-size: 16px;
    }
  }

  .counter-butt-first {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    background-image: url("../images/ic-minus.svg");
  }

  .wrapp-hace-tu-oferta .hace-tu-oferta .right-col .wrapp-ofertar .counter-butt-first {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    background-image: url("../images/ic-minus.svg");
  }
  .wrapp-hace-tu-oferta .hace-tu-oferta .right-col .wrapp-ofertar .counter-butt-last {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    background-image: url("../images/ic-plus.svg");
  }

  .wrapper-int {
    margin: 0 auto;
    width: 1320px;
    padding: 30px 45px;
  }
  @media (min-width: 601px) and (max-width: 1320px) {
    .wrapper-int {
      width: 100%;
    }
  }
  @media (max-width: 600px) {
    .wrapper-int {
      width: 100%;
      padding: 20px;
    }
  }
  .wrapper-int .subtitle {
    display: flex;
    padding: 20px 0;
    width: 100%;
  }
  @media (max-width: 600px) {
    .wrapper-int .subtitle {
      padding: 12px 0 8px;
    }
  }
  .wrapper-int .subtitle h2, .wrapper-int .subtitle div {
    display: inline-block;
    padding: 2px 0 14px;
    border-bottom: 1px solid #cccccc;
    width: 100%;
    font-size: 19px;
    font-weight: 600;
  }
  @media (max-width: 600px) {
    .wrapper-int .subtitle h2, .wrapper-int .subtitle div {
      border: 0;
      text-align: left;
    }
  }
  .wrapper-int .subtitle .icons-layout {
    border-left: 1px solid #cccccc;
    padding-left: 20px;
    width: 100px;
    display: flex;
    justify-content: space-between;
  }
  @media (max-width: 600px) {
    .wrapper-int .subtitle .icons-layout {
      display: none;
    }
  }
  @media (min-width: 601px) and (max-width: 1320px) {
    .wrapper-int .subtitle .icons-layout {
      display: none;
    }
  }
  .wrapper-int .subtitle .icons-layout span {
    display: inline-block;
    width: 34px;
    height: 34px;
    background-repeat: no-repeat;
    background-size: 14px;
    background-position: center;
    opacity: 0.4;
  }
  .wrapper-int .subtitle .icons-layout span:first-child {
    background-image: url(../images/ic-grid.svg);
  }
  .wrapper-int .subtitle .icons-layout span:last-child {
    background-image: url(../images/ic-list.svg);
  }
  .wrapper-int .subtitle .icons-layout span.active {
    background-color: white;
    border-radius: 100px;
    opacity: 1;
  }
  .wrapper-int .wrapper-cards {
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    row-gap: 46px;
    padding-top: 20px;
  }
  @media (max-width: 600px) {
    .wrapper-int .wrapper-cards {
      justify-content: space-between;
      flex-direction: column;
      gap: 12px;
    }
  }
  .wrapper-int .card-open-sub {
    display: inline-block;
    width: 330px;
    background-color: white;
    border: 1px solid #E2E2E2;
    border-radius: 6px;
    padding: 14px 22px;
    position: relative;
  }
  @media (max-width: 600px) {
    .wrapper-int .card-open-sub {
      width: 100%;
      padding: 14px 23px;
    }
  }
  @media (min-width: 601px) and (max-width: 1320px) {
    .wrapper-int .card-open-sub {
      width: 280px;
      padding: 14px 2%;
    }
  }
  .wrapper-int .card-open-sub .mas-info {
    display: none;
  }
  @media (max-width: 600px) {
    .wrapper-int .card-open-sub .mas-info {
      display: none;
      padding: 14px 0 11px;
      margin-top: 8px;
    }
  }
  @media (max-width: 600px) {
    .wrapper-int .card-open-sub .mas-info span {
      display: block;
      font-size: 14px;
      color: #916B02;
      text-align: center;
    }
  }
  @media (max-width: 600px) {
    .wrapper-int .card-open-sub .mas-info span::after {
      content: "";
      background-image: url(../images/chevron-dwn-sm.svg);
      background-repeat: no-repeat;
      width: 22px;
      display: inline-block;
      height: 12px;
      background-position-x: 5px;
      background-position-y: 2px;
    }
  }
  .wrapper-int .card-open-sub h2 {
    font-size: 18px;
    padding: 4px 0 10px;
    width: 95%; /* >agregado arma*/
  }
  .wrapper-int .card-open-sub h2::after {
    content: "";
    background-image: url(../images/ic-like.svg);
    position: absolute;
    width: 20px;
    height: 30px;
    display: block;
    right: 18px;
    top: 20px;
    background-repeat: no-repeat;
  }
  @media (max-width: 600px) {
    .wrapper-int .card-open-sub h2::after {
      right: 25px;
    }
  }
  .wrapper-int .card-open-sub .wrapp-img-card {
    display: block;
    overflow: hidden;
    height: auto;
  }

  .wrapper-int .card-open-sub .wrapp-img-card img{
    max-width: 100%;
    border-radius: 6px;
  }

  @media (max-width: 600px) {
    .wrapper-int .card-open-sub .wrapp-img-card {
      width: 100%;
      height: auto;
    }
  }
  @media (max-width: 600px) {
    .wrapper-int .card-open-sub .wrapp-img-card img {
      width: 100%;
    }
  }
  .wrapper-int .card-open-sub .main-data-vendidos {
    padding: 8px 0 10px;
  }
  .wrapper-int .card-open-sub .main-data-vendidos .wrapp-vendidos a {
    font-size: 14px;
    text-decoration: none;
    margin-top: 14px;
    display: inline-block;
  }
  .wrapper-int .card-open-sub .main-data-vendidos .wrapp-vendidos a::after {
    content: "";
    background-image: url("../images/chevron-sm.svg");
    background-position: right;
    width: 9px;
    height: 9px;
    display: inline-block;
    background-repeat: no-repeat;
    margin-left: 5px;
  }
  .wrapper-int .card-open-sub .main-data-vendidos .wrapp-vendidos p {
    font-size: 14px;
    font-weight: 500;
    padding: 10px 0;
  }
  .wrapper-int .card-open-sub .main-data-vendidos .wrapp-vendidos div {
    text-align: right;
  }
  .wrapper-int .card-open-sub .main-data-card {
    border-bottom: 1px solid #cccccc;
    padding: 8px 0 16px;
  }
  .wrapper-int .card-open-sub .main-data-card h2 {
    display: none;
  }
  .wrapper-int .card-open-sub .main-data-card strong {
    margin-left: 6px;
    font-size: 16px;
  }
  .wrapper-int .card-open-sub .main-data-card button {
    display: inline-block;
  }
  .wrapper-int .card-open-sub .main-data-card .button-primary-small {
    display: inline-block;
    background-color: #131313;
    color: white !important;
    border-radius: 9px;
    padding: 11px;
    font-weight: 600 !important;
    font-size: 15px !important;
    width: 122px;
    text-align: center;
    border-width: 0;
    align-self: end;
    -webkit-font-smoothing: antialiased;
  }
  @media (max-width: 600px) {
    .wrapper-int .card-open-sub .main-data-card .button-primary-small {
      padding: 10px;
      font-size: 16px !important;
      width: 122px;
    }
  }
  @media (max-width: 600px) {
    .wrapper-int .card-open-sub .main-data-card .button-primary-small {
      display: inline-block;
      background-color: #131313;
      color: white !important;
      border-radius: 9px;
      padding: 11px;
      font-weight: 600 !important;
      font-size: 15px !important;
      width: 50%;
      text-align: center;
      border-width: 0;
      align-self: end;
      -webkit-font-smoothing: antialiased;
    }
  }
  @media (max-width: 600px) and (max-width: 600px) {
    .wrapper-int .card-open-sub .main-data-card .button-primary-small {
      padding: 10px;
      font-size: 16px !important;
      width: 100%;
    }
  }
  @media (min-width: 601px) and (max-width: 1320px) {
    .wrapper-int .card-open-sub .main-data-card .button-primary-small {
      display: inline-block;
      background-color: #131313;
      color: white !important;
      border-radius: 9px;
      padding: 11px;
      font-weight: 600 !important;
      font-size: 15px !important;
      width: 100px;
      text-align: center;
      border-width: 0;
      align-self: end;
      -webkit-font-smoothing: antialiased;
    }
  }
  @media (min-width: 601px) and (max-width: 1320px) and (max-width: 600px) {
    .wrapper-int .card-open-sub .main-data-card .button-primary-small {
      padding: 10px;
      font-size: 16px !important;
      width: 100px;
    }
  }
  .wrapper-int .card-open-sub .main-data-card .button-primary-small:hover {
    background-color: #7A653E;
  }
  .wrapper-int .card-open-sub .main-data-card .label-card {
    font-size: 15px;
    padding: 8px 0 4px;
    display: inline-block;
  }
  @media (max-width: 600px) {
    .wrapper-int .card-open-sub .main-data-card .label-card {
      padding: 3px 0 14px;
    }
  }
  .wrapper-int .card-open-sub .main-data-card .wrapp-subasta {
    display: flex;
  }
  .wrapper-int .card-open-sub .main-data-card .label-card-subasta {
    font-size: 14px;
    padding: 9px 8px;
    display: block;
    background-color: #CFEAD0;
    color: #1E7E5F;
    border-radius: 6px;
    text-align: center;
    margin: 8px 0;
  }
  .wrapper-int .card-open-sub .main-data-card .label-card-subasta strong {
    font-size: 15px;
  }
  .wrapper-int .card-open-sub .main-data-card .label-card-subasta-sin {
    font-size: 14px;
    padding: 9px 8px;
    display: block;
    background-color: #FFC2BA;
    color: #C52B00;
    border-radius: 6px;
    text-align: center;
    margin: 8px 0;
    font-style: italic;
    width: 100%;
  }
  .wrapper-int .card-open-sub .main-data-card .label-card-subasta-sin::before {
    content: "";
    background-image: url(../images/ic-warning.svg);
    width: 20px;
    height: 18px;
    background-repeat: no-repeat;
    display: inline-block;
    margin-right: 6px;
  }
  .wrapper-int .card-open-sub .main-data-card .wrapp-timer {
    display: flex;
    justify-content: space-between;
    align-items: end;
  }
  .wrapper-int .card-open-sub .main-data-card .wrapp-button-subasta {
    display: block;
  }
  .wrapper-int .card-open-sub .main-data-card .wrapp-button-subasta button {
    display: inline-block;
    background-color: #131313;
    color: white !important;
    border-radius: 9px;
    padding: 11px;
    font-weight: 600 !important;
    font-size: 15px !important;
    width: 100%;
    text-align: center;
    border-width: 0;
    align-self: end;
    -webkit-font-smoothing: antialiased;
  }
  @media (max-width: 600px) {
    .wrapper-int .card-open-sub .main-data-card .wrapp-button-subasta button {
      padding: 16px;
      font-size: 17px !important;
      width: 100%;
    }
  }
  .wrapper-int .card-open-sub .main-data-card .timer {
    display: inline-block;
  }
  .wrapper-int .card-open-sub .main-data-card .timer span:first-child {
    font-size: 12px;
  }
  .wrapper-int .card-open-sub .main-data-card .timer span:last-child {
    display: block;
    font-size: 13px;
    border: 1px solid #999999;
    border-radius: 30px;
    padding: 2px 10px;
    margin-top: 2px;
    font-weight: 500;
  }
  @media (max-width: 600px) {
    .wrapper-int .card-open-sub .info-detalle {
      display: none;
    }
  }
  .wrapper-int .card-open-sub .info-detalle span {
    display: block;
    padding: 12px 0;
    border-bottom: 1px solid #cccccc;
  }
  .wrapper-int .card-open-sub .info-detalle span table {
    font-size: 12px;
  }
  @media (max-width: 600px) {
    .wrapper-int .card-open-sub .info-detalle span table {
      width: 100%;
    }
  }
  .wrapper-int .card-open-sub .info-detalle span table td {
    padding: 4px 0;
    vertical-align: top;
  }
  .wrapper-int .card-open-sub .info-detalle span table td:first-child {
    text-wrap: nowrap;
    padding-right: 9px;
  }
  .wrapper-int .card-open-sub .info-detalle span table td span {
    background-color: #eff0f4;
    border-radius: 40px;
    display: inline;
    padding: 2px 5px;
    border: 0;
  }
  .wrapper-int .card-open-sub .info-detalle span table .divider {
    padding: 6px 0;
    border-bottom: 1px solid #cccccc;
  }
  .wrapper-int .card-open-sub .auspicio {
    padding: 16px 0 6px;
  }
  @media (max-width: 600px) {
    .wrapper-int .card-open-sub .auspicio {
      display: none;
    }
  }
  .wrapper-int .card-open-sub .auspicio h5 {
    font-weight: 500;
    font-size: 12px;
  }
  .wrapper-int .card-open-sub .auspicio ul {
    display: flex;
    list-style: none;
    justify-content: space-between;
    padding-top: 12px;
    align-content: center;
    align-items: center;
  }
  .wrapper-int .card-open-sub .auspicio ul li {
    display: inline-block;
    width: auto;
    height: auto;
  }

.auspicio img{
  max-width: 100% !important;
}

  .wrapper-int .wrapper-cards.list {
    width: 100%;
    display: block;
  }
  @media (max-width: 600px) {
    .wrapper-int .wrapper-cards.list {
      display: flex;
      justify-content: space-between;
      flex-direction: column;
      gap: 12px;
    }
  }
  .wrapper-int .wrapper-cards.list .card-open-sub {
    display: flex;
    width: 96%;
    justify-content: space-between;
    margin: 14px 0;
    padding: 19px;
  }
  @media (max-width: 600px) {
    .wrapper-int .wrapper-cards.list .card-open-sub {
      display: inline-block;
      padding: 14px;
      position: relative;
      width: 100%;
      padding: 14px 23px;
      margin: 0;
    }
  }
  .wrapper-int .wrapper-cards.list .card-open-sub h2 {
    display: none;
  }
  @media (max-width: 600px) {
    .wrapper-int .wrapper-cards.list .card-open-sub h2 {
      font-size: 18px;
      padding: 4px 0 10px;
      display: block;
    }
  }
  .wrapper-int .wrapper-cards.list .card-open-sub .wrapp-img-card {
    display: block;
    border-radius: 6px;
    overflow: hidden;
    height: 158px;
    width: 228px;
  }
  @media (max-width: 600px) {
    .wrapper-int .wrapper-cards.list .card-open-sub .wrapp-img-card {
      height: 155px;
      width: 100%;
    }
  }
  @media (max-width: 600px) {
    .wrapper-int .wrapper-cards.list .card-open-sub .wrapp-img-card img {
      width: 100%;
    }
  }
  .wrapper-int .wrapper-cards.list .card-open-sub .main-data-card {
    width: 23%;
    padding: 0;
    border: 0;
    position: relative;
  }
  @media (max-width: 600px) {
    .wrapper-int .wrapper-cards.list .card-open-sub .main-data-card {
      border-bottom: 1px solid #cccccc;
      padding: 8px 0 16px;
      width: 100%;
    }
  }
  .wrapper-int .wrapper-cards.list .card-open-sub .main-data-card h2 {
    font-size: 18px;
    padding: 4px 0 10px;
    display: block;
  }
  @media (max-width: 600px) {
    .wrapper-int .wrapper-cards.list .card-open-sub .main-data-card h2 {
      display: none;
    }
  }
  .wrapper-int .wrapper-cards.list .card-open-sub .main-data-card h2::after {
    content: "";
    background-image: url(../images/ic-like.svg);
    position: absolute;
    width: 20px;
    height: 30px;
    display: block;
    right: 4px;
    top: 6px;
    background-repeat: no-repeat;
  }
  @media (max-width: 600px) {
    .wrapper-int .wrapper-cards.list .card-open-sub .main-data-card .strong {
      margin-left: 6px;
      font-size: 16px;
    }
  }
  .wrapper-int .wrapper-cards.list .card-open-sub .main-data-card .wrapp-timer {
    display: block;
  }
  @media (max-width: 600px) {
    .wrapper-int .wrapper-cards.list .card-open-sub .main-data-card .wrapp-timer {
      display: flex;
      justify-content: space-between;
    }
  }
  .wrapper-int .wrapper-cards.list .card-open-sub .main-data-card .wrapp-timer .timer {
    padding: 0 0 18px;
  }
  @media (max-width: 600px) {
    .wrapper-int .wrapper-cards.list .card-open-sub .main-data-card .wrapp-timer .timer {
      padding: 0;
    }
  }
  @media (max-width: 600px) {
    .wrapper-int .wrapper-cards.list .card-open-sub .main-data-card .wrapp-timer .timer span:first-child {
      font-size: 12px;
    }
  }
  .wrapper-int .wrapper-cards.list .card-open-sub .main-data-card .wrapp-timer .timer span:last-child {
    display: inline-block;
  }
  @media (max-width: 600px) {
    .wrapper-int .wrapper-cards.list .card-open-sub .main-data-card .wrapp-timer .timer span:last-child {
      display: block;
      font-size: 13px;
      border: 1px solid #999999;
      border-radius: 30px;
      padding: 2px 10px;
      margin-top: 2px;
      font-weight: 500;
    }
  }
  .wrapper-int .wrapper-cards.list .card-open-sub .main-data-card .wrapp-timer .wrapp-button-subasta {
    display: block;
  }
  .wrapper-int .wrapper-cards.list .card-open-sub .main-data-card .wrapp-timer .wrapp-button-subasta button {
    display: inline-block;
    background-color: #131313;
    color: white !important;
    border-radius: 9px;
    padding: 11px;
    font-weight: 600 !important;
    font-size: 15px !important;
    width: 100%;
    text-align: center;
    border-width: 0;
    align-self: end;
    -webkit-font-smoothing: antialiased;
  }
  @media (max-width: 600px) {
    .wrapper-int .wrapper-cards.list .card-open-sub .main-data-card .wrapp-timer .wrapp-button-subasta button {
      padding: 16px;
      font-size: 17px !important;
      width: 100%;
    }
  }
  @media (max-width: 600px) {
    .wrapper-int .wrapper-cards.list .card-open-sub .main-data-card .label-card {
      padding: 3px 0 14px;
    }
  }
  @media (max-width: 600px) {
    .wrapper-int .wrapper-cards.list .card-open-sub .main-data-card button {
      display: inline-block;
    }
  }
  .wrapper-int .wrapper-cards.list .card-open-sub .main-data-card .button-primary {
    width: 100%;
  }
  .wrapper-int .wrapper-cards.list .card-open-sub .main-data-card .button-primary-small {
    display: inline-block;
    background-color: #131313;
    color: white !important;
    border-radius: 9px;
    padding: 11px;
    font-weight: 600 !important;
    font-size: 15px !important;
    width: 100%;
    text-align: center;
    border-width: 0;
    align-self: end;
    -webkit-font-smoothing: antialiased;
  }
  @media (max-width: 600px) {
    .wrapper-int .wrapper-cards.list .card-open-sub .main-data-card .button-primary-small {
      padding: 16px;
      font-size: 17px !important;
      width: 100%;
    }
  }
  @media (max-width: 600px) {
    .wrapper-int .wrapper-cards.list .card-open-sub .main-data-card .button-primary-small {
      display: inline-block;
      background-color: #131313;
      color: white !important;
      border-radius: 9px;
      padding: 11px;
      font-weight: 600 !important;
      font-size: 15px !important;
      width: 50%;
      text-align: center;
      border-width: 0;
      align-self: end;
      -webkit-font-smoothing: antialiased;
    }
  }
  @media (max-width: 600px) and (max-width: 600px) {
    .wrapper-int .wrapper-cards.list .card-open-sub .main-data-card .button-primary-small {
      padding: 10px;
      font-size: 16px !important;
      width: 50%;
    }
  }
  .wrapper-int .wrapper-cards.list .card-open-sub .main-data-card .button-primary-small:hover {
    background-color: #7A653E;
  }
  .wrapper-int .wrapper-cards.list .card-open-sub .main-data-card .label-card {
    padding: 8px 0 4px;
  }
  @media (max-width: 600px) {
    .wrapper-int .wrapper-cards.list .card-open-sub .main-data-card .label-card {
      font-size: 15px;
      padding: 3px 0 14px;
      display: inline-block;
    }
  }
  @media (max-width: 600px) {
    .wrapper-int .wrapper-cards.list .card-open-sub .main-data-card .wrapp-subasta {
      display: flex;
    }
  }
  @media (max-width: 600px) {
    .wrapper-int .wrapper-cards.list .card-open-sub .main-data-card .label-card-subasta {
      font-size: 14px;
      padding: 9px 8px;
      display: block;
      background-color: #CFEAD0;
      color: #1E7E5F;
      border-radius: 6px;
      text-align: center;
      margin: 8px 0;
    }
  }
  @media (max-width: 600px) {
    .wrapper-int .wrapper-cards.list .card-open-sub .main-data-card .label-card-subasta strong {
      font-size: 15px;
    }
  }
  @media (max-width: 600px) {
    .wrapper-int .wrapper-cards.list .card-open-sub .main-data-card .label-card-subasta-sin {
      font-size: 14px;
      padding: 9px 8px;
      display: block;
      background-color: #FFC2BA;
      color: #C52B00;
      border-radius: 6px;
      text-align: center;
      margin: 8px 0;
      font-style: italic;
      width: 100%;
    }
  }
  @media (max-width: 600px) {
    .wrapper-int .wrapper-cards.list .card-open-sub .main-data-card .label-card-subasta-sin::before {
      content: "";
      background-image: url(../images/ic-warning.svg);
      width: 20px;
      height: 18px;
      background-repeat: no-repeat;
      display: inline-block;
      margin-right: 6px;
    }
  }
  .wrapper-int .wrapper-cards.list .card-open-sub .info-detalle {
    width: 26%;
  }
  .wrapper-int .wrapper-cards.list .card-open-sub .info-detalle span {
    padding: 0;
    border: 0;
  }
  .wrapper-int .wrapper-cards.list .card-open-sub .info-detalle span table .divider {
    padding: 0;
    border-bottom: 0;
  }
  .wrapper-int .wrapper-cards.list .card-open-sub .info-detalle span table td:first-child {
    padding-right: 26px;
  }
  .wrapper-int .wrapper-cards.list .card-open-sub .info-detalle span table tr.div-tr {
    display: none;
  }
  .wrapper-int .wrapper-cards.list .card-open-sub .info-detalle span table td {
    padding: 2px 0;
  }
  .wrapper-int .wrapper-cards.list .card-open-sub .info-detalle span table td span {
    background-color: #eff0f4;
    border-radius: 40px;
    display: inline;
    padding: 2px 5px;
    border: 0;
  }
  .wrapper-int .wrapper-cards.list .card-open-sub .auspicio {
    width: 18%;
    padding-right: 18px;
  }
  .wrapper-int .wrapper-cards.list .card-open-sub .auspicio ul {
    flex-wrap: wrap;
    flex-direction: row;
    row-gap: 22px;
    padding-top: 22px;
  }
  .wrapper-int .wrapper-cards.list .card-open-sub .auspicio ul li {
    width: auto;
  }

  .modal-register-mask, .modal-login-mask {
    background-color: rgba(0, 0, 0, 0.7);
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9997;
  }
  @media (max-width: 600px) {
    .modal-register-mask, .modal-login-mask {
      display: none;
    }
  }

  .wrapp-form-login {
    margin: 0 auto;
    background-color: white;
    border-radius: 8px;
    padding: 40px 80px;
    box-shadow: #111111 0px 0px 20px 0px;
    margin-top: 0;
    position: absolute;
    z-index: 9998;
    left: 50%;
    position: relative;
    width: 458px;
    margin-left: -229px;
  }
  @media (max-width: 600px) {
    .wrapp-form-login {
      width: 100%;
      left: 0;
      margin-left: 0;
      padding: 20px 20px;
      box-shadow: none;
    }
  }
  .wrapp-form-login .close-modal-login {
    display: block;
    position: absolute;
    right: 24px;
    top: 24px;
    width: 18px;
    cursor: pointer;
  }
  .wrapp-form-login a {
    font-size: 13px;
  }
  .wrapp-form-login h1 {
    font-size: 17px;
    padding: 10px 0 15px;
  }
  .wrapp-form-login h2 {
    font-size: 16px;
    padding-top: 5px;
  }
  .wrapp-form-login .button-primary {
    display: inline-block;
    background-color: #131313;
    color: white !important;
    border-radius: 9px;
    padding: 11px;
    font-weight: 600 !important;
    font-size: 15px !important;
    width: 100%;
    text-align: center;
    border-width: 0;
    align-self: end;
    -webkit-font-smoothing: antialiased;
  }
  @media (max-width: 600px) {
    .wrapp-form-login .button-primary {
      padding: 16px;
      font-size: 17px !important;
      width: 100%;
    }
  }
  .wrapp-form-login .wrapp-input {
    width: 100%;
    margin: 17px 0;
    display: flex;
    justify-content: space-between;
  }
  .wrapp-form-login .wrapp-input div {
    width: 100%;
  }
  .wrapp-form-login .wrapp-input label {
    font-size: 13px;
    display: block;
    padding-bottom: 5px;
  }
  @media (max-width: 600px) {
    .wrapp-form-login .wrapp-input label {
      font-size: 14px;
    }
  }
  .wrapp-form-login .wrapp-input label span {
    font-style: italic;
  }
  .wrapp-form-login .wrapp-input.user input {
    background-image: url("../images/ic-user.svg");
  }
  .wrapp-form-login .wrapp-input.pass input {
    background-image: url("../images/ic-pass.svg");
  }
  .wrapp-form-login .wrapp-input.pass div {
    position: relative;
  }
  .wrapp-form-login .wrapp-input.pass div img {
    display: block;
    position: absolute;
    right: 12px;
    top: 35px;
    width: 20px;
    height: auto;
  }
  @media (max-width: 600px) {
    .wrapp-form-login .wrapp-input.pass div img {
      right: 15px;
      top: 37px;
      width: 24px;
      height: auto;
    }
  }
  .wrapp-form-login .wrapp-input div a {
    padding: 8px 0 10px;
    display: block;
  }
  @media (max-width: 600px) {
    .wrapp-form-login .wrapp-input div a {
      padding: 14px 0 10px;
    }
  }
  .wrapp-form-login input {
    width: 300px !important;
    background-position-x: 8px;
    background-position-y: 50%;
    background-repeat: no-repeat;
    background-size: 19px;
    padding-left: 8px;
    padding-left: 36px;
    height: 40px;
    border: 1px solid #c9c9c9;
    border-radius: 4px;
  }
  @media (max-width: 600px) {
    .wrapp-form-login input {
      width: 100% !important;
      background-position-x: 11px;
      background-position-y: 50%;
      background-repeat: no-repeat;
      background-size: 22px;
      height: 48px;
    }
  }
  .wrapp-form-login span {
    font-size: 13px;
    padding: 18px 0 17px;
    display: block;
  }
  .wrapp-form-login span a {
    display: inline;
    font-size: 13px;
  }

  .wrapp-form {
    width: 668px;
    margin: 0 auto;
    background-color: white;
    border-radius: 8px;
    padding: 40px 80px;
    box-shadow: #111111 0px 0px 20px 0px;
    margin-top: 0;
    position: absolute;
    z-index: 9998;
    left: 50%;
    margin-left: -334px;
    position: relative;
  }
  @media (max-width: 600px) {
    .wrapp-form {
      width: 100%;
      left: 0;
      margin-left: 0;
      padding: 20px 20px;
      box-shadow: none;
    }
  }
  .wrapp-form.login {
    width: 458px;
    margin-left: -229px;
  }
  @media (max-width: 600px) {
    .wrapp-form.login {
      width: 100%;
      margin: 0;
    }
  }
  .wrapp-form.login .wrapp-input.user input {
    background-image: url("../images/ic-user.svg");
  }
  .wrapp-form.login .wrapp-input.pass input {
    background-image: url("../images/ic-pass.svg");
  }
  .wrapp-form.login .wrapp-input.pass div {
    position: relative;
  }
  .wrapp-form.login .wrapp-input.pass div img {
    display: block;
    position: absolute;
    right: 12px;
    top: 35px;
    width: 20px;
    height: auto;
  }
  @media (max-width: 600px) {
    .wrapp-form.login .wrapp-input.pass div img {
      right: 15px;
      top: 37px;
      width: 24px;
      height: auto;
    }
  }
  .wrapp-form.login .wrapp-input div a {
    padding: 8px 0 10px;
    display: block;
  }
  @media (max-width: 600px) {
    .wrapp-form.login .wrapp-input div a {
      padding: 14px 0 10px;
    }
  }
  .wrapp-form.login input {
    width: 300px !important;
    background-position-x: 8px;
    background-position-y: 50%;
    background-repeat: no-repeat;
    background-size: 19px;
    padding-left: 8px;
    padding-left: 36px;
  }
  @media (max-width: 600px) {
    .wrapp-form.login input {
      width: 100% !important;
      background-position-x: 11px;
      background-position-y: 50%;
      background-repeat: no-repeat;
      background-size: 22px;
    }
  }
  .wrapp-form.login span {
    font-size: 13px;
    padding: 18px 0 17px;
    display: block;
  }
  .wrapp-form.login span a {
    display: inline;
    font-size: 13px;
  }
  .wrapp-form a {
    font-size: 13px;
  }
  .wrapp-form .close-modal {
    display: block;
    position: absolute;
    right: 24px;
    top: 24px;
    width: 18px;
    cursor: pointer;
  }
  .wrapp-form h1 {
    font-size: 17px;
    padding: 10px 0 15px;
  }
  .wrapp-form h2 {
    font-size: 16px;
    padding-top: 5px;
  }
  .wrapp-form .button-primary {
    display: inline-block;
    background-color: #131313;
    color: white !important;
    border-radius: 9px;
    padding: 11px;
    font-weight: 600 !important;
    font-size: 15px !important;
    width: 100%;
    text-align: center;
    border-width: 0;
    align-self: end;
    -webkit-font-smoothing: antialiased;
  }
  @media (max-width: 600px) {
    .wrapp-form .button-primary {
      padding: 16px;
      font-size: 17px !important;
      width: 100%;
    }
  }
  .wrapp-form .wrapp-input {
    width: 100%;
    margin: 17px 0;
    display: flex;
    justify-content: space-between;
  }
  @media (max-width: 600px) {
    .wrapp-form .wrapp-input {
      flex-direction: column;
    }
  }
  @media (max-width: 600px) {
    .wrapp-form .wrapp-input.phone {
      border-bottom: 1px solid #cccccc;
      padding-bottom: 17px;
    }
  }
  .wrapp-form .wrapp-input .error input {
    border: 1px solid #C52B00 !important;
  }
  .wrapp-form .wrapp-input .error p {
    display: block;
    color: #C52B00;
    font-style: italic;
    font-size: 12px;
    padding: 6px 0 0;
  }
  .wrapp-form .wrapp-input.captcha {
    display: flex;
    margin-bottom: 28px;
  }
  @media (max-width: 600px) {
    .wrapp-form .wrapp-input.captcha .input-doble:first-child {
      display: flex;
      align-items: center;
      border: 0;
    }
  }
  .wrapp-form .wrapp-input.captcha .input-doble:first-child a {
    margin-left: 16px;
  }
  .wrapp-form .wrapp-input select {
    width: 508px;
    height: 40px;
    border: 1px solid #c9c9c9;
    background-color: #f9f9f9;
    border-radius: 4px;
    -moz-appearance: none; /* Firefox */
    -webkit-appearance: none; /* Safari and Chrome */
    appearance: none;
    background-image: url("../images/chevron-select.svg");
    background-position-x: 485px;
    background-position-y: 50%;
    background-repeat: no-repeat;
    background-size: 23px;
    padding-left: 8px;
    color: #333;
  }
  @media (max-width: 600px) {
    .wrapp-form .wrapp-input select {
      width: 100%;
      height: 48px;
      font-size: 15px;
    }
  }
  @media (max-width: 600px) {
    .wrapp-form .wrapp-input .emptylabel {
      display: none;
    }
  }
  .wrapp-form .wrapp-input label {
    font-size: 13px;
    display: block;
    padding-bottom: 5px;
  }
  @media (max-width: 600px) {
    .wrapp-form .wrapp-input label {
      font-size: 14px;
    }
  }
  .wrapp-form .wrapp-input label span {
    font-style: italic;
  }
  .wrapp-form .wrapp-input input {
    height: 40px;
    border: 1px solid #c9c9c9;
    border-radius: 4px;
    width: 508px;
    padding-left: 10px;
  }
  @media (max-width: 600px) {
    .wrapp-form .wrapp-input input {
      width: 100%;
      height: 48px;
    }
  }
  @media (max-width: 600px) {
    .wrapp-form .wrapp-input .input-doble:first-child {
      padding-bottom: 17px;
      border-top: 1px solid #cccccc;
      padding-top: 12px;
    }
  }
  .wrapp-form .wrapp-input .input-doble {
    display: inline-block;
  }
  .wrapp-form .wrapp-input .input-doble input {
    width: 246px !important;
  }
  @media (max-width: 600px) {
    .wrapp-form .wrapp-input .input-doble input {
      width: 100% !important;
    }
  }
  .wrapp-form .wrapp-input .input-doble select {
    width: 246px !important;
    background-position-x: 223px;
  }
  @media (max-width: 600px) {
    .wrapp-form .wrapp-input .input-doble select {
      width: 100% !important;
      background-position: right;
    }
  }
  .wrapp-form .wrapp-input .input-doble img {
    display: block;
    width: 200px;
  }

  .box-sin-lotes {
    width: 1260px;
    margin: 0 auto;
    padding: 50px 20px;
    display: flex;
    align-items: center;
  }
  @media (max-width: 600px) {
    .box-sin-lotes {
      width: 90%;
      padding: 20px 5%;
      flex-direction: column;
    }
  }
  @media (min-width: 601px) and (max-width: 1320px) {
    .box-sin-lotes {
      width: 90%;
      padding: 20px 5%;
      flex-direction: column;
    }
  }
  .box-sin-lotes div h1 {
    font-size: 28px;
    padding: 22px 0;
    font-style: italic;
    font-weight: 600;
  }
  @media (max-width: 600px) {
    .box-sin-lotes div h1 {
      font-size: 24px;
      padding: 12px 0;
    }
  }
  @media (min-width: 601px) and (max-width: 1320px) {
    .box-sin-lotes div h1 {
      font-size: 24px;
      padding: 12px 0;
    }
  }
  .box-sin-lotes div p {
    font-size: 16px;
    width: 350px;
    line-height: 1.6em;
    font-weight: 400;
  }
  @media (max-width: 600px) {
    .box-sin-lotes div p {
      font-size: 14px;
      width: 88%;
    }
  }
  @media (min-width: 601px) and (max-width: 1320px) {
    .box-sin-lotes div p {
      font-size: 14px;
      width: 88%;
    }
  }
  .box-sin-lotes img {
    width: 500px;
    height: auto;
    margin-left: 10px;
  }
  @media (max-width: 600px) {
    .box-sin-lotes img {
      width: 88%;
      margin-top: 20px;
    }
  }
  @media (min-width: 601px) and (max-width: 1320px) {
    .box-sin-lotes img {
      width: 75%;
      margin-top: 20px;
    }
  }

  #menu-mobile {
    background-color: white;
    position: fixed;
    left: 0;
    top: 0;
    width: 85%;
    padding: 45px 28px;
    box-shadow: #000000 0 0 24px 0;
    z-index: 9999;
    height: 100%;
  }
  #menu-mobile .wrapp-mobile-top {
    display: flex;
    justify-content: space-between;
  }
  #menu-mobile .wrapp-mobile-top .close-modal-mob {
    display: inline-block;
    width: 22px;
    cursor: pointer;
  }
  #menu-mobile .wrapp-mobile-top .acceso-m {
    font-size: 14px;
    padding-right: 40px;

  }
  #menu-mobile .wrapp-mobile-top .acceso-m li {
    display: inline-block;
  }
  #menu-mobile .wrapp-mobile-top .acceso-m li:last-child {
    position: relative;
    display: flex;
    flex-direction: column;
  }
  #menu-mobile .wrapp-mobile-top .acceso-m li:last-child span {
    display: inline-block;
    position: relative;
    padding: 0 11px;
  }
  #menu-mobile .wrapp-mobile-top .acceso-m li:last-child span:first-child {
    padding: 0 11px 0 0;
  }
  #menu-mobile .wrapp-mobile-top .acceso-m li:last-child span:last-child {
    padding: 0;
  }
  #menu-mobile .wrapp-mobile-top .acceso-m li:last-child span:first-child::after {
    content: "";
    border-right: 0px solid #666;
    position: absolute;
    top: 2px;
    right: -2px;
    display: inline-block;
    width: 18px;
    height: 14px;
  }
  #menu-mobile .nav-m {
    list-style: none;
    margin: 30px 0 20px;
  }
  #menu-mobile .nav-m li:nth-child(-n+2) {
    font-weight: 600;
  }
  #menu-mobile .nav-m li {
    padding: 18px 0;
    border-bottom: 1px solid #cccccc;
  }
  #menu-mobile .nav-m li a {
    color: #181818;
  }
  #menu-mobile .sec-nav-m {
    list-style: none;
  }
  #menu-mobile .sec-nav-m li {
    font-size: 14px;
    padding: 10px 0;
  }
  #menu-mobile .sec-nav-m li a {
    color: #6F737F;
  }

  .modal-burger-mask {
    background-color: rgba(0, 0, 0, 0.6);
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9998;
  }

  .main-box-content {
    padding: 5px 95px 90px;
    font-size: 14px;
    line-height: 1.6em;
    color: #181818;
  }
  @media (max-width: 600px) {
    .main-box-content {
      padding: 5px 20px 40px;
    }
  }
  @media (min-width: 601px) and (max-width: 1320px) {
    .main-box-content {
      padding: 5px 45px 40px;
    }
  }
  .main-box-content p {
    padding: 10px 0;
  }
  .main-box-content ol li {
    padding-left: 10px;
    margin-left: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  @media (max-width: 600px) {
    .main-box-content ol li {
      margin-left: 10px;
      padding-left: 5px;
    }
  }
  .not-registered {
    display: flex;
    align-items: start;
    padding: 9px 0 3px;
  }
  .not-registered span.message {
    display: inline-block;
    padding: 0;
    margin-left: 9px;
  }
  .not-registered img {
    margin: 0;
    display: inline-block;
    width: 24px;
    height: 24px;
  }

  /* Slideshow container */
  .slideshow-container {
    width: 100%;
    max-width: 1320px;
    position: relative;
    margin: auto;
    height: 400px;
  }
  @media (max-width: 600px) {
    .slideshow-container {
      height: auto;
    }
  }

  /* Hide the images by default */
  .mySlides {
    display: none;
  }
  @media (max-width: 600px) {
    .mySlides img {
      width: 100%;
    }
  }

  /* Next & previous buttons */
  .prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -22px;
    padding: 16px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
  }
  @media (max-width: 600px) {
    .prev, .next {
      top: 20%;
    }
  }

  /* Position the "next button" to the right */
  .next {
    right: 0;
    border-radius: 3px 0 0 3px;
  }

  .prev {
    left: 0;
  }

  /* On hover, add a black background color with a little bit see-through */
  .prev:hover, .next:hover {
    background-color: rgba(0, 0, 0, 0.8);
  }

  /* Caption text */
  .text {
    color: #f2f2f2;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center;
  }

  /* Number text (1/3 etc) */
  .numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
  }

  /* The dots/bullets/indicators */
  .dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
  }

  .c-active, .dot:hover {
    background-color: #717171;
  }

  /* Fading animation */
  .fade {
    animation-name: fade;
    animation-duration: 1.5s;
  }

  @keyframes fade {
    from {
      opacity: 0.4;
    }
    to {
      opacity: 1;
    }
  }
  #gallery-images {
    display: none;
    animation-name: fade;
    animation-duration: 1.5s;
    position: relative;
  }
  #gallery-images img {
    animation-name: fade;
    animation-duration: 1.5s;
  }

  #gallery-videos {
    animation-name: fade;
    animation-duration: 1.5s;
    position: relative;
  }

.galvid{
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
}


.responsive-iframe {
 position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

  #gallery-videos img {
    animation-name: fade;
    animation-duration: 1.5s;
  }

  #gallery-images.g-active, #gallery-videos.g-active {
    display: block;
  }

  #gallery-images.g-inactive, #gallery-videos.g-inactive {
    display: none;
  }

  #images, #videos {
    cursor: pointer;
  }

  .prev-g, .next-g {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -22px;
    padding: 16px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
  }

  .next-g {
    right: 0;
  }

  .prev-g {
    left: 0;
  }

  /* On hover, add a black background color with a little bit see-through */
  .prev-g:hover, .next-g:hover {
    background-color: rgba(0, 0, 0, 0.8);
  }

  .mySlidesGal1, .mySlidesGalFotos {
    display: none;
  }

  .fadeGal {
    animation-name: fade;
    animation-duration: 1.5s;
  }/*# sourceMappingURL=main.css.map */
