@charset "UTF-8";
/**
* Branding $COLORS*/
/*------------------------*\
|      $MIXINS
/*------------------------*/
/**
* Branding $COLORS*/
/*------------------------*\
|      $MIXINS
/*------------------------*/
html {
  font-size: 16px;
}

body {
  color: #242428;
  font-weight: normal;
  width: 100%;
  max-width: 100%;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  padding-top: 71px;
}

@media only screen and (max-width: 768px) {
  body {
    padding-top: 52px;
  }
}
body,
html {
  max-width: 100%;
}

body,
.smooth-container {
  scroll-behavior: smooth;
}

.container {
  max-width: 1240px;
  padding-left: 15px;
  padding-right: 15px;
}

.container-small {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-small {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-small {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-small {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-small {
    max-width: 990px;
  }
}
p {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  margin-top: 0;
  color: #242428;
}

p b {
  font-weight: bold;
}

p a {
  text-decoration: underline;
}

figure {
  margin: 0;
}

.clear {
  clear: both;
}

.wow {
  visibility: hidden;
}

.fadein {
  opacity: 0;
}

.hidden_a {
  opacity: 0;
}

.visible {
  opacity: 1;
}

.wrapper {
  position: relative;
}

.wrapper.wrapper-home {
  padding-top: 148px;
}

.wrap {
  width: 100%;
  margin: 0 auto;
  max-width: 100%;
  padding: 0 2.5rem;
}

@media only screen and (max-width: 991px) {
  .wrap {
    padding: 0 2rem;
  }
}
@media only screen and (max-width: 768px) {
  .wrap {
    padding: 0 15px;
  }
}
*,
::after,
::before {
  box-sizing: border-box;
}

.row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.row.no-gutters > [class^=col-],
.row.no-gutters > [class*=" col-"] {
  padding-right: 0;
  padding-left: 0;
}

.row.row-md {
  margin-right: -20px;
  margin-left: -20px;
}

@media only screen and (max-width: 991px) {
  .row.row-md {
    margin-right: -12px;
    margin-left: -12px;
  }
}
.row.row-md > [class^=col-],
.row.row-md > [class*=" col-"] {
  padding-right: 20px;
  padding-left: 20px;
}

@media only screen and (max-width: 991px) {
  .row.row-md > [class^=col-],
  .row.row-md > [class*=" col-"] {
    padding-right: 12px;
    padding-left: 12px;
  }
}
.row.row-small {
  margin-right: -7.5px;
  margin-left: -7.5px;
}

.row.row-small > [class^=col-],
.row.row-small > [class*=" col-"] {
  padding-right: 7.5px;
  padding-left: 7.5px;
}

.row.row-big {
  margin-right: -30px;
  margin-left: -30px;
}

@media only screen and (max-width: 991px) {
  .row.row-big {
    margin-right: -1rem;
    margin-left: -1rem;
  }
}
.row.row-big > [class^=col-],
.row.row-big > [class*=" col-"] {
  padding-right: 30px;
  padding-left: 30px;
}

@media only screen and (max-width: 991px) {
  .row.row-big > [class^=col-],
  .row.row-big > [class*=" col-"] {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
.row.row-2 {
  margin-right: -15px;
  margin-left: -15px;
}

@media only screen and (max-width: 991px) {
  .row.row-2 {
    margin-right: -1rem;
    margin-left: -1rem;
  }
}
.row.row-2 > [class^=col-],
.row.row-2 > [class*=" col-"] {
  padding-right: 15px;
  padding-left: 15px;
}

@media only screen and (max-width: 991px) {
  .row.row-2 > [class^=col-],
  .row.row-2 > [class*=" col-"] {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
@media only screen and (max-width: 550px) {
  .row.row-big {
    margin-right: -15px;
    margin-left: -15px;
  }
  .row.row-big > [class^=col-],
  .row.row-big > [class*=" col-"] {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.row.row-xbig {
  margin-right: -45px;
  margin-left: -45px;
}

@media only screen and (max-width: 991px) {
  .row.row-xbig {
    margin-right: -1rem;
    margin-left: -1rem;
  }
}
.row.row-xbig > [class^=col-],
.row.row-xbig > [class*=" col-"] {
  padding-right: 45px;
  padding-left: 45px;
}

@media only screen and (max-width: 991px) {
  .row.row-xbig > [class^=col-],
  .row.row-xbig > [class*=" col-"] {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
@media only screen and (max-width: 550px) {
  .row.row-xbig {
    margin-right: -15px;
    margin-left: -15px;
  }
  .row.row-xbig > [class^=col-],
  .row.row-xbig > [class*=" col-"] {
    padding-right: 15px;
    padding-left: 15px;
  }
}
* {
  outline: none;
}

a,
button {
  transition: all 0.3s ease;
  cursor: pointer;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pt-6 {
  padding-top: 60px;
}

@media only screen and (max-width: 768px) {
  .pt-6 {
    padding-top: 40px;
  }
}
.pt-45 {
  padding-top: 35px !important;
}

.px-100 {
  padding-left: 100px !important;
  padding-right: 100px !important;
}

@media only screen and (max-width: 768px) {
  .px-100 {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }
}
@media only screen and (max-width: 768px) {
  .mobile-20 {
    font-size: 1.125rem !important;
  }
}
@media only screen and (max-width: 768px) {
  .mobile-16 {
    font-size: 1rem !important;
  }
}
@media only screen and (max-width: 768px) {
  .mobile-12 {
    font-size: 0.75rem !important;
  }
}
.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

.img-full {
  width: 100%;
}

@media (max-width: 1500px) {
  html,
  body,
  p {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .animated,
  .animated-delay1,
  .animated-delay2,
  .animated-delay3,
  .animated-delay4,
  .wow {
    /*CSS transitions*/
    -o-transition-property: none !important;
    -moz-transition-property: none !important;
    -ms-transition-property: none !important;
    -webkit-transition-property: none !important;
    transition-property: none !important;
    /*CSS transforms*/
    -o-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -webkit-transform: none !important;
    transform: none !important;
    /*CSS animations*/
    -webkit-animation: none !important;
    -moz-animation: none !important;
    -o-animation: none !important;
    -ms-animation: none !important;
    animation: none !important;
    visibility: visible !important;
  }
}
/* HTML: <div class="loader"></div> */
.loader {
  width: 50px;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 8px solid;
  border-color: #000 rgba(0, 0, 0, 0);
  animation: l1 1s infinite;
}

@keyframes l1 {
  to {
    transform: rotate(0.5turn);
  }
}
.loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0;
  visibility: visible;
  transition: all 0.3s ease;
  align-items: center;
  display: flex;
  justify-content: center;
  background: rgba(255, 255, 255, 0.92);
}

.loading.visible {
  opacity: 1;
  visibility: visible;
  z-index: 99999;
}

@font-face {
  font-family: "Bogle";
  src: url("fonts/Bogle-Black.woff2") format("woff2"), url("fonts/Bogle-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Bogle";
  src: url("fonts/Bogle-Bold.woff2") format("woff2"), url("fonts/Bogle-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Bogle";
  src: url("fonts/Bogle-Regular.woff2") format("woff2"), url("fonts/Bogle-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
.btn-primary {
  font-size: 0.875rem;
  font-weight: 600;
  color: #fff;
  border-radius: 30px;
  height: 37px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #E9500E;
  padding: 0.2rem 1.2rem;
  line-height: 1.1;
  border: none;
  font-family: "Inter", sans-serif;
}

.btn-primary img {
  margin-right: 0.625rem;
}

.btn-primary:hover {
  background: #F76A18;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.btn-primary:active {
  background: #F76A18;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.btn-primary:focus {
  background: #F76A18;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.btn-primary.disabled {
  background: #E5E5E5;
  color: #97A1A6;
}

.btn-black {
  font-size: 0.875rem;
  font-weight: 600;
  color: #fff;
  border-radius: 30px;
  height: 37px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #000;
  padding: 0.2rem 1.2rem;
  line-height: 1.1;
  border: none;
  font-family: "Inter", sans-serif;
}

.btn-black img {
  margin-right: 0.625rem;
}

.btn-black:hover {
  background: #333;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.btn-black:active {
  background: #333;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.btn-black:focus {
  background: #333;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.btn-black.disabled {
  background: #E5E5E5;
  color: #97A1A6;
}

.btn-gris {
  font-size: 1rem;
  font-weight: 700;
  color: #E9500E;
  border-radius: 4px;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #ECEDED;
  padding: 0.2rem 1.56rem;
  line-height: 1.1;
  border: none;
}

.btn-gris img {
  margin-right: 0.625rem;
}

.btn-gris:hover {
  background: #d1480d;
  box-shadow: none;
}

.btn-gris:active {
  background: #d1480d;
  outline: none;
  box-shadow: none;
  border: none;
}

.btn-gris:focus {
  background: #d1480d;
  outline: none;
  box-shadow: none;
}

.btn-secondary {
  font-size: 0.875rem;
  font-weight: 700;
  color: #E9500E;
  border: 1px solid #E9500E;
  border-radius: 30px;
  height: 37px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  padding: 0.2rem 15px;
  line-height: 1.1;
}

.btn-secondary img {
  margin-right: 0.625rem;
}

.btn-secondary:hover {
  border-color: #E9500E;
  color: #fff;
  background: #E9500E;
  box-shadow: none;
}

.btn-secondary:active {
  border-color: #d1480d;
  color: #d1480d;
  background: transparent;
  outline: none;
  box-shadow: none;
}

.btn-secondary:focus {
  border-color: #d1480d;
  color: #d1480d;
  background: transparent;
  outline: none;
  box-shadow: none;
}

.btn-white {
  font-size: 1rem;
  font-weight: 400;
  color: #bdbdbd;
  border: 1px solid #bdbdbd;
  border-radius: 30px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  padding: 0.2rem 16px;
  line-height: 1.1;
  font-family: "Poppins", sans-serif;
  transition: all 0.3s ease;
}

.btn-white img {
  margin-right: 0.625rem;
}

.btn-white i {
  margin-right: 10px;
}

.btn-white:hover {
  border-color: #d1480d;
  color: #fff;
  background: #E9500E;
  box-shadow: none;
}

.btn-white:active {
  border-color: #d1480d;
  color: #d1480d;
  background: transparent;
  outline: none;
  box-shadow: none;
}

.btn-white:focus {
  border-color: #d1480d;
  color: #d1480d;
  background: transparent;
  outline: none;
  box-shadow: none;
}

.btn-green {
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
  border-radius: 4px;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #7AC9A9;
  padding: 0.2rem 1.56rem;
  line-height: 1.1;
}

.btn-green img {
  margin-right: 0.625rem;
}

.btn-green:hover {
  background: #AFBC34;
  color: #fff;
  box-shadow: none;
}

.btn-green:active {
  background: #AFBC34;
  color: #fff;
  outline: none;
  box-shadow: none;
}

.btn-green:focus {
  background: #AFBC34;
  color: #fff;
  outline: none;
  box-shadow: none;
}

.btn-green-borde {
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
  border-radius: 4px;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: 1px solid #7AC9A9;
  padding: 0.2rem 1.56rem;
  line-height: 1.1;
}

.btn-green-borde img {
  margin-right: 0.625rem;
}

.btn-green-borde:hover {
  background: #AFBC34;
  color: #fff;
  box-shadow: none;
}

.btn-green-borde:active {
  background: #AFBC34;
  color: #fff;
  outline: none;
  box-shadow: none;
}

.btn-green-borde:focus {
  background: #AFBC34;
  color: #fff;
  outline: none;
  box-shadow: none;
}

input:active {
  outline: none;
  box-shadow: none;
  border: none;
}

input:focus {
  outline: none;
  box-shadow: none;
}

input:checked {
  box-shadow: none;
  border: none;
}

.form-check-input:focus {
  outline: none;
  box-shadow: none;
}

.btn-disabled {
  font-size: 0.875rem;
  font-weight: 600;
  color: #fff;
  border-radius: 30px;
  height: 37px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #F2F2F2;
  padding: 0.2rem 1.2rem;
  line-height: 1.1;
  border: none;
  font-family: "Poppins", sans-serif;
}

.btn-disabled img {
  margin-right: 0.625rem;
}

.btn-disabled:hover {
  color: #fff;
}

.btn-disabled:active {
  background: #d1480d;
  outline: none;
  box-shadow: none;
  border: none;
}

.btn-disabled:focus {
  background: #d1480d;
  outline: none;
  box-shadow: none;
}

.btn-disabled.disabled {
  background: #E5E5E5;
  color: #97A1A6;
}

@media only screen and (max-width: 768px) {
  .full-mobile {
    width: 100%;
  }
}
.carrusel {
  position: relative;
}

.carrusel.con-nav {
  padding: 0;
}

.carrusel .tns-nav {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 5px;
}

.carrusel .tns-nav button {
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 50%;
  margin: 0 5px;
  background: rgb(252, 180, 117);
  border: none;
  padding: 0;
}

.carrusel .tns-nav button.tns-nav-active {
  background: #E9500E;
}

.carrusel.gris button {
  border-color: #E3E1E6;
  background: #E3E1E6;
}

.carrusel.gris button.tns-nav-active {
  background: #2E2F31;
  border-color: #2E2F31;
}

.carrusel.blanco button {
  border-color: #D9D9D9;
  background: #D9D9D9;
}

.carrusel.blanco button.tns-nav-active {
  background: #fff;
  border-color: #fff;
}

.carrusel.azul button {
  background: transparent;
}

.carrusel.azul button.tns-nav-active {
  background: #00D7FF;
  border-color: #00D7FF;
}

.carrusel .tns-controls button {
  background: #E9500E;
  border-radius: 50%;
  font-size: 0;
  width: 32px;
  height: 32px;
  line-height: 40px;
  border: none;
  text-align: center;
  position: absolute;
  padding: 1px 0 0;
  z-index: 10;
  top: 50%;
  transform: translateY(-50%);
}

.carrusel .tns-controls button:first-child {
  left: 10px;
  padding-left: 3px;
}

.carrusel .tns-controls button:last-child {
  right: 10px;
  padding-right: 3px;
}

.carrusel .tns-controls button:after {
  content: "";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 14px;
  color: #fff;
  line-height: 1;
}

.carrusel .tns-controls button:first-child:after {
  content: "\f053";
  padding-right: 4px;
}

.carrusel .tns-controls button:last-child:after {
  content: "\f054";
  padding-left: 4px;
}

.carrusel .tns-controls button:hover {
  opacity: 0.85;
}

.carrusel .tns-controls {
  display: none;
}

.carrusel.verde .tns-controls {
  display: block;
}

.carrusel.verde .tns-controls button {
  background: #AFBC34;
  transform: translateY(-44px);
}

.carrusel.verde .tns-controls button:after {
  color: #7AC9A9;
}

.carrusel.verde .tns-controls button:first-child {
  left: -5px;
}

.carrusel.verde .tns-controls button:last-child {
  right: -5px;
}

.carrusel.verde .tns-nav button {
  width: 12px;
  height: 12px;
  background: #AFBC34;
  margin: 0 3px;
  border: none;
}

.carrusel.verde .tns-nav button.tns-nav-active {
  background: #7AC9A9;
  border: none;
}

.carrusel.con-nav .tns-controls {
  display: block;
}

.c-movil {
  overflow: hidden;
}

@media only screen and (max-width: 550px) {
  .c-movil {
    padding: 0 20px;
  }
  .c-movil .tns-ovh {
    overflow: visible;
  }
}
.js-accordion {
  margin: 0 auto;
}

.item-ac {
  margin-bottom: 1.4rem;
  position: relative;
  border: 1px solid #E9500E;
  border-radius: 30px;
}

.item-ac__ic {
  width: 20px;
  height: 20px;
  border: 1px solid #E9500E;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 1.5rem;
  top: 1.3rem;
  transition: all 0.15s ease;
  color: #E9500E;
  font-size: 0.8rem;
}

@media only screen and (max-width: 768px) {
  .item-ac__ic {
    top: 1.5rem;
    right: 1.4rem;
  }
}
.item-ac__ic img {
  width: 0.5rem;
}

.item-ac.activo .item-ac__ic {
  transform: rotate(180deg);
}

.item-ac .c-ac {
  padding: 0 1.5rem;
}

@media only screen and (max-width: 768px) {
  .item-ac .c-ac {
    padding: 0;
  }
}
.item-ac .c-ac p {
  font-size: 1.25rem;
}

.item-ac .list-services.full .item-service {
  justify-content: flex-start;
}

.js-accordion-title {
  background: transparent;
  cursor: pointer;
  display: block;
  padding: 1.4rem 2rem 1.4rem 1.5rem;
  width: 100%;
  font-size: 1.25rem;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  line-height: 0.9;
  position: relative;
  border-radius: 30px;
}

@media only screen and (max-width: 768px) {
  .js-accordion-title {
    padding-left: 5rem;
    font-size: 2rem;
    padding-right: 5rem;
  }
}
.js-accordion-content {
  border-top: 0;
  height: 0;
  line-height: 1.5;
  overflow: hidden;
  transition: all 0.2s linear;
  font-size: 1.25rem;
}

header {
  background-color: #000;
  padding: 0;
  position: fixed;
  z-index: 9999;
  width: 100%;
  top: 0;
}

@media only screen and (max-width: 1100px) {
  header {
    padding: 10px 0;
  }
}
header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

header .logo img {
  width: 162px;
}

@media only screen and (max-width: 768px) {
  header .logo img {
    width: 80px;
  }
}
header .header-der {
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 768px) {
  header .header-der .btn-primary {
    font-size: 0.75rem;
    width: 112px;
    height: 30px;
    padding: 3px;
  }
}
header .header-der nav {
  padding-right: 10px;
}

header .header-der nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
}

header .header-der nav ul li {
  margin: 0 0px;
  position: relative;
}

header .header-der nav ul li img {
  margin-left: 3px;
  transition: all 0.3s ease;
}

header .header-der nav ul li a {
  color: #fff;
  font-size: 0.875rem;
  font-weight: 700;
  display: block;
  padding: 26px 24px;
  font-family: "Poppins", sans-serif;
}

header .header-der nav ul li a:hover {
  background: #E9500E;
}

header .header-der nav ul li a.activo {
  background: #E9500E;
}

header .header-der nav ul li a.activo img {
  transform: rotate(180deg);
}

header .header-der nav ul.submenu {
  position: absolute;
  z-index: 10;
  background: #000;
  border-radius: 6px;
  padding: 0 6px;
  left: 50%;
  transform: translateX(-50%);
  margin: 0 auto;
  width: auto;
  top: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

header .header-der nav ul.submenu.activo {
  opacity: 1;
  visibility: visible;
  top: calc(100% + 10px);
}

header .header-der nav ul.submenu li a {
  padding: 10px;
  font-size: 0.875rem;
  white-space: nowrap;
}

header .header-der nav ul.submenu li a:hover {
  background: transparent;
}

@media only screen and (max-width: 1100px) {
  header .header-der nav {
    position: fixed;
    left: 0;
    top: 50px;
    width: 100%;
    height: 0%;
    overflow: hidden;
    transition: all 0.3s ease;
    background: rgba(0, 0, 0, 0.9);
    z-index: 99;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding-top: 80px;
    opacity: 0;
    visibility: hidden;
  }
  header .header-der nav.visible {
    height: 100%;
    opacity: 1;
    visibility: visible;
  }
  header .header-der nav ul {
    display: block;
    justify-content: center;
  }
  header .header-der nav ul li {
    text-align: center;
    margin-bottom: 10px;
  }
  header .header-der nav ul li:hover {
    background: transparent;
  }
  header .header-der nav ul li a {
    font-size: 20px;
    padding: 10px;
  }
  header .header-der nav ul li a:hover {
    background: transparent;
  }
  header .header-der nav ul li a.activo {
    background: transparent;
  }
  header .header-der nav ul li .submenu {
    position: relative;
    max-height: 0;
    top: auto;
    z-index: -1;
    background: transparent;
  }
  header .header-der nav ul li .submenu li a {
    font-size: 20px;
  }
  header .header-der nav ul li .submenu li a:hover {
    background: transparent;
  }
  header .header-der nav ul li .submenu.activo {
    max-height: 1000px;
    z-index: 3;
    background: transparent;
  }
}
header .header-der .icons {
  display: flex;
  align-items: center;
  padding-left: 25px;
}

@media only screen and (max-width: 1100px) {
  header .header-der .icons {
    display: none;
  }
}
header .header-der .icons .item-icon {
  min-width: 36px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 25px;
  color: #E9500E;
}

header .header-der .icons .logout {
  color: #fff;
  font-size: 1.125rem;
}

.head-bottom {
  line-height: 1;
  padding: 0 0 10px;
  margin-top: 0;
  background-color: #E9500E;
  position: relative;
  margin-bottom: 60px;
}

.head-bottom:after {
  content: "";
  width: 100%;
  position: absolute;
  height: 100%;
  border-radius: 40px 40px 0 0;
  background: #fff;
  display: block;
  top: 0;
}

.head-bottom .container {
  line-height: 1;
  position: relative;
  z-index: 2;
}

.head-bottom img {
  width: 100%;
  vertical-align: top;
}

header .btn-menu {
  display: none;
  margin-left: 20px;
}

@media only screen and (max-width: 1100px) {
  header .btn-menu {
    display: inline-block;
    z-index: 9999;
    cursor: pointer;
  }
}
header .btn-menu span {
  width: 30px;
  height: 3px;
  background-color: #fff;
  margin: 6px 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  display: block;
  border-radius: 5px;
}

header .btn-menu.open span:nth-child(1) {
  -webkit-transform: rotate(-45deg) translate(-9px, 6px);
  transform: rotate(-45deg) translate(-9px, 6px);
  background: #fff;
}

header .btn-menu.open span:nth-child(2) {
  opacity: 0;
}

header .btn-menu.open span:nth-child(3) {
  -webkit-transform: rotate(45deg) translate(-8px, -8px);
  transform: rotate(45deg) translate(-7px, -4px);
  background: #fff;
}

.menu-mobile {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  max-width: 400px;
  background: #fff;
  height: 100%;
  z-index: 999;
  padding: 80px 20px 20px;
  transition: all 0.3s ease;
  transform: translateX(100%);
}

.menu-mobile.visible {
  transform: translateX(0);
}

.menu-mobile nav {
  margin-bottom: 20px;
}

.menu-mobile nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.menu-mobile nav ul li a {
  color: #000;
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  display: block;
  padding: 5px 10px;
}

.menu-mobile .icons {
  display: flex;
  align-items: center;
  padding-left: 10px;
}

.menu-mobile .icons .item-icon {
  min-width: 36px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 25px;
  background: #E9500E;
}

.menu-mobile .icons .logout {
  color: #E9500E;
  font-size: 1.125rem;
}

.banner-home {
  height: calc(100vh - 75px);
  position: relative;
}

@media only screen and (max-width: 768px) {
  .banner-home {
    height: auto;
  }
}
.banner-home__img {
  width: 100%;
  height: 100%;
}

.banner-home__img img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.banner-home__img:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 50%;
  height: 100%;
  background: linear-gradient(90deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.2903755252) 60%, rgba(0, 0, 0, 0) 100%);
}

.banner-home__img .carrusel {
  height: 100%;
}

.banner-home__img .carrusel img {
  height: calc(100vh - 75px);
}

.banner-home__img .tns-nav {
  position: absolute;
  bottom: 1rem;
  z-index: 10;
  width: 100%;
  text-align: center;
}

.banner-home__txt {
  position: absolute;
  z-index: 3;
  top: 0;
  width: 100%;
  top: 50%;
  transform: translateY(-70%);
}

@media only screen and (max-width: 768px) {
  .banner-home__txt {
    transform: translateY(-50%);
  }
}
.banner-home__txt h1 {
  color: #fff;
  margin: 0 0 20px;
  font-size: 3.25rem;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
}

@media only screen and (max-width: 768px) {
  .banner-home__txt h1 {
    font-size: 1.125rem;
    margin-bottom: 10px;
  }
  .banner-home__txt h1 br {
    display: none;
  }
}
.banner-home__txt .botones {
  border: 1px solid #fff;
  border-radius: 50px;
  width: 312px;
  padding: 8px;
  margin-bottom: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.banner-home__txt .botones .btn-primary {
  height: 44px;
  padding: 5px 28px;
}

.banner-home__txt .botones .btn-dis {
  color: #bdbdbd;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  padding: 10px 15px;
}

@media only screen and (max-width: 768px) {
  .banner-home__txt .botones {
    display: none;
  }
}
.banner-home__txt .encuentra {
  text-align: left;
}

.banner-home__txt .encuentra label {
  font-size: 1.25rem;
  color: #fff;
  font-weight: 400;
  display: block;
  margin-bottom: 10px;
}

@media only screen and (max-width: 768px) {
  .banner-home__txt .encuentra label {
    font-size: 0.75rem;
  }
}
.banner-home__txt .encuentra .form-comuna {
  position: relative;
  display: flex;
}

.banner-home__txt .encuentra .form-comuna select {
  width: 382px;
  height: 40px;
  border-radius: 6px;
  padding: 0 10px;
}

@media only screen and (max-width: 768px) {
  .banner-home__txt .encuentra .form-comuna select {
    height: 32px;
    width: 310px;
    max-width: 95%;
  }
}
.banner-home__txt .encuentra .form-comuna .nice-select {
  width: 382px;
  height: 40px;
  border: 1px solid #fff;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
}

@media only screen and (max-width: 768px) {
  .banner-home__txt .encuentra .form-comuna .nice-select {
    height: 32px;
    width: 310px;
    max-width: 95%;
    padding-bottom: 5px;
    padding-top: 8px;
    line-height: 1.2;
    font-size: 0.75rem;
  }
}
.banner-home__txt .encuentra .form-comuna .nice-select-dropdown {
  width: 100%;
  color: #000;
  font-weight: normal;
}

.banner-home__txt .encuentra .form-comuna button {
  width: 46px;
  height: 40px;
  border-radius: 6px;
  background: #E9500E;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  margin-left: 8px;
}

@media only screen and (max-width: 768px) {
  .banner-home__txt .encuentra .form-comuna button {
    display: none;
  }
}
.banner-home .agenda-slide {
  width: 400px;
  max-width: 100%;
  margin-bottom: 20px;
}

.banner-home .agenda-slide p {
  font-size: 1.25rem;
  color: #fff;
}

@media only screen and (max-width: 768px) {
  .banner-home .agenda-slide p {
    font-size: 0.75rem;
  }
}
@media only screen and (max-width: 768px) {
  .banner-home .agenda-slide .btn-white {
    font-size: 0.75rem;
    height: 30px;
  }
}
.card-bodega {
  border-radius: 6px;
  border: 1px solid #000;
  padding: 10px;
  cursor: pointer;
}

.card-bodega h3 {
  color: #E9500E;
  font-size: 2.25rem;
  font-weight: 700;
}

.card-bodega p {
  font-size: 0.875rem;
  margin-bottom: 10px;
  font-weight: 300;
}

.card-bodega p span {
  display: block;
  font-size: 0.92rem;
  font-weight: 400;
}

.card-bodega__img img {
  width: 100%;
  vertical-align: bottom;
}

.card-bodega:hover {
  border-color: #E9500E;
}

.card-bodega.active {
  border: 4px solid #E9500E;
}

.btn-contrata {
  width: 416px;
  height: 64px;
  font-size: 1.25rem;
  font-weight: 600;
}

.btn-contrata img {
  width: 30px;
  margin-left: 5px;
  margin-top: 3px;
  transition: all 0.3s ease;
}

.btn-contrata:hover img {
  width: 42px;
}

@media only screen and (max-width: 768px) {
  .btn-contrata {
    width: 270px;
    height: 40px;
    font-size: 0.75rem;
  }
}
.cifras {
  padding: 0 40px;
}

@media only screen and (max-width: 768px) {
  .cifras {
    padding: 0;
  }
}
.cifras .card-cifra {
  border: 1px solid #E9500E;
  border-radius: 6px;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.25);
  text-align: center;
  padding: 20px 30px;
  min-height: 220px;
  height: calc(100% - 40px);
  margin-bottom: 40px;
}

@media only screen and (max-width: 768px) {
  .cifras .card-cifra {
    min-height: 150px;
  }
}
.cifras .card-cifra__ic {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #E9500E;
  margin: 0 auto 15px;
}

.cifras .card-cifra__ic img {
  width: 60%;
}

.cifras .card-cifra p {
  font-size: 1.6rem;
  color: #000;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  line-height: 1.2;
}

@media only screen and (max-width: 768px) {
  .cifras .card-cifra p {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 768px) {
  .proposito {
    padding-bottom: 0px !important;
  }
}
.card-proposito {
  border: 1px solid #E9500E;
  border-radius: 6px;
  padding: 30px;
}

@media only screen and (max-width: 768px) {
  .card-proposito {
    padding: 20px;
  }
}
.card-proposito__txt {
  padding: 0 60px 0 20px;
}

@media only screen and (max-width: 768px) {
  .card-proposito__txt {
    padding: 0 0 20px;
  }
}
.card-proposito__img img {
  width: 100%;
}

.card-proposito h2 {
  margin: 0 0 20px;
  color: #000;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}

@media only screen and (max-width: 768px) {
  .card-proposito h2 {
    font-size: 1.125rem;
    margin-bottom: 18px;
  }
}
.card-proposito p {
  font-size: 1.25rem;
  margin-bottom: 0;
  line-height: 1.2;
}

@media only screen and (max-width: 768px) {
  .card-proposito p {
    font-size: 0.75rem;
  }
}
@media only screen and (max-width: 768px) {
  .como-hacemos {
    padding-bottom: 0 !important;
  }
}
.como-hacemos .hacemos-wrapper {
  width: 680px;
  max-width: 100%;
  margin: 0 auto;
}

@media only screen and (max-width: 768px) {
  .como-hacemos .hacemos-wrapper .title2 {
    font-size: 1.25rem;
  }
}
.como-hacemos .hacemos-wrapper p {
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .como-hacemos .hacemos-wrapper p {
    font-size: 0.75rem;
    margin-bottom: 0;
  }
}
.como-hacemos .hacemos-wrapper .items-hacemos {
  padding: 40px 0 20px;
}

@media only screen and (max-width: 768px) {
  .como-hacemos .hacemos-wrapper .items-hacemos {
    padding: 20px 0 0;
  }
}
.como-hacemos .hacemos-wrapper .item-hacemos {
  display: flex;
  border: 1px solid #E9500E;
  border-radius: 30px;
  padding: 13px 20px;
  text-align: left;
  margin-bottom: 24px;
  transition: all 0.3s ease;
  position: relative;
  cursor: pointer;
}

.como-hacemos .hacemos-wrapper .item-hacemos:hover {
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1), 0px 59px 24px 0px rgba(0, 0, 0, 0.01), 0px 92px 26px 0px rgba(0, 0, 0, 0);
}

@media only screen and (max-width: 768px) {
  .como-hacemos .hacemos-wrapper .item-hacemos__ic img {
    width: 20px;
  }
}
.como-hacemos .hacemos-wrapper .item-hacemos__txt {
  padding-left: 24px;
}

@media only screen and (max-width: 768px) {
  .como-hacemos .hacemos-wrapper .item-hacemos__txt {
    padding-left: 10px;
  }
}
.como-hacemos .hacemos-wrapper .item-hacemos__txt h4 {
  margin: 4px 0 0;
  font-size: 1.25rem;
  font-weight: 700;
}

@media only screen and (max-width: 768px) {
  .como-hacemos .hacemos-wrapper .item-hacemos__txt h4 {
    font-size: 0.875rem;
  }
}
.como-hacemos .hacemos-wrapper .item-hacemos__txt p {
  text-align: left;
}

.como-hacemos .hacemos-wrapper .item-hacemos__txt .texto-hover {
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s ease;
}

.como-hacemos .hacemos-wrapper .item-hacemos__arrow {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #E9500E;
  color: #E9500E;
  position: absolute;
  top: 20px;
  right: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8rem;
  transition: all 0.3s ease;
}

@media only screen and (max-width: 768px) {
  .como-hacemos .hacemos-wrapper .item-hacemos__arrow {
    top: 15px;
  }
}
.como-hacemos .hacemos-wrapper .item-hacemos.active .texto-hover {
  max-height: 1000px;
  padding-top: 10px;
}

.como-hacemos .hacemos-wrapper .item-hacemos.active .item-hacemos__arrow {
  transform: rotate(180deg);
}

.card-ofrecemos {
  text-align: center;
  padding: 24px 10px;
}

@media only screen and (max-width: 768px) {
  .card-ofrecemos {
    padding: 24px;
  }
}
.card-ofrecemos__ic {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #E9500E;
  margin: 0 auto 20px;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1), 0px 59px 24px 0px rgba(0, 0, 0, 0.01), 0px 92px 26px 0px rgba(0, 0, 0, 0);
}

.card-ofrecemos h3 {
  font-size: 1.75rem;
  margin: 0 0 15px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
}

.card-ofrecemos p {
  font-size: 0.75rem;
  font-weight: 300;
}

.mas-datos {
  border: 1px solid #E9500E;
  border-radius: 6px;
  padding: 40px 110px 30px 140px;
}

@media only screen and (max-width: 768px) {
  .mas-datos {
    padding: 22px 25px;
  }
}
.mas-datos h3 {
  margin: 0 0 30px;
  font-size: 2rem;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
}

@media only screen and (max-width: 768px) {
  .mas-datos h3 {
    font-size: 20px;
  }
}
.mas-datos ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.mas-datos ul li {
  font-size: 1.25rem;
  margin-bottom: 20px;
  position: relative;
  padding-left: 40px;
}

@media only screen and (max-width: 768px) {
  .mas-datos ul li {
    font-size: 0.75rem;
    padding-left: 30px;
  }
}
.mas-datos ul li img {
  position: absolute;
  left: 0;
  top: 5px;
}

@media only screen and (max-width: 768px) {
  .mas-datos ul li img {
    width: 16px;
  }
}
.full-width {
  width: 100%;
}

.texto-bodegas {
  padding-right: 30px;
}

.texto-bodegas p {
  font-size: 1.25rem;
}

.tu-exito {
  position: relative;
  text-align: center;
  padding: 180px 0 100px;
}

@media only screen and (max-width: 768px) {
  .tu-exito {
    padding: 50px 0;
  }
}
.tu-exito .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tu-exito .container {
  position: relative;
  z-index: 2;
}

.tu-exito .exito-wrapper {
  width: 962px;
  max-width: 100%;
  margin: 0 auto;
}

.tu-exito h3 {
  margin: 0 0 30px;
  color: #fff;
  font-weight: 700;
  font-size: 2.5rem;
  font-family: "Poppins", sans-serif;
}

@media only screen and (max-width: 768px) {
  .tu-exito h3 {
    font-size: 1rem;
  }
}
.tu-exito p {
  color: #fff;
  font-size: 1.5rem;
  color: #fff;
  font-weight: 600;
  margin-bottom: 40px;
}

@media only screen and (max-width: 768px) {
  .tu-exito p {
    font-size: 0.75rem;
    margin-bottom: 30px;
  }
}
.tu-exito h4 {
  margin: 20px 0 0;
  color: #fff;
  font-size: 2rem;
  font-weight: 600;
}

@media only screen and (max-width: 768px) {
  .tu-exito h4 {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 768px) {
  .carrusel-bodegas-home .tns-inner {
    padding-right: 130px;
  }
}
@media only screen and (max-width: 400px) {
  .carrusel-bodegas-home .tns-inner {
    padding-right: 60px;
  }
}
@media only screen and (max-width: 768px) {
  .carrusel-bodegas-home .tns-ovh {
    overflow: visible;
  }
}
@media only screen and (max-width: 768px) {
  .videos-home .tns-inner {
    padding-right: 80px;
  }
}
@media only screen and (max-width: 400px) {
  .videos-home .tns-inner {
    padding-right: 50px;
  }
}
@media only screen and (max-width: 768px) {
  .videos-home .tns-ovh {
    overflow: visible;
  }
}
.carrusel-videos .tns-ovh {
  overflow: visible;
}

@media only screen and (max-width: 768px) {
  .somos-mas .title {
    margin-bottom: 0;
  }
  .somos-mas p {
    font-size: 0.75rem;
  }
}
.iconos-laterales {
  position: fixed;
  right: 0;
  top: 40%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  z-index: 999;
}

@media only screen and (max-width: 768px) {
  .iconos-laterales {
    top: 20%;
  }
}
.iconos-laterales .paga-aki {
  background: #E9500E;
  font-size: 1.25rem;
  font-weight: 600;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.1;
  width: 96px;
  height: 76px;
  border-radius: 6px 0 0 6px;
  margin-bottom: 10px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.iconos-laterales .paga-aki img {
  display: inline;
  width: 28px;
}

@media only screen and (max-width: 768px) {
  .iconos-laterales .paga-aki {
    width: 52px;
    height: 48px;
    font-size: 12px;
  }
  .iconos-laterales .paga-aki img {
    width: 10px;
  }
}
.iconos-laterales .btn-wsp {
  background: #00CB4E;
  border-radius: 6px 0 0 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  color: #fff;
  font-size: 2rem;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

@media only screen and (max-width: 768px) {
  .iconos-laterales .btn-wsp {
    width: 44px;
    height: 44px;
    font-size: 20px;
  }
}
.buscador-bodegas {
  height: 390px;
  position: relative;
}

@media only screen and (max-width: 768px) {
  .buscador-bodegas {
    height: 120px;
  }
}
.buscador-bodegas .bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.buscador-bodegas .container {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
}

.buscador-bodegas h2 {
  color: #fff;
  font-weight: 500;
  margin: 0 0 20px;
  font-size: 1.25rem;
}

@media only screen and (max-width: 768px) {
  .buscador-bodegas h2 {
    font-size: 0.75rem;
    margin-bottom: 5px;
  }
}
.buscador-bodegas .form-buscador {
  width: 420px;
  max-width: 100%;
  margin: 0 auto 30px;
  position: relative;
}

.buscador-bodegas .form-buscador input {
  width: 100%;
  border: 1px solid #ACACAC;
  border-radius: 6px;
  height: 40px;
  padding-left: 45px;
  transition: all 0.3s ease;
}

@media only screen and (max-width: 768px) {
  .buscador-bodegas .form-buscador input {
    height: 32px;
    font-size: 0.75rem;
  }
}
.buscador-bodegas .form-buscador input:hover {
  border-color: #E9500E;
}

.buscador-bodegas .form-buscador .ic-search {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
}

@media only screen and (max-width: 768px) {
  .buscador-bodegas .form-buscador {
    margin-bottom: 5px;
  }
}
.buscador-bodegas a {
  color: #fff;
  font-family: "Poppins", sans-serif;
  text-decoration: underline;
}

@media only screen and (max-width: 768px) {
  .buscador-bodegas a {
    font-size: 0.75rem;
  }
}
.title {
  color: #000;
  margin: 0 0 35px;
  font-size: 1.5rem;
  font-weight: 700;
}

@media only screen and (max-width: 768px) {
  .title {
    font-size: 1rem;
    margin-bottom: 20px;
  }
}
.title span {
  color: #E9500E;
}

.title.center {
  text-align: center;
}

.title2 {
  font-size: 2.5rem;
  margin: 0 0 24px;
  color: #000;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}

@media only screen and (max-width: 768px) {
  .title2 {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 550px) {
  .title2 {
    font-size: 1rem;
    margin-bottom: 10px;
  }
}
.title2.center {
  text-align: center;
}

.card-ubicacion {
  border: 1px solid #848484;
  border-radius: 6px;
  padding: 15px 12px 20px;
  text-align: center;
  margin-bottom: 20px;
  transition: all 0.3s ease;
}

.card-ubicacion__head {
  padding-bottom: 10px;
}

.card-ubicacion__head h4 {
  margin: 0 0 7px;
  font-size: 1.25rem;
  font-weight: 400;
}

.card-ubicacion__head p {
  margin: 0;
}

.card-ubicacion__img img {
  width: 100%;
  vertical-align: bottom;
}

.card-ubicacion__content {
  padding: 10px 0;
}

.card-ubicacion__content .valor h5 {
  margin: 0 0 2px;
  font-size: 1rem;
  font-weight: 700;
}

.card-ubicacion__content .valor p {
  font-size: 1.25rem;
  margin-bottom: 8px;
}

.card-ubicacion__content .valor p.tachado {
  text-decoration: line-through;
}

.card-ubicacion__content .tag-dscto {
  background: #E9500E;
  color: #fff;
  border-radius: 6px;
  padding: 5px;
  line-height: 1.2;
  margin-bottom: 10px;
}

.card-ubicacion__content .tag-dscto p {
  font-weight: 700;
  margin-bottom: 0;
  color: #fff;
  line-height: 1;
}

.card-ubicacion__content .precio-final {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 10px;
}

.card-ubicacion__footer {
  display: flex;
  align-items: center;
  justify-content: center;
}

.card-ubicacion__footer a {
  margin: 0 12px;
}

.card-ubicacion:hover {
  border-color: #E9500E;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1), 0px 59px 24px 0px rgba(0, 0, 0, 0.01), 0px 92px 26px 0px rgba(0, 0, 0, 0);
}

.card-ubicacion.active {
  border: 6px solid #E9500E;
  padding-top: 9px;
  padding-bottom: 9px;
}

.banner-page {
  height: 317px;
  position: relative;
  padding: 50px 0;
}

@media only screen and (max-width: 768px) {
  .banner-page {
    height: 100px;
    padding: 18px 0;
  }
}
.banner-page__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.banner-page__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.banner-page .container {
  position: relative;
  z-index: 2;
}

.banner-page__txt .bread {
  background: #E9500E;
  color: #fff;
  border-radius: 6px;
  padding: 3px 8px;
  display: inline-flex;
  align-items: center;
  margin-bottom: 20px;
}

@media only screen and (max-width: 768px) {
  .banner-page__txt .bread {
    padding: 1px 6px;
    margin-bottom: 10px;
  }
}
.banner-page__txt .bread a {
  color: #fff;
  font-size: 1rem;
  display: inline-block;
}

@media only screen and (max-width: 768px) {
  .banner-page__txt .bread a {
    font-size: 12px;
  }
}
.banner-page__txt .bread i {
  font-size: 0.75rem;
  margin: 0 10px;
}

@media only screen and (max-width: 768px) {
  .banner-page__txt .bread i {
    font-size: 10px;
  }
}
.banner-page__txt h1 {
  font-size: 4rem;
  margin: 0;
  color: #fff;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
}

@media only screen and (max-width: 768px) {
  .banner-page__txt h1 {
    font-size: 1.125rem;
  }
  .banner-page__txt h1 br {
    display: none;
  }
}
.c-video img {
  width: 100%;
}

.logos-clientes .logo-cliente {
  text-align: center;
}

.logos-clientes .logo-cliente img {
  width: 300px;
}

.card-tip {
  border: 1px solid #ACACAC;
  border-radius: 6px;
  overflow: hidden;
  transition: all 0.3s ease;
  height: 100%;
  position: relative;
}

.card-tip__img {
  background: #000;
}

.card-tip__img img {
  width: 100%;
  transition: all 0.3s ease;
}

.card-tip__txt {
  padding: 20px 20px 40px 20px;
}

.card-tip__txt .tags {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.card-tip__txt .tags .tag-tip {
  background: #F2F2F2;
  border-radius: 30px;
  color: #828282;
  font-size: 0.875rem;
  padding: 4px 12px;
  margin-right: 8px;
}

.card-tip__txt h3 {
  font-size: 1.125rem;
  margin: 0 0 8px;
  font-weight: 500;
  color: #000;
  line-height: 1.4;
}

@media only screen and (max-width: 768px) {
  .card-tip__txt h3 {
    font-size: 0.875rem;
  }
}
.card-tip__txt p {
  font-size: 0.875rem;
}

.card-tip__txt a {
  color: #E9500E;
  font-size: 0.875rem;
  position: absolute;
  left: 20px;
  bottom: 20px;
}

.card-tip__txt a i {
  font-size: 0.7rem;
}

.card-tip.big {
  display: flex;
}

@media only screen and (max-width: 550px) {
  .card-tip.big {
    flex-direction: column;
  }
}
.card-tip.big .card-tip__img {
  width: 42%;
  margin-bottom: 0;
  padding-bottom: 0;
}

.card-tip.big .card-tip__img img {
  vertical-align: bottom;
  height: 100%;
  object-fit: cover;
}

@media only screen and (max-width: 550px) {
  .card-tip.big .card-tip__img {
    width: 100%;
  }
}
.card-tip.big .card-tip__txt {
  width: 58%;
  padding: 46px 65px 40px 60px;
}

.card-tip.big .card-tip__txt h3 {
  margin-bottom: 25px;
}

@media only screen and (max-width: 768px) {
  .card-tip.big .card-tip__txt {
    padding: 20px;
    width: 100%;
  }
}
@media only screen and (max-width: 550px) {
  .card-tip.big .card-tip__txt {
    padding: 12px;
  }
}
.card-tip:hover {
  border-color: #E9500E;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1), 0px 59px 24px 0px rgba(0, 0, 0, 0.01), 0px 92px 26px 0px rgba(0, 0, 0, 0);
}

.card-tip:hover .card-tip__img img {
  opacity: 0.95;
}

.form-search {
  position: relative;
}

.form-search__ic {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 16px;
}

.form-search input {
  border: 1px solid #ACACAC;
  border-radius: 6px;
  width: 100%;
  height: 40px;
  padding-left: 48px;
  transition: all 0.3s ease;
}

.form-search input:hover {
  border-color: #E9500E;
}

.carrusel-tips .tns-slider {
  display: flex;
}

.tips-section .form-search {
  width: 420px;
  max-width: 100%;
}

.tips-section .card-tip {
  margin-bottom: 60px;
  height: calc(100% - 60px);
  position: relative;
}

.tips-section .card-tip__txt {
  padding-bottom: 40px;
}

.tips-section .card-tip__txt a {
  position: absolute;
  bottom: 20px;
  left: 20px;
}

@media only screen and (max-width: 768px) {
  .tips-section .card-tip {
    margin-bottom: 10px;
    height: calc(100% - 10px);
  }
}
.card {
  border: 1px solid #E9500E;
  border-radius: 6px;
  padding: 30px;
  position: relative;
}

@media only screen and (max-width: 768px) {
  .card {
    padding: 15px;
  }
}
.card__ic {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #E9500E;
  margin: 0 auto 15px;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1), 0px 59px 24px 0px rgba(0, 0, 0, 0.01), 0px 92px 26px 0px rgba(0, 0, 0, 0);
}

.card__title {
  font-size: 2.5rem;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  margin: 0 0 25px;
}

@media only screen and (max-width: 768px) {
  .card__title {
    font-size: 1.5rem;
    margin-bottom: 15px;
  }
}
.card__title.center {
  text-align: center;
}

.card p {
  font-size: 1.25rem;
  margin-bottom: 30px;
}

@media only screen and (max-width: 768px) {
  .card p {
    font-size: 0.875rem;
  }
}
.card p.center {
  text-align: center;
}

.card p.small {
  font-size: 0.75rem;
  margin-bottom: 0;
  line-height: 1.4;
}

ul.list-check {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}

ul.list-check li {
  font-size: 1.25rem;
  margin-bottom: 20px;
  position: relative;
  padding-left: 40px;
  position: relative;
  width: 50%;
}

ul.list-check li:before {
  content: "";
  width: 22px;
  height: 22px;
  background-image: url("../images/ic-list.svg");
  display: block;
  position: absolute;
  left: 0;
  top: 5px;
}

@media only screen and (max-width: 768px) {
  ul.list-check li {
    font-size: 0.75rem;
    padding-left: 25px;
  }
}
ul.list-check li img {
  position: absolute;
  left: 0;
  top: 5px;
}

@media only screen and (max-width: 768px) {
  ul.list-check li img {
    top: 2px;
    width: 12px;
  }
}
.row-list {
  padding-top: 30px;
}

@media only screen and (max-width: 768px) {
  .row-list {
    padding-top: 20px;
  }
}
.card-empresa {
  text-align: center;
  font-size: 2rem;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  line-height: 1.4;
  padding: 24px;
  height: 190px;
}

@media only screen and (max-width: 768px) {
  .card-empresa {
    font-size: 1.125rem;
    height: auto;
    padding: 20px;
  }
}
.card-empresa2 {
  margin-bottom: 20px;
  height: calc(100% - 20px);
}

.pasos {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.pasos .item-paso {
  position: relative;
}

.pasos .item-paso__ic {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F2F2F2;
  margin: 0 auto 10px;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1), 0px 59px 24px 0px rgba(0, 0, 0, 0.01), 0px 92px 26px 0px rgba(0, 0, 0, 0);
}

@media only screen and (max-width: 550px) {
  .pasos .item-paso__ic {
    width: 30px;
    height: 30px;
  }
  .pasos .item-paso__ic img {
    max-width: 50%;
  }
}
.pasos .item-paso p {
  font-size: 0.75rem;
  color: #000;
  margin: 0 auto;
  position: absolute;
  white-space: nowrap;
  width: max-content;
  left: 50%;
  transform: translateX(-50%);
  top: calc(100% + 5px);
}

@media only screen and (max-width: 550px) {
  .pasos .item-paso p {
    font-size: 8px;
  }
}
.pasos .item-paso.activo .item-paso__ic {
  background: #E9500E;
}

.pasos .separador {
  width: 82px;
  height: 1px;
  background: #F2F2F2;
  margin: 20px 15px 0;
  position: relative;
}

@media only screen and (max-width: 550px) {
  .pasos .separador {
    margin: 15px 10px 0;
  }
}
.pasos .separador:before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #f2f2f2;
  display: inline-block;
  position: absolute;
  top: -3px;
}

@media only screen and (max-width: 550px) {
  .pasos .separador:before {
    width: 4px;
    height: 4px;
    top: -1.5px;
  }
}
.pasos .separador:after {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #f2f2f2;
  display: inline-block;
  position: absolute;
  top: -3px;
  right: 0;
}

@media only screen and (max-width: 550px) {
  .pasos .separador:after {
    width: 4px;
    height: 4px;
    top: -1.5px;
  }
}
.pasos .separador.activo {
  background: #E9500E;
}

.pasos .separador.activo:after {
  background: #E9500E;
}

.pasos .separador.activo:before {
  background: #E9500E;
}

a.volver {
  font-size: 1rem;
  color: #000;
}

a.volver i {
  color: #E9500E;
}

a.volver span {
  text-decoration: underline;
}

@media only screen and (max-width: 768px) {
  a.volver {
    display: none;
  }
}
.paso__head h5 {
  margin: 0 0 5px;
  color: #E9500E;
  font-weight: 700;
}

@media only screen and (max-width: 768px) {
  .paso__head h5 {
    font-size: 1rem;
  }
}
.paso__head .title {
  margin-bottom: 15px;
}

.paso__head p {
  text-align: center;
  width: 700px;
  margin: 0 auto;
  max-width: 100%;
}

@media only screen and (max-width: 768px) {
  .bodega-size {
    max-width: 330px;
    margin: 0 auto;
  }
}
.bodega-size .size {
  font-size: 2.25rem;
  color: #000;
  font-weight: 700;
}

@media only screen and (max-width: 768px) {
  .bodega-size .size {
    font-size: 1.5rem;
  }
}
.bodega-size .card-bod-size {
  border: 1px solid #848484;
  border-radius: 6px;
  padding: 12px 12px 20px;
  margin-bottom: 20px;
}

.bodega-size .card-bod-size .valor {
  text-align: center;
  margin-bottom: 15px;
}

.bodega-size .card-bod-size .valor h5 {
  margin: 0 0 2px;
  font-size: 1rem;
  font-weight: 700;
}

.bodega-size .card-bod-size .valor p {
  font-size: 1.25rem;
  margin-bottom: 8px;
}

.bodega-size .card-bod-size .valor p.tachado {
  text-decoration: line-through;
}

.bodega-size .card-bod-size .tag-dscto {
  background: #E9500E;
  color: #fff;
  border-radius: 6px;
  padding: 5px;
  line-height: 1.2;
  margin: 0 auto 10px;
  width: 256px;
  text-align: center;
}

.bodega-size .card-bod-size .tag-dscto p {
  font-weight: 700;
  margin-bottom: 0;
  color: #fff;
  line-height: 1;
}

.bodega-size .card-bod-size .tag-dscto span {
  font-size: 0.8rem;
}

@media only screen and (max-width: 768px) {
  .bodega-size .card-bod-size .tag-dscto {
    width: 100%;
  }
}
.bodega-size .card-bod-size .precio-final {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 15px;
  text-align: center;
}

.bodega-size .card-bod-size .superficies p {
  font-size: 0.875rem;
  font-weight: 300;
  margin-bottom: 15px;
}

.bodega-size .card-bod-size .superficies .botones-sup {
  margin-bottom: 20px;
}

.bodega-size .card-bod-size .superficies .botones-sup .btn-sup {
  font-size: 0.95rem;
  color: #fff;
  font-weight: 700;
  border-radius: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 38px;
  padding: 1px 10px;
  min-width: 95px;
  background: #F2F2F2;
  margin-right: 3px;
  cursor: pointer;
}

.bodega-size .card-bod-size .superficies .botones-sup .btn-sup img {
  margin-right: 8px;
}

.bodega-size .card-bod-size .superficies .botones-sup .btn-sup.activo {
  background: #E9500E;
}

.bodega-size .card-bod-size .datos {
  margin-bottom: 15px;
}

.bodega-size .card-bod-size .datos p {
  font-size: 0.875rem;
  font-weight: 300;
  margin-bottom: 10px;
}

.bodega-size .card-bod-size .datos p span {
  font-size: 0.9rem;
  display: block;
  font-weight: 400;
}

.bodega-size .card-bod-size .card-bod-size__img {
  margin-bottom: 20px;
}

.bodega-size .card-bod-size .card-bod-size__img img {
  width: 100%;
}

.bodega-size .card-bod-size:hover {
  border-color: #E9500E;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1), 0px 59px 24px 0px rgba(0, 0, 0, 0.01), 0px 92px 26px 0px rgba(0, 0, 0, 0);
}

.bodega-size .card-bod-size.active {
  border: 6px solid #E9500E;
}

.cards-cobertura {
  width: 635px;
  max-width: 100%;
  margin: 0 auto;
  padding: 25px;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1), 0px 59px 24px 0px rgba(0, 0, 0, 0.01), 0px 92px 26px 0px rgba(0, 0, 0, 0);
}

@media only screen and (max-width: 768px) {
  .cards-cobertura {
    padding: 0;
    border: none;
    box-shadow: none;
  }
}
.cards-cobertura .card-cobertura {
  border: 1px solid #848484;
  border-radius: 6px;
  padding: 20px 30px;
  position: relative;
  cursor: pointer;
}

@media only screen and (max-width: 768px) {
  .cards-cobertura .card-cobertura {
    padding: 15px;
  }
}
.cards-cobertura .card-cobertura h5 {
  margin: 0 0 10px;
  font-size: 1rem;
  font-weight: 400;
  color: #1e1e1e;
}

@media only screen and (max-width: 768px) {
  .cards-cobertura .card-cobertura h5 {
    font-size: 0.75rem;
  }
}
.cards-cobertura .card-cobertura h3 {
  margin: 0 0 10px;
  font-size: 1.25rem;
  color: #1e1e1e;
  font-weight: 400;
}

@media only screen and (max-width: 768px) {
  .cards-cobertura .card-cobertura h3 {
    font-size: 1rem;
  }
}
.cards-cobertura .card-cobertura ul {
  padding: 0;
  margin: 0 0 20px;
  list-style: none;
}

.cards-cobertura .card-cobertura ul li {
  font-size: 1rem;
  position: relative;
  padding-left: 15px;
  margin-bottom: 5px;
}

.cards-cobertura .card-cobertura ul li:before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  display: block;
  position: absolute;
  left: 0;
  background: #1e1e1e;
  top: 9px;
}

@media only screen and (max-width: 768px) {
  .cards-cobertura .card-cobertura ul li {
    font-size: 0.75rem;
    padding-left: 10px;
    padding-right: 80px;
  }
  .cards-cobertura .card-cobertura ul li:before {
    width: 4px;
    height: 4px;
    top: 7px;
  }
}
.cards-cobertura .card-cobertura .botones {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.cards-cobertura .card-cobertura .botones .terminos {
  font-size: 0.9rem;
  color: #1e1e1e;
  text-decoration: underline;
}

@media only screen and (max-width: 768px) {
  .cards-cobertura .card-cobertura .botones .terminos {
    font-size: 0.75rem;
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 768px) {
  .cards-cobertura .card-cobertura .botones {
    flex-direction: column;
    align-items: flex-start;
  }
  .cards-cobertura .card-cobertura .botones a {
    width: 100%;
  }
}
.cards-cobertura .card-cobertura .tag-valor {
  background: #E9500E;
  position: absolute;
  top: 0;
  right: 30px;
  padding: 25px 20px;
  width: 126px;
}

@media only screen and (max-width: 768px) {
  .cards-cobertura .card-cobertura .tag-valor {
    width: 76px;
    padding: 10px 10px;
    right: 0;
  }
}
.cards-cobertura .card-cobertura .tag-valor p {
  color: #fff;
  margin-bottom: 10px;
}

@media only screen and (max-width: 768px) {
  .cards-cobertura .card-cobertura .tag-valor p {
    font-size: 0.75rem;
  }
}
.cards-cobertura .card-cobertura .tag-valor .precio {
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.1;
}

@media only screen and (max-width: 768px) {
  .cards-cobertura .card-cobertura .tag-valor .precio {
    font-size: 0.75rem;
  }
}
.cards-cobertura .card-cobertura .tag-valor .precio span {
  font-size: 1.5rem;
  font-weight: 700;
  display: block;
}

@media only screen and (max-width: 768px) {
  .cards-cobertura .card-cobertura .tag-valor .precio span {
    font-size: 1rem;
  }
}
.cards-cobertura .card-cobertura:hover {
  border-color: #E9500E;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1), 0px 59px 24px 0px rgba(0, 0, 0, 0.01), 0px 92px 26px 0px rgba(0, 0, 0, 0);
}

.cards-cobertura .card-cobertura.active {
  border: 6px solid #E9500E;
}

.text-link {
  font-size: 0.9rem;
  text-decoration: underline;
  color: #000;
}

.btn-continuar {
  width: 187px;
  height: 39px;
  font-family: "Inter", sans-serif;
  font-size: 1rem;
}

@media only screen and (max-width: 768px) {
  .btn-continuar {
    width: 270px;
    height: 35px;
    font-size: 1rem;
  }
}
.form-datos h4 {
  margin: 0 0 25px;
  font-weight: 700;
  font-size: 1.25rem;
}

@media only screen and (max-width: 768px) {
  .form-datos h4 {
    font-size: 1rem;
    margin-bottom: 15px;
  }
}
.form-datos .botones {
  margin-bottom: 28px;
}

.form-datos .botones a {
  font-family: "Inter", sans-serif;
  font-weight: 700;
}

.form-datos .botones a.btn-primary {
  margin-right: 10px;
}

@media only screen and (max-width: 768px) {
  .form-datos .botones a {
    font-size: 0.75rem;
  }
}
.form-datos .form input {
  height: 40px;
  border-radius: 6px;
  border: 1px solid #828282;
  width: 100%;
  padding: 6px 15px;
  margin-bottom: 20px;
}

.form-datos .form select {
  appearance: none;
  background-repeat: no-repeat;
  background-image: url("../images/bg-select.svg");
  background-size: 10px auto;
  background-position: 96% center;
  background-color: transparent;
  height: 40px;
  border-radius: 6px;
  border: 1px solid #828282;
  width: 100%;
  padding: 6px 15px;
  margin-bottom: 20px;
}

.form-datos .form .form-check {
  display: flex;
  padding-left: 0;
  margin-bottom: 20px;
}

.form-datos .form .form-check input {
  width: 16px;
  min-width: 16px;
  padding: 0;
  height: 16px;
  margin-right: 10px;
  border-radius: 2px;
}

.form-datos .form .form-check label {
  color: #1e1e1e;
  line-height: 1;
}

@media only screen and (max-width: 768px) {
  .form-datos .form .form-check label {
    font-size: 0.75rem;
    line-height: 1.2;
    font-weight: 500;
  }
}
.card-contratando {
  padding: 15px;
}

.card-contratando__datos {
  width: 425px;
  max-width: 100%;
  margin: 0 auto 20px;
}

.card-contratando__datos .item {
  display: flex;
  justify-content: flex-start;
  text-align: left;
  margin-bottom: 30px;
}

.card-contratando__datos .item__ic {
  min-width: 40px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #E9500E;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1), 0px 59px 24px 0px rgba(0, 0, 0, 0.01), 0px 92px 26px 0px rgba(0, 0, 0, 0);
}

@media only screen and (max-width: 768px) {
  .card-contratando__datos .item__ic {
    width: 30px;
    min-width: 30px;
    height: 30px;
  }
  .card-contratando__datos .item__ic img {
    max-width: 50%;
  }
}
.card-contratando__datos .item__txt {
  padding-left: 12px;
}

.card-contratando__datos .item__txt h5 {
  font-size: 0.75rem;
  font-weight: 400;
  margin: 0 0 5px;
}

.card-contratando__datos .item__txt p {
  font-size: 0.9rem;
  font-weight: 700;
  margin-bottom: 0;
}

.card-contratando__precios {
  width: 370px;
  max-width: 100%;
  margin: 0 auto;
  padding: 20px;
}

.card-contratando__precios .item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

@media only screen and (max-width: 768px) {
  .card-contratando__precios .item {
    padding: 0 20px;
  }
}
.card-contratando__precios .item .etiqueta {
  font-size: 1rem;
  margin-bottom: 0;
}

@media only screen and (max-width: 768px) {
  .card-contratando__precios .item .etiqueta {
    font-size: 0.75rem;
  }
}
.card-contratando__precios .item .valor {
  font-weight: 700;
  font-size: 1rem;
  margin-bottom: 0;
}

@media only screen and (max-width: 768px) {
  .card-contratando__precios .item .valor {
    font-size: 0.75rem;
  }
}
.card-contratando__precios .caja-precio {
  width: 250px;
  margin: 20px auto 0;
  background: #E9500E;
  border-radius: 6px;
  padding: 10px;
  color: #fff;
  text-align: center;
}

.card-contratando__precios .caja-precio .etiqueta {
  font-size: 1rem;
  font-weight: 300;
  color: #fff;
  margin-bottom: 5px;
}

@media only screen and (max-width: 768px) {
  .card-contratando__precios .caja-precio .etiqueta {
    font-size: 0.75rem;
  }
}
.card-contratando__precios .caja-precio .valor {
  font-size: 1.5rem;
  color: #fff;
  font-weight: 700;
  margin-bottom: 0;
}

@media only screen and (max-width: 768px) {
  .card-contratando__precios .caja-precio .valor {
    font-size: 1rem;
  }
}
.card-contratando .caja-mensaje {
  background: #FDD4AB;
  border-radius: 6px;
  padding: 10px;
  font-weight: 700;
  text-align: center;
  max-width: 500px;
  margin: 20px auto 0;
}

@media only screen and (max-width: 768px) {
  .card-contratando .caja-mensaje {
    font-size: 0.7rem;
    line-height: 1.2;
  }
}
.mensaje-exito {
  width: 1030px;
  margin: 0 auto;
  max-width: 100%;
}

.mensaje-exito h1 {
  margin: 0 0 20px;
  font-weight: 700;
  font-size: 2rem;
}

@media only screen and (max-width: 768px) {
  .mensaje-exito h1 {
    font-size: 1rem;
  }
}
.mensaje-exito p {
  font-size: 1.5rem;
}

@media only screen and (max-width: 768px) {
  .mensaje-exito p {
    font-size: 1rem;
  }
}
.wrap-small {
  width: 920px;
  margin: 0 auto;
  max-width: 100%;
}

.mapa .container {
  display: flex;
}

@media only screen and (max-width: 768px) {
  .mapa .container {
    flex-direction: column;
  }
}
.mapa .mapa-izq {
  width: 430px;
  padding-top: 30px;
}

@media only screen and (max-width: 768px) {
  .mapa .mapa-izq {
    width: 100%;
    display: none;
  }
  .mapa .mapa-izq.activo {
    display: block;
  }
}
.mapa .mapa-izq #cards {
  max-height: 600px;
  min-height: 600px;
  overflow: auto;
  margin-bottom: 2rem;
}

.mapa .mapa-der {
  width: 63%;
  min-width: 63%;
  padding-left: 24px;
  position: relative;
  padding-bottom: 2rem;
}

.mapa .mapa-der #map {
  width: 100%;
  height: 100%;
  min-height: 500px;
}

@media only screen and (max-width: 768px) {
  .mapa .mapa-der {
    width: calc(100% + 30px);
    padding-left: 0;
    margin: 0 -15px;
    display: none;
  }
  .mapa .mapa-der.activo {
    display: block;
  }
  .mapa .mapa-der img {
    width: calc(100% + 30px);
  }
}
.mapa .mapa-der img {
  width: 100%;
}

.mapa .card-mapa {
  display: flex;
  border-bottom: 1px solid #E9500E;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.mapa .card-mapa__img {
  width: 59%;
  min-width: 59%;
}

.mapa .card-mapa__img img {
  width: 100%;
  margin-bottom: 12px;
}

.mapa .card-mapa__content {
  width: 41%;
  min-width: 41%;
  padding-left: 15px;
}

.mapa .card-mapa__content h4 {
  font-size: 0.875rem;
  margin: 0 0 5px;
  font-weight: 700;
}

.mapa .card-mapa__content .direccion {
  font-size: 0.8rem;
  margin-bottom: 3px;
}

.mapa .card-mapa__dato {
  display: flex;
  justify-content: flex-start;
  text-align: left;
  margin-bottom: 20px;
}

.mapa .card-mapa__dato .icono {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #E9500E;
  margin: 0;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1), 0px 59px 24px 0px rgba(0, 0, 0, 0.01), 0px 92px 26px 0px rgba(0, 0, 0, 0);
}

.mapa .card-mapa__dato .texto {
  padding-left: 7px;
  margin-bottom: 0;
}

.mapa .card-mapa__dato .texto h5 {
  font-size: 0.625rem;
  font-weight: 700;
  margin-bottom: 0;
}

.mapa .card-mapa__dato .texto p {
  font-size: 0.625rem;
  font-weight: 400;
  margin-bottom: 0;
}

.mapa .botones-mapa {
  position: fixed;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 40px;
  border: 2px solid #fff;
  padding: 5px;
  background: rgba(255, 255, 255, 0.2);
  /* Color translúcido */
  backdrop-filter: blur(10px);
  /* Aplica desenfoque */
  -webkit-backdrop-filter: blur(10px);
  /* Soporte para Safari */
  border-radius: 50px;
  width: max-content;
  display: none;
}

@media only screen and (max-width: 768px) {
  .mapa .botones-mapa {
    display: inline-block;
  }
}
.mapa .botones-mapa a {
  background: #BDBDBD;
  font-size: 0.75rem;
  font-family: "Poppins", sans-serif;
  color: #fff;
  font-weight: 600;
  height: 26px;
  border-radius: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.mapa .botones-mapa a img {
  margin-left: 5px;
}

.mapa .botones-mapa a.activo {
  background: #E9500E;
}

.texto {
  margin-bottom: 30px;
}

.texto p {
  font-size: 1.25rem;
  line-height: 1.2;
  margin-bottom: 20px;
}

.card-testimonio {
  padding: 10px 15px;
}

.card-testimonio__autor {
  display: flex;
  margin-bottom: 25px;
}

.card-testimonio__autor .card-testimonio__avatar {
  width: 75px;
  min-width: 75px;
}

.card-testimonio__autor .card-testimonio__avatar img {
  width: 75px;
}

.card-testimonio__autor .card-testimonio__datos {
  padding-left: 20px;
}

.card-testimonio__autor .card-testimonio__datos h4 {
  margin: 0 0 5px;
  font-size: 1.25rem;
  font-weight: 600;
  color: #000;
  font-family: "Poppins", sans-serif;
}

.card-testimonio__autor .card-testimonio__datos p {
  font-family: "Poppins", sans-serif;
  font-size: 0.875rem;
  margin-bottom: 8px;
}

.card-testimonio__autor .card-testimonio__datos .meta {
  display: flex;
}

.card-testimonio__autor .card-testimonio__datos .meta .valoracion {
  display: flex;
  margin-right: 15px;
}

.card-testimonio__autor .card-testimonio__datos .meta .valoracion i {
  color: #E9500E;
}

.card-testimonio__autor .card-testimonio__datos .meta .tiempo {
  font-family: "Poppins", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  color: #191919;
}

.card-mision {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.card-mision__txt {
  width: 60%;
  min-width: 60%;
}

.card-mision__txt h3 {
  margin: 0 0 15px;
  color: #E9500E;
  font-weight: 700;
  font-size: 2rem;
  font-family: "Poppins", sans-serif;
}

@media only screen and (max-width: 768px) {
  .card-mision__txt h3 {
    font-size: 1.5rem;
  }
}
.card-mision__txt p {
  font-size: 1.25rem;
  line-height: 1.2;
}

@media only screen and (max-width: 768px) {
  .card-mision__txt p {
    font-size: 1rem;
  }
}
.card-mision__img {
  width: 32%;
  min-width: 32%;
}

.card-mision__img img {
  width: 100%;
}

.card-mision.v2 {
  flex-direction: row-reverse;
}

@media only screen and (max-width: 768px) {
  .card-mision.v2 {
    flex-direction: column-reverse;
  }
  .card-mision.v2 .card-mision__txt {
    width: 100%;
    min-width: 100%;
  }
  .card-mision.v2 .card-mision__img {
    width: 100%;
    min-width: 100%;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .card-mision {
    flex-direction: column-reverse;
  }
  .card-mision .card-mision__txt {
    width: 100%;
    min-width: 100%;
  }
  .card-mision .card-mision__img {
    width: 100%;
    min-width: 100%;
    margin-bottom: 20px;
  }
}
.icono {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #E9500E;
  margin: 0 auto 15px;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1), 0px 59px 24px 0px rgba(0, 0, 0, 0.01), 0px 92px 26px 0px rgba(0, 0, 0, 0);
}

.item-valor {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.item-valor .icono {
  margin-right: 10px;
  margin-left: 10px;
}

.banner-contrata {
  position: relative;
}

.banner-contrata__bg {
  width: 100%;
  min-height: 217px;
  object-fit: cover;
}

.banner-contrata .container {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  text-align: center;
}

.banner-contrata .container h4 {
  color: #fff;
  font-size: 2rem;
  font-family: "Poppins", sans-serif;
  margin: 0 0 35px;
  font-weight: 500;
}

@media only screen and (max-width: 768px) {
  .banner-contrata .container h4 {
    font-size: 1rem;
  }
}
.pub-recientes h4 {
  margin: 0;
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 20px;
}

.pub-recientes .card-tip {
  margin-bottom: 30px;
}

.new-detail {
  border: 1px solid #acacac;
  border-radius: 6px;
  overflow: hidden;
  margin-top: 40px;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1), 0px 59px 24px 0px rgba(0, 0, 0, 0.01), 0px 92px 26px 0px rgba(0, 0, 0, 0);
}

.new-detail__img img {
  width: 100%;
}

.new-detail .tags {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.new-detail .tags .tag-tip {
  background: #F2F2F2;
  border-radius: 30px;
  color: #828282;
  font-size: 0.875rem;
  padding: 4px 12px;
  margin-right: 5px;
}

.new-detail h1 {
  font-weight: 600;
  font-size: 1.25rem;
}

@media only screen and (max-width: 768px) {
  .new-detail h1 {
    font-size: 0.875rem;
  }
}
.new-detail__txt {
  padding: 24px;
}

.new-detail p {
  font-size: 0.875rem;
  color: #595A5E;
  line-height: 1.4;
}

.sombra {
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1), 0px 59px 24px 0px rgba(0, 0, 0, 0.01), 0px 92px 26px 0px rgba(0, 0, 0, 0);
}

.panel-tamano {
  display: none;
}

.panel-tamano.visible {
  display: block;
}

.card .panel-tamano p {
  padding-bottom: 50px;
}

.tabs-tamanos {
  display: flex;
  position: absolute;
  right: 30px;
  bottom: 20px;
  z-index: 99;
  width: 50%;
  justify-content: space-between;
}

.tabs-tamanos:after {
  content: "";
  width: 93%;
  height: 1px;
  background: #e0e0e0;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  transform: translateX(-2px);
  top: 7px;
}

.tabs-tamanos .item-tab {
  text-align: center;
  position: relative;
  z-index: 2;
  cursor: pointer;
}

.tabs-tamanos .item-tab span {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #E0E0E0;
  display: block;
  margin: 0 auto 8px;
}

.tabs-tamanos .item-tab p {
  color: #E0E0E0;
  margin-bottom: 0;
  font-size: 0.625rem;
}

.tabs-tamanos .item-tab.active span {
  background: #E9500E;
}

.tabs-tamanos .item-tab.active p {
  color: #000;
}

.tabs-tamanos.mobile {
  display: none;
}

@media only screen and (max-width: 768px) {
  .tabs-tamanos {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    width: 100%;
    margin: 28px 0 20px;
  }
  .tabs-tamanos.desktop {
    display: none;
  }
  .tabs-tamanos.mobile {
    display: flex;
  }
}
.btn-verTodo i {
  margin-left: 7px;
  transition: all 0.3s ease;
}

.btn-verTodo.activo i {
  transform: rotate(180deg);
}

.card-agenda {
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1), 0px 59px 24px 0px rgba(0, 0, 0, 0.01), 0px 92px 26px 0px rgba(0, 0, 0, 0);
  border-radius: 6px;
  overflow: hidden;
  margin-bottom: 30px;
}

@media only screen and (max-width: 768px) {
  .card-agenda {
    box-shadow: none;
  }
}
.card-agenda__head {
  background: #333333;
  text-align: center;
  padding: 10px;
}

@media only screen and (max-width: 768px) {
  .card-agenda__head {
    background: #fff;
    border-bottom: 1px solid #E9500E;
  }
}
.card-agenda__head h3 {
  font-size: 1.5rem;
  font-weight: 700;
  margin: 0 0 5px;
  color: #fff;
}

@media only screen and (max-width: 768px) {
  .card-agenda__head h3 {
    font-size: 1rem;
    color: #333333;
  }
}
.card-agenda__head p {
  font-size: 1rem;
  color: #fff;
  margin-bottom: 0;
}

@media only screen and (max-width: 768px) {
  .card-agenda__head p {
    font-size: 0.75rem;
    color: #333333;
  }
}
.card-agenda__body {
  padding: 24px 20px;
}

@media only screen and (max-width: 550px) {
  .card-agenda__body {
    padding: 24px 0px;
  }
}
.card-agenda__body p {
  font-size: 0.875rem;
  font-weight: 300;
  margin-bottom: 15px;
}

.card-agenda__body .botones-sup {
  margin-bottom: 20px;
  display: flex;
}

.card-agenda__body .botones-sup .btn-sup {
  font-size: 0.9rem;
  color: #fff;
  font-weight: 700;
  border-radius: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 38px;
  padding: 1px 10px;
  min-width: 95px;
  background: #F2F2F2;
  margin-right: 3px;
  cursor: pointer;
}

@media only screen and (max-width: 1100px) {
  .card-agenda__body .botones-sup .btn-sup {
    font-size: 0.75rem;
  }
}
.card-agenda__body .botones-sup .btn-sup img {
  margin-right: 6px;
  width: 14px;
}

.card-agenda__body .botones-sup .btn-sup.activo {
  background: #E9500E;
}

@media only screen and (max-width: 768px) {
  .card-agenda__body .botones-sup .btn-sup {
    font-size: 10px;
    border-radius: 6px;
    padding: 1px 5px;
    height: 28px;
    min-width: 72px;
  }
  .card-agenda__body .botones-sup .btn-sup img {
    width: 10px;
    margin-right: 4px;
  }
}
.card-agenda__body .card-agenda__img {
  margin-bottom: 20px;
}

.card-agenda__body .card-agenda__img img {
  width: 100%;
}

.card-agenda__body .card-agenda__datos {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

@media only screen and (max-width: 768px) {
  .card-agenda__body .card-agenda__datos {
    justify-content: center;
    padding: 0 30px;
  }
}
@media only screen and (max-width: 400px) {
  .card-agenda__body .card-agenda__datos {
    justify-content: center;
    padding: 0 0px;
  }
}
.card-agenda__body .card-agenda__datos .card-agenda__dato {
  display: flex;
  justify-content: flex-start;
  text-align: left;
  margin-bottom: 20px;
  margin-right: 30px;
}

@media only screen and (max-width: 768px) {
  .card-agenda__body .card-agenda__datos .card-agenda__dato {
    width: 50%;
    margin-right: 0;
  }
}
.card-agenda__body .card-agenda__datos .card-agenda__dato:last-child {
  margin-right: 0;
}

.card-agenda__body .card-agenda__datos .card-agenda__dato .icono {
  width: 40px;
  min-width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #E9500E;
  margin: 0;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1), 0px 59px 24px 0px rgba(0, 0, 0, 0.01), 0px 92px 26px 0px rgba(0, 0, 0, 0);
}

.card-agenda__body .card-agenda__datos .card-agenda__dato .icono img {
  transform: scale(1.4);
}

@media only screen and (max-width: 768px) {
  .card-agenda__body .card-agenda__datos .card-agenda__dato .icono {
    width: 30px;
    min-width: 30px;
    height: 30px;
  }
  .card-agenda__body .card-agenda__datos .card-agenda__dato .icono img {
    transform: none;
  }
}
.card-agenda__body .card-agenda__datos .card-agenda__dato .texto {
  padding-left: 10px;
  margin-bottom: 0;
}

.card-agenda__body .card-agenda__datos .card-agenda__dato .texto h5 {
  font-size: 0.95rem;
  font-weight: 700;
  margin-bottom: 0;
}

.card-agenda__body .card-agenda__datos .card-agenda__dato .texto p {
  font-size: 0.625rem;
  font-weight: 400;
  margin-bottom: 0;
}

.card-agenda__body .botones {
  display: flex;
  align-items: center;
  justify-content: center;
}

.card-agenda__body .botones a {
  margin: 0 10px;
}

.carrusel-tips .tns-ovh {
  padding-right: 30px;
  overflow: visible;
}

@media only screen and (max-width: 768px) {
  .carrusel-tips .tns-ovh {
    padding-right: 70px;
  }
}
.carrusel-testimonios .tns-ovh {
  padding: 0 40px;
  overflow: visible;
}

.s-carrusel {
  overflow: hidden;
}

.info-tamano {
  font-size: 0.875rem;
  color: #fff;
  background: #E9500E;
  border-radius: 6px;
  padding: 4px 8px;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  position: relative;
  height: 25px;
}

.info-tamano i {
  color: #fff;
}

.info-tamano span {
  color: #fff;
  font-weight: 400;
  background: #E9500E;
  border-radius: 0 6px 6px 0;
  padding: 4px 8px;
  position: absolute;
  left: 25px;
  /* Lo coloca a la derecha del icono con un pequeño margen */
  top: 50%;
  transform: translateY(-50%);
  white-space: nowrap;
  overflow: hidden;
  width: 0;
  opacity: 0;
  transition: all 0.3s ease;
  height: 25px;
}

.info-tamano:hover span,
.info-tamano i:hover + span {
  width: max-content;
  /* Permite que el texto se expanda completamente */
  opacity: 1;
}

@media only screen and (max-width: 768px) {
  .bodegas-disp .title {
    text-align: center;
  }
  .bodegas-disp .title .info-tamano {
    display: block;
    width: max-content;
    margin: 10px auto 0;
  }
  .bodegas-disp .title .info-tamano span {
    position: relative;
    top: auto;
    transform: none;
    opacity: 1;
    width: max-content;
    left: auto;
    white-space: wrap;
  }
}
.contacto {
  padding: 60px 0;
}

.contacto .wrapper-contacto {
  text-align: center;
  width: 680px;
  max-width: 100%;
  margin: 0 auto;
}

.contacto .wrapper-contacto h1 {
  margin: 0 0 10px;
  font-weight: 700;
  font-size: 1.5rem;
}

@media only screen and (max-width: 768px) {
  .contacto .wrapper-contacto h1 {
    font-size: 1rem;
    text-align: left;
  }
}
.contacto .wrapper-contacto p {
  font-size: 1rem;
  margin-bottom: 40px;
}

@media only screen and (max-width: 768px) {
  .contacto .wrapper-contacto p {
    font-size: 0.75rem;
    text-align: left;
  }
}
.contacto .wrapper-contacto .form-contacto {
  border-radius: 6px;
  border: 1px solid #828282;
  padding: 40px;
}

@media only screen and (max-width: 768px) {
  .contacto .wrapper-contacto .form-contacto {
    padding: 20px;
  }
}
.contacto .wrapper-contacto .form-contacto input {
  width: 100%;
  height: 42px;
  border-radius: 6px;
  border: 1px solid #828282;
  padding: 6px 10px;
  margin-bottom: 20px;
}

.contacto .wrapper-contacto .form-contacto select {
  appearance: none;
  background-repeat: no-repeat;
  background-image: url("../images/bg-select.svg");
  background-size: 10px auto;
  background-position: 96% center;
  background-color: transparent;
  height: 42px;
  border-radius: 6px;
  border: 1px solid #828282;
  width: 100%;
  padding: 6px 15px;
  margin-bottom: 20px;
}

.contacto .wrapper-contacto .form-contacto textarea {
  width: 100%;
  height: 135px;
  border-radius: 6px;
  border: 1px solid #828282;
  padding: 6px 10px;
  margin-bottom: 20px;
}

.contacto .wrapper-contacto .form-contacto .formato {
  text-align: left;
}

.contacto .wrapper-contacto .form-contacto .formato label {
  font-size: 1rem;
  margin-bottom: 5px;
}

.contacto .wrapper-contacto .form-contacto .formato .botones-formato {
  display: flex;
  margin-bottom: 15px;
}

.contacto .wrapper-contacto .form-contacto .formato .botones-formato a {
  border-radius: 30px;
  background: #F2F2F2;
  font-size: 0.95rem;
  font-weight: 700;
  color: #fff;
  padding: 8px 15px;
  margin-right: 10px;
}

.contacto .wrapper-contacto .form-contacto .formato .botones-formato a.activo {
  background: #E9500E;
}

.panel-agenda {
  display: none;
}

.panel-agenda.visible {
  display: block;
}

.otras-coberturas {
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s ease;
}

.otras-coberturas.visible {
  max-height: 2000px;
}

.otras-coberturas .card-cobertura {
  margin-bottom: 20px;
}

.calendar {
  width: 360px;
  max-width: 100%;
  margin: 0 auto;
  padding-top: 30px;
}

.calendar #calendar {
  width: 100%;
  border-radius: 6px;
  overflow: hidden;
  border: 1px solid #E9500E;
  padding: 0;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1), 0px 59px 24px 0px rgba(0, 0, 0, 0.01), 0px 92px 26px 0px rgba(0, 0, 0, 0);
}

.calendar .vc-header {
  background: #E9500E;
  color: #fff;
  height: 50px;
  border-radius: 0;
}

.calendar .vc-header__content {
  color: #fff;
}

.calendar .vc-header__content button {
  color: #fff;
  font-size: 0.875rem;
}

.calendar [data-vc-theme=light] .vc-arrow:before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCI+PHBhdGggZmlsbD0iI2ZmZmZmZiIgZD0iTTEyIDE2Yy0uMyAwLS41LS4xLS43LS4zbC02LTZjLS40LS40LS40LTEgMC0xLjRzMS0uNCAxLjQgMGw1LjMgNS4zIDUuMy01LjNjLjQtLjQgMS0uNCAxLjQgMHMuNCAxIDAgMS40bC02IDZjLS4yLjItLjQuMy0uNy4zIi8+PC9zdmc+);
}

.calendar [data-vc-theme=light] .vc-week__day {
  color: #000;
}

.calendar [data-vc-theme=light] .vc-week__day[data-vc-week-day-off] {
  color: #000;
}

.calendar [data-vc-theme=light] .vc-date[data-vc-date-holiday] .vc-date__btn,
.calendar [data-vc-theme=light] .vc-date[data-vc-date-weekend] .vc-date__btn {
  color: #000;
  background: #FDD4AB;
  border-radius: 0;
}

.calendar .vc-date__btn {
  background: #FDD4AB;
  border-radius: 0;
}

.calendar .vc-date__btn:hover {
  background: #E9500E !important;
  color: #fff !important;
}

.calendar [data-vc-date][data-vc-date-disabled] .vc-date__btn {
  color: #cbd5e1 !important;
  background: transparent;
  display: none;
}

.calendar [data-vc-theme=light] .vc-date[data-vc-date-today] .vc-date__btn {
  color: #000;
  background: #FDD4AB;
  border-radius: 0;
}

.calendar [data-vc-theme=light] .vc-date[data-vc-date-holiday][data-vc-date-disabled] .vc-date__btn,
.calendar [data-vc-theme=light] .vc-date[data-vc-date-weekend][data-vc-date-disabled] .vc-date__btn {
  background: transparent !important;
  display: none;
}

.calendar [data-vc-theme=light] .vc-date[data-vc-date-holiday][data-vc-date-selected] .vc-date__btn,
.calendar [data-vc-theme=light] .vc-date[data-vc-date-weekend][data-vc-date-selected] .vc-date__btn {
  background: #E9500E !important;
  color: #fff !important;
}

.calendar [data-vc-theme=light] .vc-date[data-vc-date-selected] .vc-date__btn {
  background: #E9500E !important;
  color: #fff !important;
}

.wrap-video {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
}

.wrap-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.breadcrumb {
  margin-bottom: 0;
}

.breadcrumb-item.active {
  color: #fff;
}

.breadcrumb-item + .breadcrumb-item::before {
  color: #fff;
}

.ui-menu.ui-autocomplete.sf-autocomplete {
  display: none !important;
}

.contacto .wrapper-contacto .form-contacto .my-3 {
  margin-top: 0 !important;
  margin-bottom: 20px !important;
}

.contacto .wrapper-contacto .form-contacto input {
  margin-bottom: 0;
}

.contacto .wrapper-contacto .form-contacto select {
  margin-bottom: 0;
}

.contacto .wrapper-contacto .form-contacto textarea {
  margin-bottom: 0;
}

.invalid-feedback {
  text-align: left;
}

.faq {
  padding: 0 0 3.75rem;
}

.switch-faq {
  padding-top: 3.75rem;
}

.acordeon {
  width: 1080px;
  max-width: 100%;
  margin: 0 auto;
}

.switch {
  border: 1px solid #fff;
  border-radius: 50px;
  width: 312px;
  background: rgba(0, 0, 0, 0.1);
  padding: 8px;
  margin: 0 auto 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.switch .btn-primary {
  height: 44px;
  padding: 5px 28px;
}

.switch .btn-dis {
  color: #bdbdbd;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  padding: 10px 15px;
}

@media only screen and (max-width: 768px) {
  .switch {
    display: none;
  }
}
#sf-search-result-container h3 a {
  color: #000;
}

.pagination {
  justify-content: center;
}

.pagination .page-link {
  color: #E9500E;
}

.page-item.active .page-link {
  background: #E9500E;
  border-color: #E9500E;
}

.item-res {
  border-bottom: 1px solid #eee;
  margin-bottom: 1rem !important;
  padding-bottom: 1rem !important;
}

/* Personalizar la barra de desplazamiento del dropdown de NiceSelect */
.nice-select .list {
  max-height: 200px;
  /* Ajusta la altura según lo necesites */
  overflow-y: auto;
  margin-bottom: 0;
}

/* Estilos para la barra de desplazamiento */
.nice-select .list::-webkit-scrollbar {
  width: 8px;
  /* Ancho de la barra de desplazamiento */
}

/* Estilo del riel de la barra de desplazamiento */
.nice-select .list::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.1);
  /* Color de fondo del riel */
  border-radius: 10px;
}

/* Estilo del pulgar (el control que se mueve) de la barra */
.nice-select .list::-webkit-scrollbar-thumb {
  background: #dfdfdf;
  /* Color del pulgar */
  border-radius: 10px;
}

/* Cambiar el color del pulgar cuando se pasa el ratón sobre él */
.nice-select .list::-webkit-scrollbar-thumb:hover {
  background: #c2c2c2;
  /* Color más oscuro al pasar el ratón */
}

#branch-popup {
  position: absolute;
  top: 100px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1000;
  background: white;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  max-width: 230px;
  overflow: hidden;
  transition: all 0.3s ease;
  padding: 8px;
}

#branch-popup .card-mapa__img {
  width: 100%;
  min-width: 100%;
}

#branch-popup .card-mapa__content {
  width: 100%;
  min-width: 100%;
  padding-left: 0;
}

#branch-popup.hidden {
  display: none;
}

#branch-popup img {
  width: 100%;
  border-bottom: 1px solid #ddd;
}

#branch-popup h4 {
  margin: 0 0 5px;
}

#branch-popup .direccion {
  margin: 0 0 10px;
}

#branch-popup .btn-primary {
  margin: 0;
  height: 37px;
  display: flex;
  font-size: 13px;
}

.card-mapa__cerrar {
  cursor: pointer;
}

.loading-map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: -1;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.98);
}

