:root {
  --color-primary: #66bbb0;
  --color-primary-blur: rgba(102, 188, 176, 0.4);
  --color-secondary: #ff8772;
  --color-tertiary: #4f5d75;
  --color-secondary-blur: rgba(255, 135, 114, 0.2);
  --color-gray: #54575a;
  --color-marine: #020d12;
  --color-snow: #fcf7f8;
}

/* ------------------ Inventario / listas ------------------ */

.form_list_container_inventory {
  width: 100%;
  height: 70px;
  max-height: 240px;
  overflow: hidden;
  overflow-y: scroll;
  border-radius: 5px;
  padding: 0.7rem;
  border: none;
}

.form_list_container_inventory btn {
  border-bottom: dashed 0.04rem #ccc;
  background-color: #fff;
  display: block;
  font-weight: 700;
  color: #999;
  cursor: pointer;
  margin: 0;
}

.form_list_container {
  width: 100%;
  height: 250px;
  max-height: 240px;
  overflow: hidden;
  overflow-y: scroll;
  border-radius: 5px;
  border: solid 1px #ccc;
}

.form_list_container a {
  border-bottom: dashed 0.04rem #ccc;
  background-color: #fff;
  display: block;
  font-weight: 700;
  color: #999;
  cursor: pointer;
  padding: 0.6rem;
  margin: 0;
}

.form_list_container a:hover {
  background-color: rgb(210, 229, 246);
}

.custom-control-label {
  padding-top: 3px;
}

#ciudades_list {
  height: 150px;
  overflow-x: hidden;
  overflow-y: scroll;
  border: solid 1px #ccc;
}

.hour_box {
  width: 13px;
  height: 21px;
  border: solid 0.05rem #ccc;
  margin-left: 1px;
  padding: 1px;
  padding-top: 5px;
  font-size: 7px;
  color: #ccc;
  text-align: center;
  border-radius: 2px;
  font-family: Verdana, serif;
}

.hour_box_selected {
  background-color: #566985;
  color: #fff;
}

/* ------------------ Print helpers ------------------ */

@media print {
  .col-print-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-print-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-print-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-print-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-print-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-print-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-print-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-print-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-print-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-print-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-print-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-print-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

/* ------------------ Formularios / layout general ------------------ */

.wrap-form {
  margin-top: 5%;
  background: red;
  height: 400px;
  padding: 30px;
}

.border-b {
  border-bottom: 1px solid #c9c9c9 !important;
}

.formato {
  background-color: #fff;
  border: 1px solid #f7f7f7;
  border-radius: 20px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.08);
  display: flex;
  position: relative;
  width: 100%;
  height: 75px;
  margin-left: 0;
}

.form-control-new {
  cursor: pointer !important;
  display: block !important;
  z-index: 2 !important;
  -webkit-transition: border-color 0.2s ease !important;
  -moz-transition: border-color 0.2s ease !important;
  border: 2px solid #fff !important;
  border-radius: 12px !important;
  font-size: 17px;
  outline: none;
}

input {
  outline: none;
}

.btn-continue {
  width: 70% !important;
  height: 51px !important;
  font-size: 1.8em !important;
  border-radius: 20px !important;
}

.b-right {
  border-right: 1px solid #c9c9c9;
}

/* responsivo */

.formato-responsive {
  background-color: #fff !important;
  border: 1px solid #f7f7f7;
  border-radius: 20px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.08);
  display: flex;
  position: relative;
  width: 100%;
  height: 265px;
  margin-left: 0;
  border-bottom: 3px solid #007bff;
}

.btn-responsive {
  width: 100% !important;
  height: 35px !important;
  font-size: 1.8em !important;
  border-radius: 20px !important;
}

@media (max-width: 1200px) {
  .menu_hidden {
    display: none !important;
  }

  .campaign_create::before {
    display: none;
  }
}

/* ------------------ Imágenes / elementos visuales ------------------ */

.img_location {
  width: 100%;
  height: 225px;
  border-radius: 8px;
}

.no_decoration {
  text-decoration: none !important;
}

/* estilos de dev */

.section_index {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
  min-height: 580px !important;
}

.galeria-zoom > a {
  display: block;
  position: relative;
  overflow: hidden;
}

.galeria-zoom img {
  transition: transform 0.8s;
}

.galeria-zoom a:hover img {
  transform: rotate(0deg) scale(1.3);
}

.text-img {
  position: absolute;
  width: 99%;
  height: auto;
  padding: 45px;
  z-index: 20;
  bottom: 1% !important;
  left: 6px;
  right: 0;
}

/* colores utilitarios */

.bgaqua {
  background: #66bbb0;
}
.bgWhite {
  background: #fff;
}
.colorAqua {
  color: #66bbb0;
}
.bgmarine {
  background: #000050;
}
.colorMarine {
  color: #052c39 !important;
}
.fontMarine {
  background: #102037 !important;
}
.colorWhite {
  color: #fff !important;
}

.w85 {
  width: 85%;
}
.p_2 {
  padding: 2rem;
}

.portada {
  padding-top: 130px;
}

.banner_menu {
  width: 25%;
  transform: translate(884px, -185px) !important;
}

.tittle_max,
.title_max,
.font-max {
  font-size: 3.5rem;
}

.btn_campaing {
  border-radius: 2rem;
  background: #000050 !important;
}

.btn_campaing:hover {
  color: #fff !important;
  box-shadow: 0 4px 16px rgb(0, 0, 80) !important;
  transition: all 0.2s ease !important;
}

.btn_cities {
  transform: translate(728px, -318px);
  width: 32%;
}