.loading-map.visible {
  opacity: 1;
  z-index: 99;
}

.loader {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  position: relative;
  animation: rotate 1s linear infinite;
}

.loader::after {
  content: "";
  box-sizing: border-box;
  position: absolute;
  inset: 0px;
  border-radius: 50%;
  border: 5px solid #000;
  animation: prixClipFix 2s linear infinite;
}

.loader::after {
  border-color: #E9500E;
  animation: prixClipFix 2s linear infinite, rotate 0.5s linear infinite reverse;
  inset: 2px;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes prixClipFix {
  0% {
    clip-path: polygon(50% 50%, 0 0, 0 0, 0 0, 0 0, 0 0);
  }
  25% {
    clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 0, 100% 0, 100% 0);
  }
  50% {
    clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 100% 100%, 100% 100%);
  }
  75% {
    clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 100%);
  }
  100% {
    clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 0);
  }
}
.mapa-flex .mapa {
  display: flex;
}

.mapa-flex .mapa-der img {
  width: 100%;
}

.mapa-flex {
  padding: 4rem 0 2rem;
}

.mapa-flex .mapa {
  height: auto;
  border: 1px solid #E9500E;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.25);
  border-radius: 6px;
  padding-left: 1.5rem;
  justify-content: space-between;
}

@media only screen and (max-width: 768px) {
  .mapa-flex .mapa {
    flex-direction: column;
    padding-left: 0;
    height: auto;
  }
}
.mapa-flex .mapa .mapa-izq {
  height: auto;
  overflow: scroll;
  width: 440px;
  position: relative;
}

@media only screen and (max-width: 768px) {
  .mapa-flex .mapa .mapa-izq {
    width: 100%;
    height: 300px;
    display: block;
    margin-bottom: 10px;
  }
}
.mapa-flex .mapa .mapa-izq .cards {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  padding-top: 15px;
}

@media only screen and (max-width: 768px) {
  .mapa-flex .mapa .mapa-izq .cards {
    padding-left: 15px;
  }
}
.mapa-flex .mapa .mapa-izq .card-mapa {
  max-width: 430px;
}

.mapa-flex .mapa .mapa-izq .card-mapa__img {
  width: 240px;
  min-width: 240px;
}

@media only screen and (max-width: 768px) {
  .mapa-flex .mapa .mapa-izq .card-mapa__img {
    width: 55%;
    min-width: 55%;
  }
}
.mapa-flex .mapa .mapa-izq .card-mapa__dato {
  margin-bottom: 15px;
}

.mapa-flex .mapa .mapa-izq .card-mapa__content {
  flex-grow: 1;
}