.ml_60 {
  margin-left: 60%;
}

.btn_video {
  background: #fff !important;
  color: #ff8772 !important;
  border-radius: 20px;
}

.btn_video:hover {
  background: #ff8772 !important;
  color: #fff !important;
}

.img_estado {
  width: 200px;
  height: 200px;
  text-align: center;
}

/* círculos biu */

.circle_text_biu {
  width: 475px;
  border-radius: 50%;
  padding: 80px;
  height: 475px;
  transform: translate(-17px, -134px);
}

.circle_img_biu {
  transform: translate(267px, -1px);
  width: 350px;
  height: 350px;
  position: absolute;
  z-index: 3;
}

.circle_number {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  padding: 8px;
  transform: translate(140px, -167px);
}

.circle_numbers {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  padding: 8px;
  transform: translate(140px, -132px);
}

.circle_car {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  padding: 35px;
}

.circle_details {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  padding-top: 37px;
  margin-left: auto;
  margin-right: auto;
}

/* galería hover */

.img_location {
  width: 100%;
  height: 225px;
  border-radius: 25px;
}
.img_location:hover {
  filter: saturate(180%);
}
.img-hover-zoom {
  height: auto;
  overflow: hidden;
  border-radius: 25px;
}
.img-hover-zoom img {
  transition: transform 5s, filter 3s ease-in-out;
  transform-origin: center center;
  filter: brightness(85%);
}
.img-zoom:hover img {
  transform: scale(1.3);
  filter: brightness(100%);
}
.img-zoom {
  height: auto;
  overflow: hidden;
}
.img-zoom img {
  transition: transform 5s, filter 3s ease-in-out;
  transform-origin: center center;
  filter: brightness(85%);
}
.img-hover-zoom:hover img {
  transform: scale(1.5);
  filter: brightness(100%);
}

.btn_location {
  width: 280px;
  height: 280px;
  border-radius: 50%;
}

/* globos */

.glove_location {
  background: #000050;
  color: #fff;
  border-radius: 25px;
  height: 28px;
  width: 50%;
  padding: 5px;
  margin-left: 49%;
  margin-bottom: 15px;
}
.glove_location::before {
  content: "";
  position: absolute;
  width: 0;
  border-top: 10px solid #000050;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  margin: 22px 0px 0 25px;
}

.glove_city {
  background: #000050;
  color: #fff;
  border-radius: 25px;
  height: 28px;
  width: 70%;
  padding: 5px;
  margin-bottom: 15px;
}
.glove_city::before {
  content: "";
  position: absolute;
  width: 0;
  border-top: 10px solid #000050;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  margin: 22px 0px 0 25px;
}

/* círculos socios / vende */

.circle_socio {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  padding: 23px;
  margin-left: auto;
  margin-right: auto;
}
.circle_socio h4 {
  font-size: 1rem !important;
}
.circle_socio h6 {
  font-size: 0.7rem !important;
  color: #fff;
}
.circle_vende {
  background: #66bbb0;
  width: 90px;
  height: 90px;
  padding: 18px;
  border-radius: 50%;
  margin: auto;
  display: block;
  padding-top: 22px;
}

/* listas detalle */

.ul_detail {
  margin: 0;
  padding: 0;
}
.ul_detail .li_detail {
  list-style: none;
  text-align: center;
  display: block;
  padding: 0 20px;
}
.ul_detail .li_detail:first-child {
  padding: 0 20px 0 0;
}
.ul_detail .li_detail .icon {
  width: 40px;
  height: 40px;
  text-align: center;
  overflow: hidden;
  margin: 0 auto 10px;
}
.ul_detail .li_detail .icon .fas {
  width: 100%;
  height: 100%;
  line-height: 40px;
  font-size: 30px;
  transition: 0.5s;
  color: var(--color-secondary);
}
.ul_detail .li_detail .icon .fas:last-child {
  color: var(--color-primary);
}
.ul_detail .li_detail:hover .icon .fas {
  transform: translateY(-100%);
}

/* footer-like lists */

.ul_bottom_logo {
  list-style: none;
}
.ul_bottom_logo .li_bottom_logo {
  display: inline;
  padding: 15px;
}
.ul_bottom {
  list-style: none;
}
.no_list {
  list-style: none !important;
}
.ul_bottom .li_bottom {
  display: inline;
}
.li_bottom {
  padding: 3px;
}
.a_bottom {
  color: #232323;
  text-decoration: none;
}
.a_bottom:hover {
  color: #232323;
}
.li_bottom .a_bottom {
  text-decoration: none;
  padding: 10px;
}

.open_hour {
  float: right;
}
.f_social {
  font-size: 18px;
}
.btn_bottom {
  background: #ff8772;
  width: 80%;
  height: 40px;
  border-radius: 20px;
  padding: 3px;
  text-align: center;
}

.btn_footer {
  width: 315px;
  height: 30px;
  background: #ff8772;
  border-radius: 20px;
  padding-left: 22px;
}

/* más globos */

.circle_city {
  background: #000050;
  color: #fff;
  border-radius: 25px;
  height: 30px;
  width: 65%;
  padding: 6px;
  margin-left: 35%;
  margin-bottom: 15px;
}
.circle_city::before {
  content: "";
  position: absolute;
  width: 0;
  border-top: 10px solid #000050;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  margin: 22px 0px 0 25px;
}
.circle_send {
  background: #ff8772;
  color: #000050;
  border-radius: 25px;
  height: 35px;
  width: 83%;
  padding: 6px;
  margin-left: 8%;
  margin-bottom: 15px;
}
.circle_send::before {
  content: "";
  position: absolute;
  width: 0;
  border-top: 10px solid #ff8772;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  margin: 28px 0px 0 60px;
}