.mapa-flex .mapa .mapa-izq .card-mapa__content .direccion {
  text-decoration: underline;
  margin-bottom: 0.8rem;
  font-size: 0.66rem;
}

.mapa-flex .mapa .mapa-der {
  max-width: 100%;
  padding-left: 24px;
  min-width: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  position: relative;
}

@media only screen and (max-width: 768px) {
  .mapa-flex .mapa .mapa-der {
    width: 100%;
    max-width: 100%;
    display: block;
    margin: 0;
  }
}
.mapa-flex .mapa .mapa-der #mapaFlex {
  height: auto;
  width: 100%;
  object-fit: cover;
  border-radius: 0 6px 6px 0;
}

.mapa-flex .mapa .mapa-der .pin {
  position: absolute;
  cursor: pointer;
}

.mapa-flex .mapa .mapa-der .pin:hover .card-map-flex {
  opacity: 1;
  visibility: visible;
  z-index: 10;
}

.mapa-flex .mapa .mapa-der .pin#pin1 {
  left: 37.5%;
  top: 12%;
}

@media only screen and (max-width: 550px) {
  .mapa-flex .mapa .mapa-der .pin#pin1 {
    left: 37%;
    top: 6%;
  }
}
.mapa-flex .mapa .mapa-der .pin#pin2 {
  left: 44.5%;
  top: 35%;
}