/* search-type box */

.l_box {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f2f4f4;
  padding: 10px;
  height: 48px;
  border-radius: 2rem;
}
.l_txt {
  border: none;
  background: none;
  outline: none;
  color: #fff;
  font-size: 15px;
  float: left;
}
.l_btn {
  width: 20px;
  height: 20px;
  text-decoration: none;
  font-size: 15px;
}
.l_btn_d {
  width: 20px;
  height: 20px;
  text-decoration: none;
  font-size: 15px;
}

/* vídeos y logos */

.video_r {
  transform: translate(35px, -105px);
}
.video_l {
  transform: translate(10px, -105px);
}
.video_socio {
  margin-left: 42%;
  margin-top: 26%;
}
.subLogo {
  width: 500px;
  height: 115px;
}

.btn-form {
  background: #fff !important;
  color: #272727 !important;
}

.label_form {
  background: #f2f4f4;
  border: none;
  outline: none;
  border-radius: 2rem;
  height: 47px;
}
.logo_partner {
  width: 18%;
}

/* ------------------ Clases originales / listing ------------------ */

.campaign_create {
  border-radius: 2rem;
  height: 47px;
}
.campaign_create::before {
  content: "";
  position: absolute;
  width: 0;
  border-top: 10px solid #ff8772;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  margin: 46px 0px 0 210px;
}
.bgcoral {
  background: #ff8772;
}
.colorCoral {
  color: #ff8772 !important;
}

.listing-item-grid .bg,
.geodir-category-img-wrap img,
.gallery-item img {
  transform: translateZ(0);
  transition: all 2000ms cubic-bezier(0.6, 1, 0.6, 1) 0ms;
}

.geodir-category-listing:hover .geodir-category-img-wrap img,
.gallery-item:hover img,
.listing-item-grid:hover .bg {
  transform: scale(1.05);
}

.listing-hero-section {
  padding: 320px 0 0;
}
.listing-hero-section .bg {
  height: 120%;
}
.listing-hero-section .slideshow-container .bg,
.bg.par-elem {
  height: 110%;
  top: -5%;
}

.listing-item-grid,
.listing-item-grid a,
.listing-item-grid h1,
.listing-item-grid h2,
.listing-item-grid h3,
.listing-item-grid h4,
.listing-item-grid h5,
.listing-item-grid i {
  color: #fff;
}

.listing-hero-section .bg-parallax-wrap:before,
.d-gr-sec:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 20;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.3) 30%,
    rgba(0, 0, 0, 1) 90%
  );
  border-radius: 10px !important;
}
.d-gr-sec:before {
  z-index: 2;
}

.block_box {
  position: relative;
  background: #fff;
  border-radius: 6px;
  padding: 30px;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.hr_color_secondary {
  width: 100% !important;
  height: 2px !important;
  background: #ff8772 !important;
}

.listing-item-grid_container {
  margin-bottom: 50px;
}

.listing-item-grid {
  padding: 180px 60px;
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
  border-radius: 6px;
}
.listing-item-grid .d-gr-sec:before {
  opacity: 0.85;
  border-radius: 6px;
}
.listing-item-grid_title {
  position: absolute;
  left: 20px;
  bottom: 20px;
  right: 20px;
  z-index: 10;
  text-align: left;
}
.listing-item-grid_title h3,
.listing-item-grid_title h3 a,
.listing-item-grid:hover p {
  color: #fff;
}
.listing-item-grid_title p {
  color: rgba(255, 255, 255, 0.7);
  transition: all 0.3s ease-in-out 0s;
}
.listing-item-grid_title h3, .listing-item-grid_title h4, .listing-item-grid_title h5 a {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  padding-bottom: 5px;
  margin-bottom: 10px;
  font-size: 1.2rem !important;
  position: relative;
}

.listing-item-grid_title h6 {
  font-size: 11px !important;
}

.listing-item-grid_title h3:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 20px;
  height: 2px;
}

.listing-item-grid_title_2 {
  left: 20px;
  bottom: 20px;
  right: 20px;
  text-align: left;
}
.listing-item-grid_title_2 h4,
.listing-item-grid_title_2 h4 a,
.listing-item-grid_2:hover p {
  color: #80b0f9 !important;
}
.listing-item-grid_title_2 p {
  color: rgba(255, 255, 255, 0.7);
  transition: all 0.3s ease-in-out 0s;
}
.listing-item-grid_title_2 h4 {
  font-weight: 400;
  padding-bottom: 5px;
  margin-bottom: 10px;
  position: relative;
}
.listing-item-grid_title_2 h3:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 20px;
  height: 2px;
}

.listing-item-grid .listing-counter {
  position: absolute;
  left: 20px;
  top: 30px;
  z-index: 10;
  padding: 8px 16px;
  color: #fff;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 500;
  box-shadow: 0px 0px 0px 4px rgba(255, 255, 255, 0.3);
}
.listing-item-grid .listing-counter span {
  padding-right: 6px;
}

.bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-size: cover;
  background-attachment: scroll;
  background-position: center;
  background-repeat: repeat;
  background-origin: content-box;
}

/* ------------------ Media queries adicionales ------------------ */

@media screen and (max-width: 321px) {
  .logo_index_res {
    height: 53px !important;
  }
}

@media screen and (max-width: 991px) {
  .container-img {
    grid-template: "1fr 1fr 1fr" 200px "1fr 1fr 1fr" 200px;
  }
  .ul_detail .li_detail {
    padding: 0 2px;
  }
}

@media screen and (max-width: 1025px) {
  .banner_menu {
    width: 26%;
    transform: translate(736px, -178px) !important;
  }
  .logo_top {
    width: 78%;
  }
  .text_min_h6 {
    font-size: 0.8rem;
  }
  .btn_campaing {
    margin-left: 50%;
  }
  .ul_bottom_logo .li_bottom_logo {
    padding: 0;
  }
}

@media screen and (max-width: 580px) {
  .section_descubre {
    background: #fff !important;
  }
  .img_section_conoce {
    width: 30%;
  }
  .tittle_max {
    font-size: 2.5rem;
  }
  .circle_img_biu {
    transform: translate(0px, 0px) !important;
    width: 200px;
    height: 200px;
    position: absolute;
    z-index: 3;
  }
  .circle_text_biu {
    width: 375px;
    border-radius: 50%;
    padding: 79px;
    height: 375px;
    transform: translate(-68px, 129px);
    margin-bottom: 20%;
  }
  .glove_city {
    background: #000050;
    color: #fff;
    border-radius: 25px;
    height: 28px;
    width: 100% !important;
    padding: 5px;
    margin-bottom: 15px;
  }
  h5 {
    font-size: 1rem;
  }
  h2 {
    font: 1.5rem !important;
  }
  .campaign_create {
    width: 100%;
  }
  .l_box {
    width: 100%;
  }
  .text_h6 {
    font-size: 0.71rem;
  }
  .ml_60 {
    margin-left: 0 !important;
  }
  .btn_bottom {
    width: 100%;
  }
  .logo_partner {
    width: 20%;
  }
  .video_socio_responsive {
    margin-top: 60%;
  }
  .slide_l {
    width: 200px;
  }
  .slider_landing {
    background: none !important;
  }
}

@media screen and (max-width: 1198px) {
  .banner_menu {
    width: 26%;
    transform: translate(734px, -180px) !important;
  }
  .ml_60 {
    margin-left: 50%;
  }
}

/* tablet biu */

@media screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .section_descubre {
    background: #fff !important;
  }
  .circle_text_biu {
    transform: translate(-135px, -19px);
  }
  .circle_img_biu {
    transform: translate(-54px, -1px);
  }
  .ml_60 {
    margin-left: 0 !important;
  }
  .img_location {
    height: 180px;
  }
  .glove_location {
    height: 32px;
    width: 72%;
    padding: 6px;
    margin-left: 23%;
  }
  .btn_bottom {
    width: 140%;
    height: 40px;
    padding: 1px;
  }
  .li_bottom {
    padding: 2px;
  }
}

@media screen and (max-device-width: 640px) {
  .section_descubre {
    background: #fff !important;
  }
}

/* ------------------ Demo cards / gallery ------------------ */

.video_landing {
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
  visibility: visible;
  border: 0;
}
.imagen_portada:hover {
  filter: brightness(75%);
  transition: 0.4s;
}

.btn_gallery {
  background: rgba(255, 255, 255, 0.4) !important;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5) !important;
  padding-top: 1px;
  padding-bottom: 1px !important;
}
.sticky_detail {
  position: sticky;
  top: 100px;
}
#myvideo:-webkit-full-screen {
  width: 100%;
  height: 100%;
}
.card_demo {
  height: 370px;
  background: white;
  transition: 0.4s;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
}
.card_demo:hover {
  height: 400px;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
}
.card_demo .img_demo {
  width: 100%;
  height: 220px;
}
.card_demo .img_demo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.img_demo img {
  width: 100%;
  height: 260px !important;
}
.card_demo .top-text_demo {
  padding: 10px;
  margin-top: 10px;
}
.card_demo .top-text_demo .name_demo {
  font-size: 25px;
  font-weight: 600;
  color: #202020;
}
.card_demo .top-text_demo p {
  font-size: 20px;
  font-weight: 600;
  color: #ff8772;
  line-height: 20px;
  padding: 19px;
}
.card_demo .bottom-text_demo {
  padding: 0 10px 10px 10px;
  margin-top: 5px;
  background: white;
  opacity: 0;
  visibility: hidden;
  transition: 0.1s;
}
.card_demo:hover .bottom-text_demo {
  opacity: 1;
  visibility: visible;
}
.card_demo .bottom-text_demo .text_demo {
  text-align: justify;
}
.card_demo .bottom-text_demo .btn_demo a {
  text-decoration: none;
  background: #ff8772;
  color: #f2f2f2;
  display: inline-flex;
  transition: 0.2s;
}
.card_demo .bottom-text_demo .btn_demo a:hover {
  transform: scale(0.9);
}
@media screen and (max-width: 978px) {
  .card_demo {
    max-width: 700px;
    margin: 20px 0;
  }
}

/* container_card */

.container_card .card_box {
  position: relative;
}
.container_card .card_box .face {
  width: 100%;
  height: 200px;
  transition: 0.5s;
}
.container_card .card_box .face.face1 {
  position: relative;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  transform: translateY(100px);
}
.container_card .card_box:hover .face.face1 {
  background: #ff8772;
  transform: translateY(0);
}
.container_card .card_box:hover .face.face1 i {
  color: #fff !important;
}
.container_card .card_box:hover .face.face1 h3 {
  color: #fff !important;
}
.container_card .card_box:hover .face.face1 h4 {
  color: #fff !important;
}
.container_card .card_box .face.face1 .content {
  opacity: 0.2;
  transition: 0.5s;
}
.container_card .card_box .face.face2 {
  position: relative;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  box-sizing: border-box;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  transform: translateY(-100px);
}
.container_card .card_box:hover .face.face2 {
  transform: translateY(0);
}
.container_card .card_box .face.face2 p {
  margin: 0;
  padding: 0;
}
.container_card .card_box .face.face2 a {
  margin: 15px 0 0;
  display: inline-block;
  text-decoration: none;
  font-weight: 900;
  color: #333;
  padding: 5px;
  border: 1px solid #333;
}