@media only screen and (max-width: 550px) {
  .mapa-flex .mapa .mapa-der .pin#pin2 {
    left: 43%;
    top: 30%;
  }
}
.mapa-flex .mapa .mapa-der .pin#pin3 {
  left: 59%;
  top: 50%;
}

@media only screen and (max-width: 550px) {
  .mapa-flex .mapa .mapa-der .pin#pin3 {
    left: 55%;
    top: 47%;
  }
}
.mapa-flex .mapa .card-map-flex {
  position: absolute;
  background: #fff;
  padding: 8px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  border-radius: 6px;
  width: 150px;
  opacity: 0;
  bottom: 100%;
  z-index: 10;
  opacity: 0;
  visibility: visible;
  z-index: -1;
  color: #000;
}

.mapa-flex .mapa .card-map-flex h3 {
  font-size: 0.875rem;
  margin: 0;
  font-weight: bold;
}

.mapa-flex .mapa .card-map-flex p {
  font-size: 0.6rem;
  margin-bottom: 0;
}

.mapa-flex .mapa .card-map-flex img {
  width: 96px;
}

@media only screen and (max-width: 768px) {
  .banner-home__img:after {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .banner-home__img img {
    object-position: left;
  }
}
footer {
  background: #333333;
  padding: 30px 0;
}

footer .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media only screen and (max-width: 768px) {
  footer .container {
    flex-direction: column;
    align-items: flex-start;
  }
}
footer .footer__der {
  display: flex;
  align-items: flex-start;
}

@media only screen and (max-width: 768px) {
  footer .footer__der {
    flex-direction: column;
  }
}
footer .logo {
  margin-right: 15px;
}

@media only screen and (max-width: 768px) {
  footer .logo {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 768px) {
  footer .logo img {
    width: 80px;
  }
}
footer h4 {
  color: #fff;
  font-weight: 700;
  margin: 0 0 20px;
  font-size: 1rem;
}

footer p {
  color: #fff;
  font-size: 0.875rem;
  margin-bottom: 10px;
}

footer p img {
  margin-right: 5px;
}

footer p a {
  color: #fff;
}

footer .f-2 {
  margin: 0 120px;
}

@media only screen and (max-width: 768px) {
  footer .f-2 {
    margin: 20px 0;
  }
}
footer .redes .iconos-redes a {
  width: 32px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #E9500E;
  border-radius: 20px;
  margin-right: 8px;
  margin-bottom: 5px;
}

footer .redes .iconos-redes a:hover {
  background: #F76A18;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.copy {
  background: #000;
  color: #fff;
  text-align: center;
  font-size: 0.875rem;
  padding: 8px 0;
}

.banner-home.v1 {
  height: calc(100vh - 75px);
  position: relative;
}
.banner-home.v1 .patron {
  position: absolute;
  left: 1rem;
  bottom: 1rem;
  z-index: 2;
}
.banner-home.v1 .banner-home__img {
  width: 100%;
  height: 100%;
}
.banner-home.v1 .banner-home__img img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.banner-home.v1 .banner-home__img:after {
  display: none;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 50%;
  height: 100%;
  background: linear-gradient(90deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.2903755252) 60%, rgba(0, 0, 0, 0) 100%);
}
.banner-home.v1 .banner-home__img .carrusel {
  height: 100%;
}
.banner-home.v1 .banner-home__img .carrusel img {
  height: calc(100vh - 75px);
}
.banner-home.v1 .banner-home__img .tns-nav {
  position: absolute;
  bottom: 1rem;
  z-index: 10;
  width: 100%;
  text-align: center;
}
.banner-home.v1 .banner-home__txt {
  position: absolute;
  z-index: 3;
  top: 0;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  padding-left: 6rem;
}
@media only screen and (max-width: 768px) {
  .banner-home.v1 .banner-home__txt {
    padding-left: 0;
  }
}
@media only screen and (max-width: 768px) {
  .banner-home.v1 .banner-home__txt {
    transform: translateY(-50%);
    display: flex;
  }
}
.banner-home.v1 .banner-home__txt h1 {
  color: #fff;
  margin: 0 0 20px;
  font-size: 3.25rem;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  max-width: 335px;
}
@media only screen and (max-width: 768px) {
  .banner-home.v1 .banner-home__txt h1 {
    font-size: 46px;
    margin-bottom: 10px;
  }
  .banner-home.v1 .banner-home__txt h1 br {
    display: none;
  }
}
.banner-home.v1 .banner-home__txt .botones {
  border: 1px solid #fff;
  border-radius: 50px;
  width: 312px;
  padding: 8px;
  margin-bottom: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
}
.banner-home.v1 .banner-home__txt p {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 0.5rem;
}
.banner-home.v1 .banner-home__txt .botones .btn-primary {
  height: 44px;
  padding: 5px 28px;
  font-weight: 700;
}
.banner-home.v1 .banner-home__txt .botones .btn-dis {
  color: #000;
  font-family: "Poppins", sans-serif;
  padding: 10px 15px;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .banner-home.v1 .banner-home__txt .botones {
    font-size: 12px;
    padding: 4px;
    width: 220px;
    margin-top: 25px;
    margin-left: auto;
    margin-right: auto;
  }
  .banner-home.v1 .banner-home__txt .botones .btn-primary {
    font-size: 12px;
    padding: 4px 8px;
    height: 26px;
  }
  .banner-home.v1 .banner-home__txt .botones .btn-dis {
    height: 26px;
    padding: 4px 8px;
  }
}

@media only screen and (max-width: 768px) {
  .banner-home.v1 {
    height: auto;
  }
}
.banner-home.v1__txt {
  display: flex;
}
.banner-home.v1__txt h1 span {
  color: #F76A18;
}
@media only screen and (max-width: 768px) {
  .banner-home.v1 .container {
    width: auto;
  }
}
.banner-home.v1 .item {
  position: relative;
}
.banner-home.v1 .banner-home__txt .btn-primary {
  border: 2px solid #fff;
}
.banner-home.v1 .banner-home__txt .btn-black {
  border: 2px solid #fff;
}

.box-contrato {
  height: 445px;
  width: 809px;
  max-width: 100%;
  border: 1px solid #E9500E;
  border-radius: 6px;
  margin: 0 auto 2rem;
  padding: 18px 36px;
  overflow: auto;
  font-size: 22px;
  /* Scrollbar para navegadores WebKit */
}
.box-contrato p {
  font-size: 22px;
}
@media only screen and (max-width: 768px) {
  .box-contrato {
    padding: 18px;
    font-size: 18px;
  }
  .box-contrato p {
    font-size: 18px;
  }
}
.box-contrato::-webkit-scrollbar {
  width: 15px;
}
.box-contrato::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 6px;
}
.box-contrato::-webkit-scrollbar-thumb {
  background-color: #d9d9d9;
  border-radius: 6px;
  border: 3px solid #f1f1f1;
  cursor: pointer;
  transition: all 0.3s ease;
}
.box-contrato::-webkit-scrollbar-thumb:hover {
  background-color: #ccc;
}

.tns-outer {
  touch-action: pan-y;
}
@media (max-width: 992px) {
  .iconos-laterales {
    top: initial;
    bottom: 0;
    position: fixed;
    flex-direction: row;
    width: 100%;
    left: 0;
    right: 0;
    justify-content: center;
    align-items: center;
  }
  .iconos-laterales > a,
  .iconos-laterales > .paga-aki,
  .iconos-laterales > .btn-wsp {
    width: 33.3333333%;
    height: 90px;
    margin-bottom: 0;
    border-radius: 0;
  }
  .iconos-laterales > .btn-wsp {
    display: flex;
    flex-direction: column;
  }
  .iconos-laterales > a > img,
  .iconos-laterales > .paga-aki > img {
    width: 30px;
  }
  .iconos-laterales > .btn-wsp > em {
    font-size: 33px;
  }
}
/** PREGUNTAS FRECUENTES FAQ **/
.akikb-faq h1 {
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
}
.akikb-faq .tab-buttons {
    background: rgba(0, 0, 0, 0.1);
    width: max-content;
}
.akikb-faq .tab-buttons button{
    color: #BDBDBD;
    font-family: "Poppins", sans-serif;
    font-size: 12px;
    font-weight: 500;
    padding: 10px 20px;
    background-color: transparent;
}
.akikb-faq .tab-buttons button.active{
    color: white;
    background-color: #E9500E;
}
.akikb-faq .tab-content.active {
  display: block;
}
.akikb-faq .tab-content:not(.active, .sf_colsIn) {
  display: none;
}
.acordeon-faq-tabs .item-ac,
.acordeon-faq-tabs .item-ac__ic {
    border: 0;
}
.acordeon-faq-tabs .js-accordion-title {
    background-color: transparent;
    font-size: 16px;
    font-weight: 600;
    font-family: Inter, sans-serif;
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgb(178, 178, 178);
    border-radius: 0;
}
.acordeon-faq-tabs .js-accordion-title.activo {
    color: rgb(233, 80, 14);
    border-bottom: 1px solid rgb(233, 80, 14);
}
.acordeon-faq-tabs .js-accordion-content .c-ac {
    padding: 15px;
}
.acordeon-faq-tabs .js-accordion-content .c-ac p {
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
    font-family: "Inter", sans-serif;
    text-align: left;
}
@media (min-width: 992px) {
    .akikb-faq h1 {
        font-size: 40px;
    }   
    .akikb-faq .tab-buttons button{
        font-size: 16px;
    }
    .akikb-contact .akikb-contact__box-img-bg {
        min-height: 480px;
    }
}
/* Carrusel Proveedores */
.c-proveedor {
    border: 1px solid #757575;
    border-radius: 6px;
    padding: 15px;
}
.c-proveedor .item-logo {
    overflow: hidden;
    width: 178px;
    height: 101px;
    margin: auto;
    margin-bottom: 1rem;
}
.c-proveedor .item-logo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.c-proveedor h4 {
    font-size: 18px;
    font-weight: 700;
    text-align: center;
}
.c-proveedor .item-phone,
.c-proveedor .item-website {
    font-size: 14px;
    color: #757575;
    display: flex;
    padding: 4px 12px;
    background-color: #F2F2F2;
    border-radius: 20px;
    max-width: max-content;
    align-items: center;
}
.c-proveedor .item-phone img,
.c-proveedor .item-website img {
    width: 12px;
    height: 12px;
    margin-right: 5px;
}