.text-img-panoramic {
  position: relative;
  width: 100%;
  height: 28vh;
  margin-top: 52vh;
  z-index: 20;
  bottom: 0% !important;
  left: 0;
  right: 0;
  background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.9));
}

/* ------------------ Menú responsive ------------------ */

.nav_responsive {
  position: absolute;
  top: 7%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  line-height: 40px;
  padding: 8px 20px;
  z-index: 100 !important;
}
.nav_responsive label {
  font-weight: 500;
  display: block;
  cursor: pointer;
}
.label_button span {
  float: right;
  line-height: 73px;
  transition: 0.5s;
  color: #ff8772;
  font-size: 30px;
}
.nav_responsive ul {
  position: absolute;
  background: #66bbb0;
  list-style: none !important;
  top: 75px;
  left: 0 !important;
  width: 100%;
  border-radius: 8px;
  display: none;
}
[id^="btn"]:checked + ul {
  display: block;
}
.nav_responsive .menu:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  background: #66bbb0;
  right: 40px;
  top: -10px;
  transform: rotate(45deg);
  z-index: 99;
}
.nav_responsive ul li {
  line-height: 40px;
  padding: 0 20px;
  cursor: pointer;
}
.nav_responsive ul li a {
  color: white;
  text-decoration: none;
  display: block;
}
.nav_responsive ul li a:hover,
.nav_responsive ul li label:hover {
  color: #ccc !important;
}
.nav_responsive ul ul {
  position: static;
}
.nav_responsive ul ul li a {
  color: #e6e6e6;
}
.nav_responsive ul li span {
  font-size: 20px;
  float: right;
  margin-top: 10px;
  transition: 0.5s;
}

.input_responsive {
  display: none;
}

/* timeline */

.timeline {
  width: 100%;
  height: auto;
  margin: 20px auto 0;
  padding: 0;
  box-sizing: border-box;
}
.timeline li {
  position: relative;
  list-style: none !important;
}
.timeline li .itemline {
  position: relative;
  min-height: 64px;
  padding: 0 20px 20px 30px;
  margin-left: 20px;
  border-left: 2px solid #ff8772;
}
.timeline li:last-child .itemline {
  border-left: 1px solid transparent;
}
.timeline li .itemline span {
  position: absolute;
  top: -8px;
  left: -22px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #ff8772;
  color: #fff;
  font-weight: 600;
  border-radius: 50%;
}
.timeline li:hover .itemline span {
  background: #82c8bf;
  transition: 0.2s;
}
.timeline li .itemline h4,
.timeline li .itemline p {
  margin: 0;
  padding: 0;
}

/* varias */

.font {
  font-family: "Nunito", Arial;
}
.hide {
  display: none;
}
.payment_mail h4 {
  font-size: 14px;
}

/* inventory_public */

.listing-item.has_one_column .geodir-category-listing {
  padding: 0 !important;
}
.listing-item.has_one_column
  .geodir-category-listing
  .geodir-category-img:before {
  display: none;
}
.three-columns-grid .listing-item.has_one_column .geodir-category-listing {
  padding-left: 0 !important;
}
.three-columns-grid .listing-item.has_one_column .geodir-category-img {
  top: 0px;
}
.geodir-category-listing {
  border-radius: 6px;
  background: #fff;
  border: 1px solid #eee;
}
.geodir-category-listing:after {
  content: "";
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 0;
  z-index: -1;
  height: 50px;
  border-radius: 50%;
  box-shadow: 0 10px 14px 0 rgba(37, 44, 65, 0.12);
  transition: all 0.3s ease;
}
.geodir-category-listing:hover:after {
  box-shadow: 0 16px 14px 0 rgba(37, 44, 65, 0.12);
}
.alert-sm {
  font-size: 11px;
  font-weight: bold;
  padding: 0.3rem;
}