/* CARD CONTACTO */
.akikb-contact .akikb-contact__box {
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.25);
    border: 1px solid rgba(130, 130, 130, 1);
    border-radius: 6px;
    overflow: hidden;
}
.akikb-contact .akikb-contact__box figure {
    max-height: 262px;
    overflow: hidden;
}
.akikb-contact .akikb-contact__box figure img {
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.akikb-contact .akikb-contact__box h4 {
    font-weight: 700;
}
.akikb-contact .akikb-contact__box p {
    text-align: center;
}
.akikb-contact .akikb-contact__box .akikb-contact__box-btn {
    color: white;
    background-color: #E9500E;
    display: inline-block;
}
.akikb-contact .akikb-contact__box .akikb-contact__box-btn:hover {
    background-color: #c64108;
}
/* PAGINA INTERIOR FORM CONTACTO */
.akikb-contact .btn-volver {
    display: flex;
    align-items: center;
    color: black;
    font-weight: 400;
    text-decoration: underline;
}
.akikb-contact .btn-volver img {
    max-height: 16px;
    margin-right: 10px;
}
.akikb-contact .akikb-contact__checklist {
    display: flex;
    align-items: center;
}
.akikb-contact .akikb-contact__checklist img {
    width: 30px;
    height: 30px;
    margin-right: 10px;
}
.akikb-contact .akikb-contact__checklist h6 {
    font-weight: 400;
    text-align: left;
}
.akikb-contact .akikb-contact__box-img-bg {
    overflow: hidden;
    position: relative;
    min-height: 300px;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: end;
}
.akikb-contact .akikb-contact__box-img-bg img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}
.akikb-contact .akikb-contact__box-img-bg .btn {
    border: 2px solid white;
}
/*** FORM FLEX NUEVO ***/
.contacto .wrapper-contacto .contact-title h1 {
    color: #e9500e;
    font-size: 34px;
}
.contacto .wrapper-contacto .form-flex-nuevo .form-label.fs-6 {
    display: none;
}
.contacto .wrapper-contacto .form-flex-nuevo .form-contacto {
    border: none;
    padding: 0;
}
.contacto .wrapper-contacto .form-flex-nuevo .list-inline {
    display: flex;
}
.contacto .wrapper-contacto .form-flex-nuevo .list-inline .form-check-inline {
    border: 1px solid #c6c6c6;
    border-radius: 15px;
    display: flex;
    align-items: center;
    width: 130px;
    padding: 8px 12px;
    margin: 0;
    margin-right: 1rem;
    min-height: 50px;
}
.contacto .wrapper-contacto .form-flex-nuevo .list-inline .form-check-inline .form-check-label {
    display: flex;
    width: 70%;
    color: #666666;
    font-size: 14px;
}
.contacto .wrapper-contacto .form-flex-nuevo .list-inline .form-check-inline .form-check-input {
    border: 1px solid #c6c6c6;
    width: 25px;
    height: 25px;
    border-radius: 25px;
    margin: 0;
}
.contacto .wrapper-contacto .form-flex-nuevo .list-inline .form-check-inline .form-check-input:checked {
    background: #e9500e;
}
.contacto .wrapper-contacto .form-flex-nuevo .form-contacto .form-control,
.contacto .wrapper-contacto .form-flex-nuevo .form-contacto .form-select {
    border-radius: 15px;
    border: 1px solid #c6c6c6;
    padding: 8px 12px;
    margin-bottom: 2rem;
    font-size: 14px;
    color: #666666;
}
.contacto .wrapper-contacto .form-flex-nuevo .form-contacto .form-input::placeholder {
    color: #666666;
}