.navbar {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* popup genérico */

.popup {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
  z-index: 1000000 !important;
}
.contentBox {
  position: relative;
  height: 400px;
  background: #fff;
  border-radius: 14px;
  display: flex;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  padding-right: 40px;
}
.contentBox .imgBox {
  position: relative;
  width: 360px;
  height: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.contentBox .imgBox::before {
  content: "";
  position: absolute;
  width: 250px;
  height: 250px;
  background: #f7f7f7;
  border-radius: 50%;
}
.contentBox .imgBox img {
  position: relative;
  max-width: 250px;
  z-index: 1 !important;
}
.contentBox .content {
  position: relative;
  width: 300px;
  height: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.contentBox .content h3 {
  color: #001429;
  line-height: 1em;
  font-weight: 300;
  font-size: 2em;
}
.contentBox .content h2 {
  color: #44bba4;
  line-height: 4em;
  font-weight: 300;
  font-size: 2em;
}
.closed {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 22px;
  height: 40px;
  background-repeat: no-repeat;
  background-size: 10px;
  background-position: center;
  cursor: pointer;
  z-index: 10;
}

/* ------------------ Dashboard layout ------------------ */

.container_general {
  display: grid;
  margin: 0 auto;
}

.link_general {
  color: var(--color-marine);
}
.img_general {
  display: block;
  width: 100%;
}
.img_profile {
  width: 2.8rem;
  height: 2.8rem;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid #fff;
  box-shadow: 0px 1px 3px 3px var(--color-secondary-blur);
  -webkit-box-shadow: 0px 1px 3px 3px var(--color-secondary-blur);
}
.img_profile .fa {
  margin-top: 0.8rem !important;
  height: 4rem !important;
  justify-content: center !important;
}
.img_inventory {
  width: 100%;
  height: 6rem;
  border-radius: 4px;
  overflow: hidden;
}

.aside_general {
  width: 220px;
  height: 100%;
  position: fixed;
  overflow-y: scroll;
  scrollbar-width: none !important; /* Firefox */
  -ms-overflow-style: none !important; /* IE 10+ */
}
.aside_general::-webkit-scrollbar {
  display: none !important;
}

.img_general {
  width: 80%;
}

.aside_general .top_general {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 1rem;
  z-index: 100 !important;
}
.aside_general .logo_general {
  display: flex;
}
.aside_general .logo_general img {
  margin-left: 20px;
}

.aside_general .close {
  display: none;
}

/* navbar dashboard */

.aside_general .sidebar_general {
  display: flex;
  flex-direction: column;
  height: 100%;
  top: 3rem;
}

.aside_general .sidebar_general a {
  display: flex;
  color: var(--color-marine);
  margin-left: 2rem;
  gap: 1rem;
  align-items: center;
  position: relative;
  height: 3rem;
  transition: all 300ms ease;
}

.aside_general .sidebar_general .link_general.active {
  background: var(--color-secondary-blur);
  color: var(--color-secondary);
  margin-left: 0;
}
.aside_general .sidebar_general .link_general.active::before {
  content: "";
  width: 6px;
  height: 100%;
  background: var(--color-secondary);
}
.aside_general .sidebar_general .link_general.active i {
  color: var(--color-secondary);
  margin-left: calc(1rem - 3px);
}
.aside_general .sidebar_general a:hover {
  color: var(--color-secondary);
}
.aside_general .sidebar_general a i {
  transition: all 300ms ease;
}
.aside_general .sidebar_general a:hover i {
  margin-left: 1rem;
}

.card_seccion {
  position: relative;
  width: 100%;
}

.card_info {
  position: relative;
  background: #fff;
  padding: 30px;
  border-radius: 6px;
  box-shadow: 0 7px 25px rgba(0, 0, 0, 0.08);
  display: flex;
  cursor: pointer;
  justify-content: space-between;
}
.card_general {
  position: relative;
  background: #fff;
  padding: 30px;
  border-radius: 6px;
  box-shadow: 0 7px 25px rgba(0, 0, 0, 0.08);
  min-height: 400px;
}
.card_seccion .card_info .card_number {
  position: relative;
  font-weight: 500;
  font-size: 2.4em;
  color: #073b4c;
}
.card_seccion .card_info .card_title {
  color: #073b4c;
  font-size: 1em;
  margin-top: 5px;
}
.card_seccion .card_info .card_icon {
  font-size: 3.3em;
  color: #ccc;
}

.search {
  position: relative;
  width: 100%;
}
.search label {
  position: relative;
  width: 100%;
}
.search label input {
  width: 100%;
  height: 40px;
  border-radius: 40px;
  padding-left: 45px;
  font-size: 18px;
  outline: none;
  border: 1px solid #ccc;
}
.search label i {
  position: absolute;
  top: 0;
  padding-top: 19px;
  left: 12px;
  font-size: 1.2em;
}

.right {
  margin-top: 1.4rem;
}
.right .top_general {
  display: flex;
  justify-content: end;
}
.right .top_general span {
  display: none;
}
.right .top_general .profile {
  display: flex;
  gap: 2rem;
  text-align: right;
}

.top_left {
  margin-top: 1.4rem;
}
.top_left .top_general {
  display: flex;
  justify-content: flex-start;
}
.top_left .top_general span {
  display: none;
}
.top_left .top_general .profile {
  display: flex;
  text-align: right;
}

/****************** MEDIA QUERY'S dashboard ************************/

@media (max-width: 768px) {
  .navbar {
    padding-top: 1rem !important;
    padding-right: 1rem !important;
  }
  .contentBox {
    width: 300px;
    height: auto;
    flex-direction: column;
    z-index: 10000 !important;
  }
  .contentBox .imgBox::before {
    content: "";
    position: absolute;
    width: 150px;
    height: 150px;
    background: #f7f7f7;
    border-radius: 50%;
  }
  .contentBox .imgBox img {
    position: relative;
    max-width: 100px;
    margin-left: 20px;
    z-index: 1 !important;
  }
  .contentBox .imgBox {
    height: 100px;
    justify-content: left;
    margin-left: 70px;
    transform: translateY(-50px);
  }
  .contentBox .imgBox::before {
    background: #fff;
  }
  .contentBox .content {
    height: auto;
    text-align: center;
    padding: 20px;
    padding-top: 0;
  }
}

@media screen and (max-width: 1200px) {
  .aside_general .logo_general .img_general {
    display: none;
  }
  .aside_general .sidebar_general h6 {
    display: none;
  }
  .aside_general .sidebar_general a {
    width: 5.6rem;
  }
}

@media screen and (max-width: 768px) {
  .container_general {
    width: 100%;
  }
  .aside_general {
    position: fixed;
    left: -100%;
    background: #fff !important;
    width: 18rem !important;
    z-index: 3 !important;
    box-shadow: 0.1rem 0.1rem 0.1rem var(--color-snow);
    height: 100vh;
    padding-right: 1.8rem;
    display: none;
    animation: showMenu 400ms ease forwards;
  }
  @keyframes showMenu {
    to {
      left: 0;
    }
  }
  .aside_general .logo_general {
    margin-left: 1rem;
  }
  .aside_general .logo_general .img_general {
    display: inline;
  }
  .aside_general .sidebar_general h6 {
    display: inline;
  }
  .aside_general .sidebar_general a {
    width: 100%;
    height: 3.4rem;
  }
  .padding_mobile {
    padding: 30px 0 0 0;
  }
  .aside_general .close {
    display: inline-block;
    cursor: pointer;
    margin-top: 8px;
  }
  .right {
    width: 94%;
    margin: 0 auto 4rem;
  }
  .right .top_general {
    position: fixed;
    top: 0;
    left: 0;
    align-items: center;
    padding: 0 0.8rem;
    height: 4.6rem;
    background: #fff;
    width: 100%;
    margin: 0;
    z-index: 2;
    box-shadow: 0.1rem 0.1rem 0.1rem var(--color-snow);
  }
  .right .profile .info_general {
    display: none;
  }
  .right .top_general span {
    display: inline-block;
    cursor: pointer;
    color: var(--color-secondary);
    position: absolute;
    font-size: 1.4rem;
    left: 1rem;
  }
  .top_left {
    width: 100%;
    margin: 0 auto 4rem;
  }
  .top_left .top_general {
    position: fixed;
    top: 0;
    left: 0;
    align-items: center;
    padding: 0 0.8rem;
    height: 4.6rem;
    background: #fff;
    width: 100%;
    margin: 0;
    z-index: 2;
    box-shadow: 0.1rem 0.1rem 0.1rem var(--color-snow);
    justify-content: flex-start;
  }
  .top_left .profile .info_general {
    display: none;
  }
  .top_left .top_general span {
    position: relative;
    display: inline-block;
    cursor: pointer;
    color: var(--color-secondary);
    font-size: 1.4rem;
    left: 1rem;
  }
  .margin_mobile {
    padding-top: 6rem;
  }
  .padding_mobile_nav {
    padding: 0.4rem;
  }
}

@media (min-width: 768px) {
  .none_desktop {
    display: none;
  }
}

/* ------------------ Utilidades generales ------------------ */

.no_search {
  margin-top: 60px;
}
.round_profile {
  width: auto !important;
  height: 150px;
  border: 7px solid #fff;
  box-shadow: 0px 1px 6px 6px rgba(244, 132, 118, 0.8);
  -webkit-box-shadow: 0px 1px 3px 3px rgba(244, 132, 118, 0.8);
}
.round-icon {
  color: var(--color-secondary);
  margin-left: 20px;
  margin-top: 36px;
}
ul {
  padding: 0;
  list-style: none;
}
.margin-3 {
  margin-top: 3rem;
}
.overflow_hidden {
  overflow: hidden;
}
.l-header {
  width: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  background-color: #fdfdfd;
}
.nav {
  height: 3.4rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .l-header {
    position: fixed;
  }
  .nav {
    margin-bottom: 10px;
  }
}

.nav_item {
  margin-bottom: 1.5rem;
}
.nav_link,
.nav_logo,
.nav_toggle {
  color: rgba(0, 0, 0, 0.5);
  font-weight: var(--font-semi-bold);
}
.nav_link {
  transition: 0.3s;
}
.nav_link:hover {
  color: #ff8772;
}
.nav_toggle {
  font-size: 1.3rem;
  cursor: pointer;
}
.show-menu {
  top: 4rem;
}

@media screen and (min-width: 768px) {
  .section {
    padding-top: 5.2rem;
  }
  .nav {
    height: calc(5rem);
  }
  .nav_list {
    display: flex;
    align-items: center;
  }
  .nav_item {
    margin-left: 2.4rem !important;
    margin-bottom: 0;
  }
  .nav_toggle {
    display: none;
  }
}
.dropdown-item {
  display: block;
  width: 100%;
  clear: both;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.5);
  text-align: left;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  padding: 0.6rem 1.5rem;
  background-color: #fdfdfd;
  font-size: 13px !important;
}

@media (min-width: 1400px) {
  .dropdown-item {
    padding: 1rem 1.5rem;
  }
}
@media (max-width: 768px) {
  .display_mobile {
    display: none;
  }
  .padding_mobile_nav {
    padding: 3rem 0 0 0;
  }
  .padding_left_mobile {
    padding-left: 1rem !important;
  }
  .padding_top {
    padding-top: 4.5rem !important;
  }
}

.header_public {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: #fdfdfd;
}
.scroll-header {
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.28);
}
.button_price {
  display: inline-block;
  background-color: #ff8772;
  color: #fff;
  padding: 0.4rem;
  border-radius: 0.5rem;
  transition: 0.3s;
}
.button_price_position {
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
  font-size: 1rem;
  border-radius: 0.4rem 0 0 0;
}
.button_price_position:hover {
  color: #fff !important;
}
.reveal_img {
  width: 280px;
  justify-self: center;
}

/* FOOTER */

.footer_title {
  margin-bottom: 1rem;
}
.footer_link {
  display: inline-block;
  margin-bottom: 0.75rem;
  color: #052c39 !important;
}
.footer_link:hover {
  color: #ff8772;
}
.footer_social {
  font-size: 1.5rem;
  color: #052c39;
  margin-right: 1.5rem;
}
.footer_social:hover {
  color: FF8772;
  transition: 0.5s;
}
.footer_copy {
  text-align: center;
  padding-bottom: 1rem !important;
}
.section_gift {
  background-color: #f7f7f7;
  padding: 2rem;
  border-radius: 0.5rem;
}

/* MEDIA FOOTER */

@media screen and (max-width: 575px) {
  .img_principal,
  .reveal_img {
    width: 100%;
  }
  .img_gift {
    width: 60% !important;
    height: 180px !important;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
}
@media screen and (max-width: 576px) {
  .img_principal,
  .reveal_img {
    width: 100%;
  }
}

::placeholder {
  color: #ccc !important;
}

/* popup ayuda */

.popup_help {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -55%);
  display: none;
  z-index: 1000000 !important;
}
.contentBox_help {
  position: relative;
  width: 720px;
  height: 460px;
  background: #fff;
  border-radius: 2px;
  display: flex;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  padding-right: 40px;
}
.contentBox_help .imgBox {
  position: relative;
  width: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2rem;
}
.contentBox_help .imgBox::before {
  content: "";
  position: absolute;
  width: 250px;
  height: 250px;
  background: #f7f7f7;
  border-radius: 50%;
}
.contentBox_help .imgBox img {
  padding: 2rem;
  position: relative;
  max-width: 250px;
  z-index: 1 !important;
}
.contentBox_help .content {
  position: relative;
  padding: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.contentBox_help .content h3 {
  color: #001429;
  line-height: 1em;
  font-weight: 300;
  font-size: 2em;
}
.contentBox_help .content h2 {
  color: #44bba4;
  line-height: 4em;
  font-weight: 300;
  font-size: 2em;
}

.opacityMarine {
  background-color: rgba(2, 13, 18, 0.8);
  z-index: 1000000 !important;
}

@media (max-width: 768px) {
  .popup_help {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
    z-index: 1000000 !important;
  }
  .contentBox_help {
    width: 380px !important;
    height: auto;
    flex-direction: column;
    z-index: 10000 !important;
  }
  .contentBox_help .imgBox::before {
    content: "";
    position: absolute;
    width: 180px;
    height: 180px;
    background: #f7f7f7;
    border-radius: 50%;
  }
  .contentBox_help .imgBox img {
    padding: 0 !important;
    position: relative;
    max-width: 180px;
    z-index: 1 !important;
  }
  .contentBox_help .imgBox {
    height: 100px;
    justify-content: left;
    margin-left: 70px;
    transform: translateY(-50px);
  }
}

/* cupón */

.cupon_box {
  background: linear-gradient(
    137deg,
    rgba(102, 187, 176, 1) 66%,
    rgba(25, 130, 166, 1) 100%
  );
  text-align: center;
  padding: 40px 80px;
  border-radius: 6px;
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.2);
  position: relative;
}
.cupon_row {
  display: flex;
  align-items: center;
  margin: 10px auto;
  width: fit-content;
}
#cupon_code {
  border: 1px dashed #fdfdfd;
  padding: 10px 20px;
  border-right: 0;
  font-weight: 600;
}
#cupon_btn {
  border: 1px solid #fff;
  background: #fff;
  padding: 10px 20px;
  font-weight: 600;
  cursor: pointer;
}
.cupon_circle1,
.cupon_circle2 {
  background: #fdfdfd !important;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.cupon_circle1 {
  left: -25px;
}
.cupon_circle2 {
  right: -25px;
}
.cupon_box h4 {
  color: #fff !important;
  font-weight: 600;
}
.cupon_box h5 {
  color: #fff !important;
  font-weight: 600;
}

/* Tipografía títulos ajustada para área de trabajo */

h1 {
  font-size: 2.1rem !important;
  font-weight: 600 !important;
}
h2 {
  font-size: 1.8rem !important;
  font-weight: 600 !important;
}
h3 {
  font-size: 1.4rem !important;
  font-weight: 500 !important;
}
h4 {
  font-size: 1.2rem !important;
  font-weight: 500 !important;
}
h5 {
  font-size: 1rem !important;
  font-weight: 500 !important;
}
h6,
h6 a {
  font-size: 0.85rem !important;
  font-weight: 500 !important;
}

/* === Ajustes extra “workspace” / dashboard === */

.container_general {
  display: grid;
  width: 100%;
  margin: 0 auto;
  gap: 1.8rem; /* más separación entre secciones */
}

/* Sidebar un poco más ligero */
.aside_general {
  width: 200px;
  background: #ffffff;
  border-right: 1px solid rgba(0, 0, 0, 0.04);
}

/* Área principal con más respiro */
.right {
  margin-top: 1.6rem;
  padding: 0 1.8rem 2rem 1.8rem;
}

/* Tarjetas con menos densidad y más aire */
.card_general {
  background: #ffffff;
  padding: 24px;
  border-radius: 12px;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.04);
  min-height: 340px;
}

.card_info {
  padding: 20px 22px;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
}

/* Inputs de búsqueda más limpios */
.search label input {
  height: 42px;
  border-radius: 999px;
  border: 1px solid #dde1e6;
  font-size: 0.9rem;
}
.search label i {
  padding-top: 13px;
  color: #999;
}

/* Listas largas más usables */
.form_list_container,
.form_list_container_inventory {
  max-height: 280px;
  border-radius: 8px;
  border: 1px solid #dde1e6;
}

/* Grid de tarjetas */
.listing-item-grid_container {
  margin-bottom: 24px;
}
.listing-item-grid {
  padding: 240px 20px 18px;
  margin-bottom: 16px;
  border-radius: 14px;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.08);
}
.listing-item-grid_title h3 {
  font-size: 1rem;
  font-weight: 600 !important;
}
.listing-item-grid_title p {
  font-size: 0.78rem;
}

/* Responsive ancho máximo */
@media screen and (min-width: 1200px) {
  .container_general {
    max-width: 1360px;
  }
}