/* NUEVO HOME */
@media (min-width: 200px) {
  .akikb__btns-fixed {
    position: fixed;
    right: -11px;
    bottom: 25%;
    z-index: 10;
  }
  .akikb__btns-fixed .btn__paga-aki,
  .akikb__btns-fixed .btn__whatsapp {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 21px 10px 10px;
    height: 70px;
    width: 80px;
    border-radius: 8px 0 0 8px;
    text-decoration: none;
    border: 1px solid white;
    transition: all 0.4s ease;
    right: 0;
  }
  .akikb__btns-fixed .btn__paga-aki:hover,
  .akikb__btns-fixed .btn__whatsapp:hover {
    right: 10px;
  }
  .akikb__btns-fixed .btn__paga-aki {
    background-color: #e94f1b;
    margin-bottom: 10px;
  }
  .akikb__btns-fixed .btn__paga-aki img {
    width: 47px;
    height: 47px;
  }
  .akikb__btns-fixed .btn__whatsapp {
    background-color: #3aaa35;
    margin-top: 10px;
  }
  .akikb__btns-fixed .btn__whatsapp .fa-whatsapp {
    font-size: 45px;
    color: white;
  }
  .akikb__banner-arrienda {
    position: relative;
    overflow: hidden;
  }
  .akikb__banner-arrienda video {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    transition: all 0.4s ease;
  }
  .akikb__banner-arrienda video.overlay-dark {
    filter: brightness(0.35);
  }
  .akikb__banner-arrienda video.overlay-orange {
    filter: brightness(35%) sepia(1) saturate(4) hue-rotate(-20deg);
  }
  .akikb__banner-arrienda h1 {
    color: white;
    font-size: 60px;
    font-weight: 700;
    font-family: "Poppins", sans-serif;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
  }
  .akikb__banner-arrienda h1 strong {
    font-size: 60px;
    font-weight: 700;
  }
  .akikb__banner-arrienda .nav-tabs {
    background-color: rgba(0, 0, 0, 0.3);
    border: 2px solid rgba(255, 255, 255, 0.5);
    padding: 5px;
    width: -moz-max-content;
    width: max-content;
  }
  .akikb__banner-arrienda .nav-tabs .nav-link {
    color: white;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
  }
  .akikb__banner-arrienda .nav-tabs .nav-link:hover {
    border-color: white;
  }
  .akikb__banner-arrienda .nav-tabs .nav-link.active {
    -webkit-text-stroke: 1px;
    border-color: #e94f1b;
    background-color: #e94f1b;
  }
  .akikb__banner-arrienda .nav-tabs .nav-link.active#nav-bodegasflex-tab {
    -webkit-text-stroke: 1px;
    color: #333;
    border-color: #fff;
    background-color: #fff;
  }
  .akikb__carrusel-youtube {
    background-color: #e94f1b;
    position: relative;
  }
  .akikb__carrusel-youtube.bg-black {
    background-color: #1d1d1d;
  }
  .akikb__carrusel-youtube > img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    opacity: 0.1;
    width: 90%;
    height: 100%;
    z-index: 1;
  }
  .akikb__carrusel-youtube h3 {
    color: #e94f1b;
    font-family: "Poppins", sans-serif;
    font-size: 40px;
    font-weight: 700;
    text-align: center;
  }
  .akikb__carrusel-youtube .tns-outer {
    position: relative;
    z-index: 3;
  }
  .akikb__carrusel-youtube .tns-outer .tns-inner {
    width: 84%;
    margin: auto !important;
    overflow: hidden;
  }
  .akikb__carrusel-youtube .tns-outer .tns-controls {
    display: flex !important;
    justify-content: space-between;
    position: relative;
    top: 50%;
  }
  .akikb__carrusel-youtube .tns-outer .tns-controls [data-controls] {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    background: none;
  }
  .akikb__carrusel-youtube .carrusel-minibodegas,
  .akikb__carrusel-youtube .carrusel-bodegasflex {
    position: relative;
    z-index: 3;
  }
  .akikb__carrusel-youtube .video-youtube {
    margin: 10px;
    max-width: 360px;
    aspect-ratio: 9/16;
    overflow: hidden;
    border-radius: 10px;
  }
  .akikb__carrusel-youtube .video-youtube > iframe {
    width: 100%;
    height: 100%;
  }
}
@media (min-width: 576px) {
  .akikb__banner-arrienda .nav-tabs {
    padding: 8px;
  }
  .akikb__banner-arrienda .nav-tabs .nav-link {
    font-size: 22px;
  }
  .akikb__carrusel-youtube h3 {
    font-size: 55px;
  }
}
@media (min-width: 992px) {
  .akikb__btns-fixed {
    top: 25%;
    bottom: initial;
  }
  .akikb__banner-arrienda video {
    height: initial;
  }
  .akikb__banner-arrienda h1 {
    font-size: 70px;
  }
  .akikb__banner-arrienda h1 strong {
    font-size: 80px;
  }
  .akikb__banner-arrienda .nav-tabs {
    padding: 8px;
  }
  .akikb__banner-arrienda .nav-tabs .nav-link {
    font-size: 26px;
  }
  .akikb__carrusel-youtube h3 {
    font-size: 70px;
  }
  .akikb__carrusel-youtube .tns-outer .tns-inner {
    width: 94%;
  }
}
@media (min-width: 1200px) {
  .akikb__banner-arrienda h1 {
    font-size: 90px;
  }
  .akikb__banner-arrienda h1 strong {
    font-size: 100px;
  }
}