/* Template Name: Kasy
   File Description: Main Css file of the template
*/
/****************************************

01.variables
02.general
03.helper
04.components
05.avatar
06.menu
07.home
08.about
09.features
10.counter
11.calendar
12.footer


*****************************************/
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;700&family=Roboto:wght@500;700&display=swap");
:root {
  --colorblackayc: #4B5654;
  --colortxtwhite: white;
  --colorprimary: #004D43;
  --colorgrisclaro: #bbbbbb;
  --colornegro: rgb(0 0 0);
}
body {
   background:
    radial-gradient(circle at 10% 15%, rgba(0,95,84,0.05), transparent 22%),
    radial-gradient(circle at 90% 10%, rgba(0,95,84,0.04), transparent 24%),
    #f5f7f6;
  font-family: "Poppins", sans-serif;
  color: #000000;
  font-size: 15px;
  padding: 0px 20px 20px 20px;
  padding-top:130px;
  
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  line-height: 1.3;
}

a {
  text-decoration: none;
  outline: none;
}

p {
  line-height: 1.6;
}

html {
  scroll-padding-top: 70px;
  scroll-behavior: smooth;
}

.row > * {
  position: relative;
}

/*******color Loop*******/
.text-primary {
  color: #4baae9 !important;
}

.bg-primary {
  background-color: #4baae9 !important;
}

.bg-soft-primary {
  background-color: rgba(75, 170, 233, 0.18) !important;
}

.text-success {
  color: #00776d !important;
}

.bg-success {
  background-color: #00776d !important;
}

.bg-soft-success {
  background-color: rgba(0, 119, 109, 0.18) !important;
}

.text-info {
  color: #49c6e5 !important;
}

.bg-info {
  background-color: #49c6e5 !important;
}

.bg-soft-info {
  background-color: rgba(73, 198, 229, 0.18) !important;
}

.text-warning {
  color: #fb8916 !important;
}

.bg-warning {
  background-color: #fb8916 !important;
}

.bg-soft-warning {
  background-color: rgba(251, 137, 22, 0.18) !important;
}

.text-danger {
  color: #ef4b4b !important;
}

.bg-danger {
  background-color: #ef4b4b !important;
}

.bg-soft-danger {
  background-color: rgba(239, 75, 75, 0.18) !important;
}

.text-light {
  color: #bbbaba !important;
}

.bg-light {
  background-color: #bbbaba !important;
}

.flex-box-two{
  display: flex;
  justify-content: left;
  margin-top: 60px;
}
.fx-ch{
  width: 100px;
  height: 107px;
  margin: 1px;
  text-align: center;
  line-height: 75px;
  font-size: 30px;
  background-image: url(../imgs/f-calendar.svg);
  background-position: center top;
  background-repeat: no-repeat;
}
.box-fecha{
  position:relative;
  width: 100px;
  height: 100px;
  margin-top: 7px;
  border: solid var(--colortxtwhite) 2px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;

}
.horaone{
  font-size: 1.2rem;
  color: white;
  height: 14px;
  width: auto;
  margin-top: 5px;
  }
  .horatwo{
    font-size: 0.7rem;
  color: black;
  height: 14px;
  width: auto;
  margin-top: -9px;
  }
.box-mes{
  width: 100%;
  height:24px;
  background-color: var(--colortxtwhite);
  margin-top: 15px;
  text-align: center;
  line-height: 24px;
  font-size: 0.8em;
  color: var(--colorblackayc);
}
.box-dia{
  width: 100%;
  height:65px;
  margin-top: 4px;
  text-align: center;
  line-height: 46px;
  font-size: 2em;
  color: var(--colortxtwhite);

  font-weight: bold !important;
}

.fx-l{
  color: var(--colortxtwhite);
  margin: 0px 15px;
  text-align: center;
}

.flex-box-tree-vertical{
display: flex;
flex-direction: column;
text-align: left;
color: var(--colortxtwhite);
}
.fx-vertical{
position: relative;
width:auto;
}


.starter-template {
    padding: 3rem 1.5rem;
    text-align: center;
}


.suba-ban{
height: 45px;
line-height: 50px;
font-weight: lighter !important;
font-size: 2.5em;
text-shadow: #00000052 1px 1px 2px;
}
.tit-suba{
height: 45px;
line-height: 40px;
font-size: 1.8em;
text-shadow: #00000052 1px 1px 2px;
}
.logo-empre{
height: 34px;
}
.carousel-caption-ayc {
  position: absolute;
  right: 15%;
  bottom: 10px;
  left: 5%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: var(--colorblackayc);
  text-align: center;
}

.bg-soft-light {
  background-color: rgba(187, 186, 186, 0.18) !important;
}

.text-dark {
  color: #263350 !important;
}

.bg-dark {
  background-color: #263350 !important;
}

.bg-soft-dark {
  background-color: rgba(38, 51, 80, 0.18) !important;
}

.text-muted {
  color: #839393 !important;
}

.bg-muted {
  background-color: #839393 !important;
}

.bg-soft-muted {
  background-color: rgba(131, 147, 147, 0.18) !important;
}

.text-white {
  color: #ffffff !important;
}

.bg-white {
  background-color: #ffffff !important;
}

.bg-soft-white {
  background-color: rgba(255, 255, 255, 0.18) !important;
}

.section {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

/*******font-size*******/
.fs-12 {
  font-size: 12px;
}

.fs-13 {
  font-size: 13px;
}

.fs-14 {
  font-size: 14px;
}

.fs-15 {
  font-size: 15px;
}

.fs-16 {
  font-size: 16px;
}

.fs-17 {
  font-size: 17px;
}

.fs-18 {
  font-size: 18px;
}

.fs-19 {
  font-size: 19px;
}

.fs-20 {
  font-size: 20px;
}

/**********bg-overlay***************/
.bg-overlay {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

/************** heading *****************/
.heading {
  display: inline-block;
}
.heading h2 {
  text-transform: capitalize;
  font-size: 26px;
  letter-spacing: 0.5px;
  font-weight: 500;
}

.box {
  height: 3px;
  position: relative;
  overflow: hidden;
}

.first::after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 3px;
  width: 90px;
  background: #004d43;
  animation: first 8s infinite linear;
}

@keyframes first {
  from {
    left: 0;
    transform: translateX(-100%);
  }
  50% {
    left: 100%;
    transform: translateX(0%);
  }
  to {
    left: 0;
    transform: translateX(-100%);
  }
}
/***********home shape arrow***************/
.home-shape-arrow {
  position: absolute;
  width: 100%;
  z-index: 1;
  left: 0;
}
.home-shape-arrow .arrows {
  width: 50px;
  height: 56px;
  position: absolute;
  left: 50%;
  margin-left: -30px;
  bottom: -31px;
}
.home-shape-arrow .arrows path {
  stroke-width: 1px;
  animation: arrow 2s infinite;
}

@keyframes arrow {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.arrows path.a1 {
  animation-delay: -1s;
}

.arrows path.a2 {
  animation-delay: -0.5s;
}

.arrows path.a3 {
  animation-delay: 0s;
}

#back-to-top {
  width: 40px;
  height: 40px;
  position: fixed;
  bottom: 20px;
  z-index: 999;
  right: 30px;
  background: #004D43;
  border-color: transparent;
  border-radius: 50%;
  color: #ffffff;
  transition: all 0.5s ease;
  display: none;
  animation: back-to-top 750ms ease-in infinite alternate;
}
#back-to-top:hover {
  background-color: white;
  color: black;
  border: 1px solid;
}

@keyframes back-to-top {
  0% {
    transform: translateY(-25%);
    opacity: 1;
  }
  100% {
    transform: translateY(25%) scale(0.9);
    opacity: 0.9;
  }
}
/*******font-weight*******/
.fw-medium {
  font-weight: 500;
}

.fw-semibold {
  font-weight: 600;
}

/*******link color*******/
.primary-link {
  color: #263350;
  transition: all 0.5s ease;
}
.primary-link:hover {
  color: #4baae9;
}

@media (min-width: 1400px) {
  .container {
    max-width: 1320px !important;
  }
}
.btn {
  padding: 14px 36px;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.5s ease;
  position: relative;
  border-radius: 6px;
}

.btn-listado{
  padding: 4px 23px!important;
}

.btn:hover {
  text-shadow: 0px 0.2px 0px rgb(0, 0, 0);
}
.btn:focus {
  box-shadow: none;
}

.btn-primary {
  background: #004d43;
  border-color: #004d43;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary.focus, .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary .open > .dropdown-toggle.btn-primary {
  background: #39a1e7;
  border-color: #39a1e7;
  box-shadow: 0px 8px 20px -6px rgba(75, 170, 233, 0.6);
  transform: translateY(-6px);
}

.btn-outline-primary {
  color: #4baae9;
  border-color: #4baae9;
}
.btn-outline-primary:hover, .btn-outline-primary:focus, .btn-outline-primary:active, .btn-outline-primary.active, .btn-outline-primary.focus, .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary .open > .dropdown-toggle.btn-primary {
  background: #4baae9;
  border-color: #4baae9;
  box-shadow: 0px 8px 20px -6px rgba(75, 170, 233, 0.6);
  transform: translateY(-6px);
}

.btn-success {
  background: #00776d;
  border-color: #00776d;
}
.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .btn-success.focus, .btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled):active:focus,
.btn-success .open > .dropdown-toggle.btn-primary {
  background: #00635a;
  border-color: #00635a;
  box-shadow: 0px 8px 20px -6px rgba(0, 119, 109, 0.6);
  transform: translateY(-6px);
}

.btn-outline-success {
  color: #00776d;
  border-color: #00776d;
}
.btn-outline-success:hover, .btn-outline-success:focus, .btn-outline-success:active, .btn-outline-success.active, .btn-outline-success.focus, .btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled):active:focus,
.btn-outline-success .open > .dropdown-toggle.btn-primary {
  background: #00776d;
  border-color: #00776d;
  box-shadow: 0px 8px 20px -6px rgba(0, 119, 109, 0.6);
  transform: translateY(-6px);
}

.btn-info {
  background: #49c6e5;
  border-color: #49c6e5;
}
.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .btn-info.focus, .btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled):active:focus,
.btn-info .open > .dropdown-toggle.btn-primary {
  background: #37c0e2;
  border-color: #37c0e2;
  box-shadow: 0px 8px 20px -6px rgba(73, 198, 229, 0.6);
  transform: translateY(-6px);
}

.btn-outline-info {
  color: #49c6e5;
  border-color: #49c6e5;
}
.btn-outline-info:hover, .btn-outline-info:focus, .btn-outline-info:active, .btn-outline-info.active, .btn-outline-info.focus, .btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled):active:focus,
.btn-outline-info .open > .dropdown-toggle.btn-primary {
  background: #49c6e5;
  border-color: #49c6e5;
  box-shadow: 0px 8px 20px -6px rgba(73, 198, 229, 0.6);
  transform: translateY(-6px);
}

.btn-warning {
  background: #fb8916;
  border-color: #fb8916;
}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .btn-warning.focus, .btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled):active:focus,
.btn-warning .open > .dropdown-toggle.btn-primary {
  background: #f87f04;
  border-color: #f87f04;
  box-shadow: 0px 8px 20px -6px rgba(251, 137, 22, 0.6);
  transform: translateY(-6px);
}

.btn-outline-warning {
  color: #fb8916;
  border-color: #fb8916;
}
.btn-outline-warning:hover, .btn-outline-warning:focus, .btn-outline-warning:active, .btn-outline-warning.active, .btn-outline-warning.focus, .btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.btn-outline-warning .open > .dropdown-toggle.btn-primary {
  background: #fb8916;
  border-color: #fb8916;
  box-shadow: 0px 8px 20px -6px rgba(251, 137, 22, 0.6);
  transform: translateY(-6px);
}

.btn-danger {
  background: #ef4b4b;
  border-color: #ef4b4b;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .btn-danger.focus, .btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled):active:focus,
.btn-danger .open > .dropdown-toggle.btn-primary {
  background: #ed3838;
  border-color: #ed3838;
  box-shadow: 0px 8px 20px -6px rgba(239, 75, 75, 0.6);
  transform: translateY(-6px);
}

.btn-outline-danger {
  color: #ef4b4b;
  border-color: #ef4b4b;
}
.btn-outline-danger:hover, .btn-outline-danger:focus, .btn-outline-danger:active, .btn-outline-danger.active, .btn-outline-danger.focus, .btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.btn-outline-danger .open > .dropdown-toggle.btn-primary {
  background: #ef4b4b;
  border-color: #ef4b4b;
  box-shadow: 0px 8px 20px -6px rgba(239, 75, 75, 0.6);
  transform: translateY(-6px);
}

.btn-light {
  background: #bbbaba;
  border-color: #bbbaba;
}
.btn-light:hover, .btn-light:focus, .btn-light:active, .btn-light.active, .btn-light.focus, .btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled):active:focus,
.btn-light .open > .dropdown-toggle.btn-primary {
  background: #b1b0b0;
  border-color: #b1b0b0;
  box-shadow: 0px 8px 20px -6px rgba(187, 186, 186, 0.6);
  transform: translateY(-6px);
}

.btn-outline-light {
  color: #bbbaba;
  border-color: #bbbaba;
}
.btn-outline-light:hover, .btn-outline-light:focus, .btn-outline-light:active, .btn-outline-light.active, .btn-outline-light.focus, .btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled):active:focus,
.btn-outline-light .open > .dropdown-toggle.btn-primary {
  background: #bbbaba;
  border-color: #bbbaba;
  box-shadow: 0px 8px 20px -6px rgba(187, 186, 186, 0.6);
  transform: translateY(-6px);
}

.btn-dark {
  background: #263350;
  border-color: #263350;
}
.btn-dark:hover, .btn-dark:focus, .btn-dark:active, .btn-dark.active, .btn-dark.focus, .btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled):active:focus,
.btn-dark .open > .dropdown-toggle.btn-primary {
  background: #1f2a42;
  border-color: #1f2a42;
  box-shadow: 0px 8px 20px -6px rgba(38, 51, 80, 0.6);
  transform: translateY(-6px);
}

.btn-outline-dark {
  color: #263350;
  border-color: #263350;
}
.btn-outline-dark:hover, .btn-outline-dark:focus, .btn-outline-dark:active, .btn-outline-dark.active, .btn-outline-dark.focus, .btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.btn-outline-dark .open > .dropdown-toggle.btn-primary {
  background: #263350;
  border-color: #263350;
  box-shadow: 0px 8px 20px -6px rgba(38, 51, 80, 0.6);
  transform: translateY(-6px);
}

.btn-muted {
  background: #839393;
  border-color: #839393;
}
.btn-muted:hover, .btn-muted:focus, .btn-muted:active, .btn-muted.active, .btn-muted.focus, .btn-muted:not(:disabled):not(.disabled):active, .btn-muted:not(:disabled):not(.disabled):active:focus,
.btn-muted .open > .dropdown-toggle.btn-primary {
  background: #788a8a;
  border-color: #788a8a;
  box-shadow: 0px 8px 20px -6px rgba(131, 147, 147, 0.6);
  transform: translateY(-6px);
}

.btn-outline-muted {
  color: #839393;
  border-color: #839393;
}
.btn-outline-muted:hover, .btn-outline-muted:focus, .btn-outline-muted:active, .btn-outline-muted.active, .btn-outline-muted.focus, .btn-outline-muted:not(:disabled):not(.disabled):active, .btn-outline-muted:not(:disabled):not(.disabled):active:focus,
.btn-outline-muted .open > .dropdown-toggle.btn-primary {
  background: #839393;
  border-color: #839393;
  box-shadow: 0px 8px 20px -6px rgba(131, 147, 147, 0.6);
  transform: translateY(-6px);
}

.btn-white {
  background: #ffffff;
  border-color: #ffffff;
}
.btn-white:hover, .btn-white:focus, .btn-white:active, .btn-white.active, .btn-white.focus, .btn-white:not(:disabled):not(.disabled):active, .btn-white:not(:disabled):not(.disabled):active:focus,
.btn-white .open > .dropdown-toggle.btn-primary {
  background: whitesmoke;
  border-color: whitesmoke;
  box-shadow: 0px 8px 20px -6px rgba(255, 255, 255, 0.6);
  transform: translateY(-6px);
}

.btn-outline-white {
  color: #ffffff;
  border-color: #ffffff;
}
.btn-outline-white:hover, .btn-outline-white:focus, .btn-outline-white:active, .btn-outline-white.active, .btn-outline-white.focus, .btn-outline-white:not(:disabled):not(.disabled):active, .btn-outline-white:not(:disabled):not(.disabled):active:focus,
.btn-outline-white .open > .dropdown-toggle.btn-primary {
  background: #ffffff;
  border-color: #ffffff;
  box-shadow: 0px 8px 20px -6px rgba(255, 255, 255, 0.6);
  transform: translateY(-6px);
}

.btn.btn-outline-white:focus, .btn.btn-outline-white:active, .btn.btn-outline-white:hover, .btn.btn-outline-white.active, .btn.btn-outline-light:focus, .btn.btn-outline-light:active, .btn.btn-outline-light:hover, .btn.btn-outline-light.active {
  color: #263350;
}
.btn.btn-outline-primary:focus, .btn.btn-outline-primary:active, .btn.btn-outline-primary:hover, .btn.btn-outline-primary.active, .btn.btn-outline-dark:focus, .btn.btn-outline-dark:active, .btn.btn-outline-dark:hover, .btn.btn-outline-dark.active, .btn.btn-outline-success:focus, .btn.btn-outline-success:active, .btn.btn-outline-success:hover, .btn.btn-outline-success.active {
  color: #ffffff !important;
}

.btn-soft-primary {
  color: #4baae9;
  background-color: rgba(75, 170, 233, 0.1);
  border-color: transparent;
}
.btn-soft-primary:hover, .btn-soft-primary:focus, .btn-soft-primary:active {
  color: #ffffff;
  background-color: #4baae9;
}

.btn-soft-success {
  color: #00776d;
  background-color: rgba(0, 119, 109, 0.1);
  border-color: transparent;
}
.btn-soft-success:hover, .btn-soft-success:focus, .btn-soft-success:active {
  color: #ffffff;
  background-color: #00776d;
}

.btn-soft-info {
  color: #49c6e5;
  background-color: rgba(73, 198, 229, 0.1);
  border-color: transparent;
}
.btn-soft-info:hover, .btn-soft-info:focus, .btn-soft-info:active {
  color: #ffffff;
  background-color: #49c6e5;
}

.btn-soft-warning {
  color: #fb8916;
  background-color: rgba(251, 137, 22, 0.1);
  border-color: transparent;
}
.btn-soft-warning:hover, .btn-soft-warning:focus, .btn-soft-warning:active {
  color: #ffffff;
  background-color: #fb8916;
}

.btn-soft-danger {
  color: #ef4b4b;
  background-color: rgba(239, 75, 75, 0.1);
  border-color: transparent;
}
.btn-soft-danger:hover, .btn-soft-danger:focus, .btn-soft-danger:active {
  color: #ffffff;
  background-color: #ef4b4b;
}

.btn-soft-light {
  color: #bbbaba;
  background-color: rgba(187, 186, 186, 0.1);
  border-color: transparent;
}
.btn-soft-light:hover, .btn-soft-light:focus, .btn-soft-light:active {
  color: #ffffff;
  background-color: #bbbaba;
}

.btn-soft-dark {
  color: #263350;
  background-color: rgba(38, 51, 80, 0.1);
  border-color: transparent;
}
.btn-soft-dark:hover, .btn-soft-dark:focus, .btn-soft-dark:active {
  color: #ffffff;
  background-color: #263350;
}

.btn-soft-muted {
  color: #839393;
  background-color: rgba(131, 147, 147, 0.1);
  border-color: transparent;
}
.btn-soft-muted:hover, .btn-soft-muted:focus, .btn-soft-muted:active {
  color: #ffffff;
  background-color: #839393;
}

.btn-soft-white {
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.1);
  border-color: transparent;
}
.btn-soft-white:hover, .btn-soft-white:focus, .btn-soft-white:active {
  color: #ffffff;
  background-color: #ffffff;
}

.avatar-xs {
  height: 1.5rem;
  width: 1.5rem;
}

.avatar-sm {
  height: 3rem;
  width: 3rem;
}

.avatar-md {
  height: 4rem;
  width: 4rem;
}

.avatar-lg {
  height: 6rem;
  width: 6rem;
}

.avatar-xl {
  height: 7.5rem;
  width: 7.5rem;
}

.avatar-title {
  background-color: #004d43;
  color: #ffffff;
  display: flex;
  font-weight: 500;
  height: 100%;
  justify-content: center;
  width: 100%;
}

.avatar-group {
  padding-left: 12px;
  display: flex;
  flex-wrap: wrap;
}
.avatar-group .avatar-group-item {
  margin-left: -12px;
  border: 2px solid #f8f9fa;
  border-radius: 50%;
  transition: all 0.2s;
}
.avatar-group .avatar-group-item:hover {
  position: relative;
  transform: translateY(-2px);
}



/* Estado base del navbar */
#navbar {
  transition: background-color 0.25s ease, box-shadow 0.25s ease, backdrop-filter 0.25s ease, padding 0.25s ease;
   background: rgba(255, 255, 255, 0.68);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  box-shadow: none;
  
}

/* Estado al hacer scroll */
#navbar.navbar-scrolled {
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: 0 8px 24px rgba(8, 36, 30, 0.08);
}

/* Un poco más compacto al hacer scroll */
#navbar .navbar-nav .nav-link {
  transition: color 0.2s ease;
}

#navbar.navbar-scrolled .navbar-brand img,
#navbar.navbar-scrolled .logo,
#navbar.navbar-scrolled .navbar-brand {
  transition: transform 0.25s ease;
}

#navbar.navbar-scrolled .navbar-brand img {
  transform: scale(0.96);
}

/* Si tu navbar trae padding grande, puedes ajustarlo */
#navbar.navbar-scrolled {
  padding-top: 8px;
  padding-bottom: 8px;
}

/* Opcional: línea sutil abajo cuando se hace scroll */
#navbar.navbar-scrolled::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: rgba(0, 95, 84, 0.08);
}


.navbar-custom {
  background-color: white;
  padding: 26px 0px;
  width: 100%;
  border-radius: 0px;
  z-index: 999;
  margin-bottom: 0px;
  transition: all 0.5s ease-in-out;
}
.navbar-custom .navbar-brand {
  margin-right: 0;
}
.navbar-custom .navbar-brand .logo-light {
  display: inline-block;
}
.navbar-custom .navbar-brand .logo-dark {
  display: none;
}
.navbar-custom .navbar-nav {
  margin: 0 auto;
}
.navbar-custom .navbar-nav .nav-item .nav-link {
  font-size: 14.5px;
  color: black;
  margin: 0 8px;
  transition: all 0.5s;
  position: relative;
  font-weight: 500;
  padding: 4px 8px;
}
.navbar-custom .navbar-nav .nav-item .nav-link.active {
  color: #004d43;
}
.navbar-custom .navbar-nav .nav-item .nav-link.active::before {
  width: 100%;
}
.navbar-custom .navbar-nav .nav-item .nav-link:hover {
  color: #4baae9;
}
.navbar-custom .navbar-nav .nav-item .nav-link::before {
  content: "";
  position: absolute;
  bottom: 0px;
  width: 0px;
  height: 2px;
  background-color: #004d43;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.2s;
}
.navbar-custom .nav-btn {
  padding: 7px 25px;
  border-radius: 50px;
  font-size: 13px;
  letter-spacing: 1px;
}
.navbar-custom .navbar-toggler {
  font-size: 24px;
  margin-top: 5px;
  margin-bottom: 0px;
  color: #263350;
}
.navbar-custom .navbar-toggler:focus {
  box-shadow: 0 0 0 1.25px;
}
.navbar-custom.nav-light {
  background-color: transparent;
}
.navbar-custom.nav-light .navbar-nav .nav-item .nav-link {
  color: white;
}
.navbar-custom.nav-light .navbar-nav .nav-item .nav-link.active {
  color: #4baae9;
}
.navbar-custom.nav-light .navbar-nav .nav-item .nav-link:hover {
  color: #4baae9;
}

/*---NAVBAR STICKY--*/
.nav-sticky.navbar-custom {
  margin-top: 0px;
  padding: 18px 0px;
  background-color: #ffffff;
  box-shadow: 0px 3px 10px 0px rgba(38, 107, 193, 0.08);
}
.nav-sticky .navbar-brand .logo-dark {
  display: inline-block;
}
.nav-sticky .navbar-brand .logo-light {
  display: none;
}
.nav-sticky .navbar-nav .nav-item .nav-link {
  color: black !important;
}
.nav-sticky .navbar-nav .nav-item .nav-link.active {
  color: #004d43 !important;
}
.nav-sticky .navbar-nav .nav-item .nav-link:hover {
  color: #004d43 !important;
}
.nav-sticky .navbar-nav .nav-item .nav-link::before {
  background-color: #004d43 !important;
}
.nav-sticky .nav-btn {
  background-color: #004d43;
  color: white;
}

.modal .modal-dialog .modal-content .modal-close {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  z-index: 2;
}
.modal .modal-dialog .modal-content .modal-body {
  background-color: #ffffff;
}
.modal .modal-dialog .modal-content .modal-body .serch-form {
  position: relative;
}
.modal .modal-dialog .modal-content .modal-body .serch-form label {
  font-size: 18px;
}
.modal .modal-dialog .modal-content .modal-body .serch-form .input-group-text {
  padding: 0px 15px;
  border: none;
  font-size: 22px;
  position: absolute;
  background-color: transparent;
  top: 31px;
  bottom: 0;
  color: #727272;
}
.modal .modal-dialog .modal-content .modal-body .serch-form .form-control {
  font-size: 16px;
  width: 100%;
  padding: 9px 0px;
  border: 1px solid #f8f9fa;
  outline: none !important;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 2px 8px;
  background-color: #fff;
  padding-left: 48px;
  padding-right: 160px;
  border-radius: 6px;
  font-weight: 500;
}
.modal .modal-dialog .modal-content .modal-body button {
  padding: 10px 0;
}
.modal .modal-dialog .modal-content .modal-footer .footer-text {
  margin-bottom: 2px;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 13px;
}

@media (max-width: 768px) {
  .navbar-custom {
    padding: 18px 0px;
    background-color: white;
  }
  .navbar-custom .navbar-brand {
    margin-left: 14px;
  }
  .navbar-custom .navbar-brand .logo-dark {
    display: inline-block !important;
  }
  .navbar-custom .navbar-brand .logo-light {
    display: none !important;
  }
  .navbar-custom .nav-item .nav-link {
    display: inline-block;
    color: black !important;
  }
  .navbar-custom .nav-item .nav-link.active {
    color: #4baae9;
  }
  .navbar-custom.nav-light {
    background-color: #ffffff;
  }
  .navbar-nav .nav-item .nav-link {
    color: black !important;
  }
  .navbar-nav .nav-item .nav-link.active {
    color: #4baae9 !important;
  }
  .navbar-nav .nav-item .nav-link:hover {
    color: #4baae9 !important;
  }
  .navbar-nav .nav-item .nav-link::before {
    background-color: #4baae9 !important;
  }
  .nav-btn {
    background-color: #4baae9 !important;
    color: white !important;
  }
}
.home {
  background-position: center;
  background-size: cover;
}
.home .home-modal {
  border: 0;
  background-color: transparent;
}
.home .home-modal .btn-close {
  width: 32px;
  height: 32px;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 10px;
  position: relative;
  top: 70px;
  z-index: 3;
}
.home .home-modal .video-box {
  width: 100%;
}
.home .home-modal .btn-close:hover, .home .home-modal .btn-close:focus {
  opacity: 0.5;
}
.home .home-modal video:focus {
  outline: none;
}

.home-1 {
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  width: 100%;
  padding: 250px 0px 200px 0px;
  background-color: #f3f8fe;
}
.home-1 .bg-overlay {
  background: linear-gradient(131deg, #0f5650, transparent);
}
.home-1 .head-line {
  font-size: 58px;
}
.home-1 .home-caption {
  font-size: 18px;
}
.home-1 .play-button {
  padding: 0px 15px;
}
.home-1 .home-icon {
  font-size: 32px;
  color: #263350;
}
.home-1 .play-button i {
  font-size: 34px;
}

.home-2 {
  background-image: url(../images/home-2.png);
  padding: 240px 0;
}
.home-2 .bg-overlay {
  background-image: url(../images/background-2.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-color: rgba(0, 0, 0, 0.7);
}
.home-2 .home-heading {
  position: relative;
}
.home-2 .home-heading::after {
  content: "";
  position: absolute;
  width: 40px;
  height: 3px;
  top: 0;
  left: 0;
  background-color: #4baae9;
}
.home-2 .home-heading .serch-form {
  position: relative;
}
.home-2 .home-heading .serch-form .input-group-text {
  padding: 12px 15px;
  border: none;
  font-size: 28px;
  position: absolute;
  background-color: transparent;
  top: 0;
  bottom: 0;
  color: #727272;
}
.home-2 .home-heading .serch-form input {
  font-size: 18px;
  width: 100%;
  padding: 18px 30px;
  border: 1px solid #f8f9fa;
  outline: none !important;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 2px 8px;
  background-color: white;
  padding-left: 52px;
  padding-right: 160px;
  border-radius: 6px;
  font-weight: 500;
}
.home-2 .home-heading .serch-form button {
  position: absolute;
  top: 5px;
  bottom: 5px;
  right: 6px;
  font-size: 17px;
}
.home-2 .home-heading .serch-form button i {
  font-size: 19px;
  transform: rotateZ(320deg);
}

.home-3 {
  background-image: url("../images/home-3.png");
  padding: 200px 0 100px 0;
}
.home-3 .home-btn {
  padding: 25px 0 40px 0px;
}
.home-3 .home-btn a {
  color: #4baae9;
  transition: all 0.5s ease;
}
.home-3 .home-btn a i {
  vertical-align: middle;
  font-size: 17px;
}
.home-3 .home-btn a:hover {
  color: white;
}

.home-4 {
  overflow: hidden;
  background-repeat: no-repeat;
  background-image: url(../images/banner-3-bg.jpg);
  position: relative;
  padding-top: 133px;
}
.home-4::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.home-4 .home-content-4 {
  position: relative;
  z-index: 1;
}
.home-4 .home-content-4 .home-img-4 {
  position: relative;
  border-radius: 10px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../images/home-4.jpg);
  height: 100%;
  z-index: 2;
}
.home-4 .home-content-4 .home-img-4 img {
  display: none;
  border-radius: 10px;
}
.home-4 .home-content-4 .home-text-area-4 {
  max-width: 580px;
  position: relative;
  z-index: 2;
  padding-top: 100px;
  padding-bottom: 226px;
}
.home-4 .home-content-4 .home-text-area-4 .badge-lg {
  padding: 6px 12px;
  font-size: 12px;
  font-weight: 500;
}
.home-4 .home-content-4 .home-text-area-4 .home-caption {
  font-size: 17px;
}
.home-4 .home-content-4 .home-text-area-4 .head-line {
  color: white;
  margin-top: 12px;
  margin-bottom: 14px;
  font-size: 50px;
  font-weight: 600;
}

.live-streaming{
  padding-bottom:30px;
}

.home-4 .home-content-4 .home-text-area-4 .play-button {
  margin: 100px 0 0 30px;
}
.home-4 .home-content-4 .home-text-area-4 .play-button:hover {
  color: #4baae9;
}
.home-4 .home-content-4 .home-text-area-4 .play-button:hover .play-icon::before {
  transform: scale(1.15) translate(-50%, -50%);
}
.home-4 .home-content-4 .home-text-area-4 .play-button:hover .play-icon::after {
  background: linear-gradient(263.44deg, rgba(75, 170, 233, 0.991703) 0%, rgba(187, 186, 186, 0.991703) 100%);
}
.home-4 .home-content-4 .home-text-area-4 .play-button .play-icon {
  color: white;
  width: 4.2rem;
  height: 4.2rem;
  font-size: 2rem;
  border-radius: 50%;
  margin: 40px 0 0 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  box-shadow: 0px 1.5rem 2.5rem rgba(75, 170, 233, 0.25);
}
.home-4 .home-content-4 .home-text-area-4 .play-button .play-icon::before {
  content: "";
  display: block;
  width: 136.36%;
  height: 136.36%;
  background: linear-gradient(263.44deg, rgba(75, 170, 233, 0.991703) 0%, rgba(75, 170, 233, 0.991703) 100%);
  opacity: 0.15;
  border-radius: 50%;
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: scale(1) translate(-50%, -50%);
  transition: transform 0.4s ease;
  transform-origin: 0 0;
}
.home-4 .home-content-4 .home-text-area-4 .play-button .play-icon::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(263.44deg, rgba(187, 186, 186, 0.991703) 0%, rgba(75, 170, 233, 0.991703) 100%);
  border-radius: 50%;
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.home-4 .home-content-4 .home-text-area-4 .play-button .play-icon i {
  position: relative;
  z-index: 2;
}
.home-4 .home-content-4::before {
  content: "";
  width: 100%;
  height: 100px;
  background-color: white;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
}

@media (max-width: 576px) {


  .container{
    margin-left:unset!important;
    margin-right:unset!important;
    padding-left:unset!important;
    padding-right:unset!important;
    width:unset!important;
  }

  .navbar-custom {
    padding: 20px 11px;
    background-color: white;
  }

  .home {
    padding: 100px 0px 11px;
  }
  .home .modal-btn {
    padding: 13px 75px 13px 30px !important;
  }
  .home .home-heading h1 {
    font-size: 36px;
  }
  .home-2 {
    padding: 130px 0;
  }
  .home-2 .btn {
    padding: 10px;
  }
  .carousel-caption-ayc {
    position: absolute;
    right: unset!important;
    bottom: 10px;
    left: 5%;
    z-index: 10;
    padding-top: 0px;
    padding-bottom: 0px;
    color: var(--colorblackayc);
    text-align: center;
  }
  .card-auctions{
    margin-bottom:20px;
  }

  .btn-listado{
    margin-top: 10px;
  }

  .fx-ch {
    width: 84px;
    height: 84px;
    margin: 8px;
    text-align: center;
    line-height: 0px;
    font-size: 14px;
    background-image: url(../imgs/f-calendar.svg);
    background-position: center top;
    background-repeat: no-repeat;
  }

  .box-fecha {
    position: relative;
    width: unset !important;
    height: 86px;
    margin-top: 0px;
    border: solid var(--colortxtwhite) 2px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
  }

  .horaone {
    font-size: 12px;
    color: white;
    /* height: 12px; */
    width: auto;
    /* margin-top: -10px; */
    }
  .suba-ban {
    height: 40px;
    line-height: 24px;
    font-weight: lighter !important;
    font-size: 12px;
    text-shadow: #00000052 1px 1px 2px;
  }

  .tit-suba {
    height: 0px;
    font-size: 12px;
    text-shadow: #00000052 1px 1px 2px;
    margin-top: 30px;
    line-height: 20px;
  }

  .row{
    --bs-gutter-x: 0rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1* var(--bs-gutter-y));
    margin-right: 0px;
    margin-left: 0px;
  }

  .box-mes {
    width: 100%;
    height: 24px;
    background-color: var(--colortxtwhite);
    margin-top: 0px;
    text-align: center;
    line-height: 24px;
    font-size: 0.8em;
    color: var(--colorblackayc);
}
  .box-dia {
    width: 100%;
    height: 65px;
    margin-top: 4px;
    text-align: center;
    line-height: 46px;
    font-size: 2em;
    color: var(--colortxtwhite);
    font-weight: bold !important;
  }

  .ul-formats{
    font-size: 13px;
    padding-left: 0rem;
  }
}
@media (max-width: 768px) {
  .home-4 {
    padding: 100px 0;
  }
  .home-4 .home-content-4::before {
    display: none;
  }
  .home-4 .home-content-4 .home-text-area-4 {
    padding: 100px 0;
  }
 
}
.cta {
  /*background: linear-gradient(to right, #265b7e, #181e23);*/
  padding-bottom:40px!important;
  padding-top:40px!important;
  background-color: rgba(75, 170, 233, 0.03);

}
.cta::before {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: left;
  opacity: 0.5;
}

.cta-2 {
  background-image: url(../images/contact.jpg);
  background-size: cover;
}
.cta-2 .cta-heading {
  color: #ffffff;
  font-weight: 600;
  font-size: 52px;
}
.cta-2 .cta-text {
  color: #ffffff;
  font-size: 19px;
}


.features{
  background-color: rgb(255, 255, 255);
}

.features .features-box {
  position: relative;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  transition: all 0.5s ease 0s;
  border-radius: 10px;
  height:290px;
}
.features .features-box .features-icon {
  position: absolute;
  left: -24px;
  transition: all 0.5s ease 0s;
}
.features .features-box .features-icon .avatar-title {
  border-radius: 8px;
  align-items: center;
}
.features .features-box .features-icon .avatar-title::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  opacity: 1;
  border: 25px solid transparent;
  border-bottom: 23px solid #ffffff;
}
.features .features-box .features-icon .avatar-title i {
  font-size: 30px;
  z-index: 1;
  color: #000000;
}
.features .features-box:hover {
  /*transform: scale(1.1);*/
  transition: all 0.5s ease 0s;
}
.features .features-box:hover .features-icon {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.1;
  top: 0;
  left: 0;
  transition: all 0.5s ease 0s;
  z-index:-1;
}
.features .features-box:hover .features-icon .avatar-title::after {
  border: none;
}
.features .features-box:hover .features-icon i {
  font-size: 200px;
  color: #ffffff;
}
.features .features-box .gradients-red {
  background: linear-gradient(to left, #ff847d, #e73954);
}

@media (max-width: 576px) {
  .features .features-box .features-icon {
    left: 0px;
    top: 0px;
  }
}
.faqs-2 {
  background-color: rgb(75 170 233 / .03);
}
.faqs-2 .nav.nav-tabs {
  border-bottom: none;
}
.faqs-2 .nav.nav-tabs .nav-item {
  padding-right: 10px;
}
.faqs-2 .nav.nav-tabs .nav-item .nav-link {
  color: #000000;
  padding: 24px 0;
  border-radius: 8px;
}
.faqs-2 .nav.nav-tabs .nav-item .nav-link.active,
.faqs-2 .nav.nav-tabs .nav-item .nav-link :focus {
  border: 2px solid #004D43;;
  color: #004D43;
  box-shadow: rgba(0, 0, 0, 0.27) 0px 3px 8px;
  transition: all 0.9s ease 0s;
  background: transparent;
}
.faqs-2 .nav.nav-tabs .nav-item .nav-link:hover {
  border: 2px solid #004D43;;
  color: #004D43;;
}
.faqs-2 .tab-content {
  padding-top: 1rem;
}
.faqs-2 .tab-content .accordion .accordion-item {
  border-radius: 8px;
  margin: 19px 0 0 0;
  border: 1px solid #e0e0e0;
}
.faqs-2 .tab-content .accordion .accordion-item .accordion-button {
  margin: 0px 8px 0px 0;
  border-radius: 8px;
  padding: 36px 24px 10px 24px;
}
.faqs-2 .tab-content .accordion .accordion-item .accordion-button::after {
  background-image: none;
  transition: all 0.5s ease;
}
.faqs-2 .tab-content .accordion .accordion-item .accordion-button h6 {
  margin-bottom: 0;
  position: relative;
  padding-left: 40px;
  font-size: 18px;
}
.faqs-2 .tab-content .accordion .accordion-item .accordion-button h6 span {
  position: absolute;
  font-size: 44px;
  top: -27px;
  left: 0;
  color:#004D43;
}
.faqs-2 .tab-content .accordion .accordion-item .accordion-button:focus {
  box-shadow: none;
}
.faqs-2 .tab-content .accordion .accordion-item .accordion-body {
  padding: 12px 58px 8px 66px;
}
.faqs-2 .tab-content .accordion .accordion-button:not(.collapsed) {
  color: #004D43;
  background-color: transparent;
  box-shadow: none;
}
.faqs-2 .tab-content .accordion .accordion-button:not(.collapsed) h6 {
  font-weight: 600;
}
.faqs-2 .tab-content .accordion .accordion-button:not(.collapsed) h6 span {
  opacity: 1;
  color: #004D43;
}
.faqs-2 .tab-content .accordion .accordion-button:after {
  content: "\f0374";
  font-family: "Material Design Icons";
  color: #004D43;
  margin-top: -20px;
}
.faqs-2 .tab-content .accordion .accordion-button.collapsed:after {
  content: "\f0415";
  font-family: "Material Design Icons";
  color: black;
  margin-top: -20px;
}

.service-2 .instru-video {
  width: 55px;
  height: 55px;
  line-height: 55px;
  background: white;
  text-align: center;
  border: 1px solid;
  border-radius: 50%;
}
.service-2 .process-box {
  padding: 22px;
  border-radius: 10px;
  transition: all 0.5s ease;
}
.service-2 .process-box:hover {
  box-shadow: 0 10px 25px rgba(60, 72, 88, 0.15);
}
.service-2 .process-box:hover .process-icon {
  border-radius: 5px;
  transform: rotate(360deg);
  background-color: rgba(75, 170, 233, 0.65);
}
.service-2 .process-box .process-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  font-size: 1.5rem;
  border-radius: 50%;
  margin-bottom: 18px;
  color: white;
  background-color: #4baae9;
  transition: all 0.5s ease;
}

.reviews {
  background-image: url(../images/reviews.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.reviews .accordion-item {
  margin: 0 0 40px 0;
  box-shadow: rgba(0, 0, 0, 0.19) 0px 5px 15px;
  border-radius: 12px;
  border: none;
}
.reviews .accordion-item .accordion-button {
  display: grid;
  padding: 26px;
  border-radius: 20px !important;
  background-color: rgba(75, 170, 233, 0.1);
}
.reviews .accordion-item .accordion-button:focus {
  box-shadow: none;
}
.reviews .accordion-item .accordion-button:after {
  position: absolute;
  cursor: pointer;
  right: 25px;
  align-self: center;
}
.reviews .accordion-item .accordion-button ul {
  margin: 0;
}
.reviews .accordion-item .accordion-button ul li {
  font-size: 16px;
  margin: 0;
}
.reviews .accordion-item .accordion-button ul li:first-child i {
  color: #fb8916;
}
.reviews .accordion-item .accordion-button ul li:nth-child(2) i {
  color: rgba(251, 137, 22, 0.8);
}
.reviews .accordion-item .accordion-button ul li:nth-child(3) i {
  color: rgba(251, 137, 22, 0.6);
}
.reviews .accordion-item .accordion-button ul li:nth-child(4) i {
  color: rgba(251, 137, 22, 0.3);
}
.reviews .accordion-item .accordion-button ul li:nth-child(5) i {
  color: #bbbaba;
}
.reviews .accordion-item .accordion-button ul li i {
  margin-right: 2px;
}
.reviews .accordion-item .accordion-body {
  padding: 10px 26px 26px 26px;
}
.reviews .accordion-item .accordion-body ul {
  display: flex;
  justify-content: end;
  margin: 0;
}
.reviews .accordion-item .accordion-body ul .clinte-btn {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
  border-radius: 30px;
  padding: 8px 22px;
}
.reviews .accordion-button:not(.collapsed) {
  border-radius: 19px 19px 0 0;
  box-shadow: none;
  background-color: #ffffff;
}

.calendar .switch {
  position: relative;
  min-width: 60px;
  height: 32px;
}
.calendar .switch .slider {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #d9f2f9;
}
.calendar .switch .slider:before {
  position: absolute;
  content: "";
  height: 25px;
  width: 25px;
  left: 5px;
  bottom: 4px;
  background-color: #4baae9;
  transition: 0.4s;
}
.calendar .switch .round:before {
  border-radius: 50%;
}
.calendar .calendar-box {
  border-radius: 8px;
}
.calendar .calendar-box .card-body {
  transition: all 0.9s ease;
  border-radius: 8px;
  background-image: url(../images/calendar.png);
  background-size: cover;
}
.calendar .calendar-box .card-body .lable-name {
  position: absolute;
  background-color: white;
  color: #4baae9;
  font-size: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  width: 90px;
  top: 0;
  right: 0;
  font-weight: 600;
  transform: rotate(-90deg) translateX(-27%);
}
.calendar .calendar-box .card-body .lable-name:after {
  content: "";
  border-top: 20px solid white;
  border-bottom: 20px solid white;
  border-right: 11px solid transparent;
  border-left: 11px solid transparent;
  position: absolute;
  left: -11px;
  top: 0;
}
.calendar .calendar-box .card-body ul li {
  padding: 5px 0;
}
.calendar .calendar-box .card-body ul li i {
  font-size: 18px;
  transition: all 0.9s ease;
  color: rgba(75, 170, 233, 0.7);
  display: flex;
  align-items: center;
}
.calendar .calendar-box .card-body ul li i span {
  color: black;
  margin-left: 5px;
  font-size: 14px;
  font-style: normal;
  transition: all 0.9s ease;
}
.calendar .calendar-box .card-body .card-header {
  background-image: url(../imgs/banners/MinCOMODIN.jpg);
  padding: 30px;
  border-radius: 8px 8px 0 0;
}
.calendar .calendar-box .card-body .card-header .calendar-price h1 {
  line-height: 1;
}
.calendar .calendar-box .card-body .calendar-btn {
  padding: 10px 28px;
  background-color: #004d43;
  border: 1px solid rgba(75, 170, 233, 0.1);
}
.calendar .calendar-box:hover .card-body, .calendar .calendar-box.active-price .card-body {
  background-color: #bec4c9;
}
.calendar .calendar-box:hover .card-body ul li i, .calendar .calendar-box.active-price .card-body ul li i {
  color: white;
}
.calendar .calendar-box:hover .card-body ul li i span, .calendar .calendar-box.active-price .card-body ul li i span {
  color: white;
}
.calendar .calendar-box:hover .card-body .calendar-btn, .calendar .calendar-box.active-price .card-body .calendar-btn {
  background-color: white;
  border: 1px solid white;
  color: #4baae9;
}

/* checkd btn */
input:checked + .slider:before {
  transform: translateX(26px);
}

@media (max-width: 768px) {
  .calendar {
    background-image: none;
    padding: 50px 0;
  }
}
@media (max-width: 576px) {
  .toggle-text {
    font-size: 12px;
  }
}
.team {
  position: relative;
  transition: all 0.5s ease;
}
.team .swiper {
  width: 100%;
  height: auto;
}
.team .swiper .swiper-wrapper .swiper-slide {
  color: black;
}
.team .swiper .swiper-wrapper .swiper-slide .team-img {
  position: relative;
}
.team .swiper .swiper-wrapper .swiper-slide .team-img:hover .img-text {
  display: block;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.team .swiper .swiper-wrapper .swiper-slide .team-img:hover .img-text h6 {
  display: block;
}
.team .swiper .swiper-wrapper .swiper-slide .team-img:hover .img-text span {
  display: block;
}
.team .swiper .swiper-wrapper .swiper-slide .team-img img {
  border-radius: 10px;
}
.team .swiper .swiper-wrapper .swiper-slide .team-img .img-text {
  position: absolute;
  bottom: 0;
  border: 0;
  left: 0;
  right: 0;
  transition: all 0.7s ease;
  padding: 25px 15px;
  border-radius: 0 0 10px 10px;
}
.team .swiper .swiper-wrapper .swiper-slide .team-img .img-text h6 {
  display: none;
  transition: all 0.1s ease;
  color: #ffffff;
}
.team .swiper .swiper-wrapper .swiper-slide .team-img .img-text span {
  display: none;
  transition: all 0.1s ease;
}
.team .swiper .swiper-wrapper .swiper-slide .card {
  border: none;
}
.team .swiper .swiper-wrapper .swiper-slide .card .team-heading {
  position: relative;
}
.team .swiper .swiper-wrapper .swiper-slide .card .team-heading h6 {
  text-transform: uppercase;
  line-height: 0.8;
  font-size: 100px;
  display: flex;
  opacity: 0.5;
  letter-spacing: 22px;
  margin: 88px 0px 16px -161px;
  font-weight: 700;
  text-transform: uppercase;
  background: linear-gradient(to right, #30CFD0 0%, #801919 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.team .swiper .swiper-wrapper .swiper-slide .card .card-body {
  position: relative;
}
.team .swiper .swiper-wrapper .swiper-slide .card .card-body .card-text {
  font-size: 14px;
  padding: 0 0 35px 0;
}
.team .swiper .swiper-wrapper .swiper-slide .card .card-body .card-text h6 {
  color: #4baae9;
  font-weight: 600;
}
.team .swiper .swiper-wrapper .swiper-slide .card .card-body .card-text h6:hover {
  color: #000000;
}
.team .swiper .swiper-wrapper .swiper-slide .card .card-body .team-icon {
  padding-left: 0;
}
.team .swiper .swiper-wrapper .swiper-slide .card .card-body .team-icon li {
  font-size: 22px;
}
.team .swiper .swiper-wrapper .swiper-slide .card .card-body .team-icon li:first-child i {
  color: #3b5998;
}
.team .swiper .swiper-wrapper .swiper-slide .card .card-body .team-icon li:first-child i:hover {
  color: #1c4191;
}
.team .swiper .swiper-wrapper .swiper-slide .card .card-body .team-icon li:nth-child(2) i {
  color: #1da1f2;
}
.team .swiper .swiper-wrapper .swiper-slide .card .card-body .team-icon li:nth-child(2) i:hover {
  color: #0096f3;
}
.team .swiper .swiper-wrapper .swiper-slide .card .card-body .team-icon li:nth-child(3) i {
  color: #e1306c;
}
.team .swiper .swiper-wrapper .swiper-slide .card .card-body .team-icon li:nth-child(3) i:hover {
  color: #c90144;
}
.team .swiper .swiper-wrapper .swiper-slide .card .card-body .team-icon li:nth-child(4) i {
  color: #0077b5;
}
.team .swiper .swiper-wrapper .swiper-slide .card .card-body .team-icon li:nth-child(4) i:hover {
  color: #005583;
}
.team .swiper .swiper-wrapper .swiper-slide .card .card-body .team-icon li i {
  margin-right: 10px;
}

@media (max-width: 1140px) {
  .team .swiper .swiper-wrapper .swiper-slide .card .team-heading h6 {
    margin: 50px 0px 0px -100px;
    font-size: 50px;
    line-height: 1.5;
  }
}
@media (max-width: 576px) {
  .team .swiper .swiper-wrapper .swiper-slide .card .team-heading h6 {
    margin: 0px;
    font-size: 50px;
  }
}
.contact {
  background-image: url(../imgs/contact_banner.png);
  background-size: cover;
}
.contact .bg-overlay {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  height: 100%;
 background : rgb(0 0 0 / 0%)!important;
}
.contact .card {
  background: transparent;
  border: none;
}
.contact .card .social-list {
  position: relative;
  padding-left: 130px;
  color: #ffffff;
}
.contact .card .social-list::before {
  content: "";
  position: absolute;
  border-radius: 3px;
  left: -12px;
  bottom: 0;
  top: 0;
  width: 114px;
  height: 48px;
  background-color: #004D43;
  -webkit-clip-path: polygon(0 0, 73% 0, 100% 48%, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 73% 0, 100% 48%, 100% 100%, 0 100%);
}
.contact .card .social-list .card-text {
  position: relative;
  font-size: 12px;
  align-items: baseline;
  z-index: 1;
}
.contact .card .social-list .card-text::before {
  content: "";
  position: absolute;
  border-radius: 3px;
  right: 74px;
  top: -5px;
  bottom: 0;
  top: -5px;
  width: 410px;
  height: 30px;
  background-color: #004D43;
  z-index: -1;
}
.contact .contact-form .input-group-text {
  padding: 12px 15px;
  border: none;
  font-size: 18px;
  background-color: #004D43;
  position: absolute;
  color: #ffffff;
  top: 0;
  z-index: 1;
  bottom: 0;
}
.contact .contact-form .form-control {
  padding: 12px 20px;
  padding-left: 58px;
  display: block;
  width: 100%;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5;
  border: none;
  border-bottom: 1px solid rgba(187, 186, 186, 0.5);
  background-color: #ffffff;
  color: rgb(0, 0, 0);
}
.contact .contact-form .form-control::-moz-placeholder {
  color: rgb(0, 0, 0);
}
.contact .contact-form .form-control::placeholder {
  color: rgb(1, 1, 1);
}
.contact .contact-form .form-control:focus {
  box-shadow: none;
}

@media (max-width: 768px) {
  .contact .card .social-list .card-text::before {
    background: none;
  }
}
.bg-account-pages {
  background-color: rgba(75, 170, 233, 0.2);
  display: flex;
  align-items: center;
}
.bg-account-pages .card {
  padding: 18px 40px 46px 40px;
}
.bg-account-pages .card .auth-img {
  margin: 0 auto;
  width: 120px;
}
.bg-account-pages .card .card-body .heading {
  font-size: 50px;
}
.bg-account-pages .card .card-body form .form-control {
  border-bottom: 1px solid rgba(131, 147, 147, 0.4);
  padding: 8px 10px;
}
.bg-account-pages .card .card-body form .form-control:focus {
  box-shadow: none;
  border: 1px solid rgba(131, 147, 147, 0.4);
}
.bg-account-pages .card .card-body form .form-check-label {
  font-size: 13px;
  color: #839393;
}

@media (max-width: 576px) {
  .bg-account-pages .card {
    padding: 0;
  }
}
.footer {
  color: black;
  font-size: 15px;
  background-color: rgb(255 255 255 / 3%);
}

.whatsapp {
  position:fixed;
  width:60px;
  height:60px;
  bottom:72px;
  right:22px;
  background-color:#25d366;
  color:#FFF;
  border-radius:50px;
  text-align:center;
  font-size:30px;
  z-index:100;
}

.whatsapp-icon {
  margin-top:13px;
}

.call-to-act {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  color: #fff;
  align-items: center;
}

.call-to-act-head {
  flex: 1;
}

.call-to-act h3 {
  color: #fff;
  margin-bottom: 5px;
}

.btn.btn-call-to-act {
  background: #fff;
  padding: 18px 40px;
  border-radius: 50px;
  color: #333640;
  font-weight: 600;
  box-shadow: 0 0 0 5px hsla(0, 0%, 100%, .2);
  -webkit-box-shadow: 0 0 0 5px hsla(0, 0%, 100%, .2);
}

.footer-alt {
  background-color: rgb(255 255 255 / 3%);
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.social-icon .list-inline-item:not(:last-child) {
  margin-right: 10px;
}
.social-icon li {
  display: inline-flex;
  margin-top: 20px;
}
.social-icon li a {
  color: black;
  display: inline-block;
  height: 32px;
  text-align: center;
  font-size: 17px;
  width: 32px;
  line-height: 30px;
  transition: all 0.4s ease;
  border-radius: 3px;
}
.social-icon li a:hover {
  color: #4baae9;
}

.icon-text {
  display: inline-flex;
}
.icon-text .icon {
  position: relative;
  background-color: white;
  border-radius: 50%;
  margin: 10px;
  width: 50px;
  height: 50px;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  transition: all 0.2s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.icon-text .icon .tooltip {
  position: absolute;
  top: 0;
  font-size: 14px;
  background-color: white;
  color: black;
  padding: 5px 8px;
  border-radius: 5px;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.icon-text .icon .tooltip::before {
  position: absolute;
  content: "";
  height: 8px;
  width: 8px;
  bottom: -3px;
  left: 50%;
  transform: translate(-50%) rotate(45deg);
  transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.icon-text .icon i {
  font-size: 24px;
}
.icon-text .facebook:hover {
  background-color: #3b5999;
  color: white;
}
.icon-text .facebook:hover .tooltip {
  background-color: #3b5999;
  color: white;
}
.icon-text .facebook:hover .tooltip::before {
  background-color: #3b5999;
  color: white;
}
.icon-text .twitter:hover {
  background-color: #474444;
  color: white;
}
.icon-text .twitter:hover .tooltip {
  background-color: #000000;
  color: white;
}
.icon-text .twitter:hover .tooltip::before {
  background-color: #000000;
  color: white;
}
.icon-text .instagram:hover {
  background-color: #e1306c;
  color: white;
}
.icon-text .instagram:hover .tooltip {
  background-color: #e1306c;
  color: white;
}
.icon-text .instagram:hover .tooltip::before {
  background-color: #e1306c;
  color: white;
}
.icon-text .github:hover {
  background-color: #333333;
  color: white;
}
.icon-text .github:hover .tooltip {
  background-color: #333333;
  color: white;
}
.icon-text .github:hover .tooltip::before {
  background-color: #333333;
  color: white;
}
.icon-text .youtube:hover {
  background-color: #de463b;
  color: white;
}
.icon-text .youtube:hover .tooltip {
  background-color: #de463b;
  color: white;
}
.icon-text .youtube:hover .tooltip::before {
  background-color: #de463b;
  color: white;
}
.icon-text:hover .tooltip {
  top: -45px;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}/*# sourceMappingURL=style.css.map */

.product-wrapper-border {
  border: 1px solid #ddd;
  display: flex;
  padding: 61px 20px 47px;
  background-color: #fff;
}

.product-img-5 {
  flex: 0 0 189px;
}

.product-content-7 {
  margin-left: 30px;
}

.product-area.product-grid-area {
  padding: 100px 0 100px;
}
@media only screen and (max-width: 1199px) {
  .product-area.product-grid-area {
    padding: 70px 0 70px;
  }
}

/*
-----------------------------------------------------------------------
  Shop CSS
-----------------------------------------------------------------------
*/
.product-area.latest-product-area {
  padding: 99px 0 68px;
}
@media only screen and (max-width: 1199px) {
  .product-area.latest-product-area {
    padding: 61px 0 35px;
  }
}
.product-area.featured-product-area {
  padding: 99px 0 99px;
}
@media only screen and (max-width: 1199px) {
  .product-area.featured-product-area {
    padding: 61px 0 35px;
  }
}
.product-area.product-description-review-area .container {
  padding: 2px 0 68px;
}
.product-area.shop-single-product {
  padding-bottom: 95px;
  padding-top: 100px;
}
@media only screen and (max-width: 1199px) {
  .product-area.shop-single-product {
    padding-top: 70px;
    padding-bottom: 64px;
  }
}
.product-area.product-tab-area {
  padding: 97px 0 68px;
}
@media only screen and (max-width: 1199px) {
  .product-area.product-tab-area {
    padding: 61px 0 0;
  }
}
.product-area.wishlist-area {
  padding-top: 100px;
  padding-bottom: 70px;
}
.product-area.product-grid-area {
  padding: 100px 0 100px;
}
@media only screen and (max-width: 1199px) {
  .product-area.product-grid-area {
    padding: 70px 0 70px;
  }
}

.product-item {
  margin-bottom: 30px;
  box-shadow: 0px 0px 3px 3px gainsboro;
}
.product-item .product-thumb {
  margin-bottom: 20px;
  position: relative;
}
.product-item .product-thumb img {
  width: 100%;
}
.product-item .product-thumb .ribbon {
  background-color: #004D43;
  border-radius: 3px;
  color: #fff;
  font-weight: 700;
  font-size: 12px;
  height: 25px;
  left: 9px;
  line-height: 25px;
  position: absolute;
  right: auto;
  text-align: center;
  top: 10px;
  width: 80px;
}
.product-item .product-thumb .ribbon.align-right {
  left: auto;
  right: 9px;
}
.product-item .product-thumb .ribbon-soldout {
  background-color: #f4a460;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  font-size: 20px;
  font-weight: 700;
  height: 150px;
  left: 50%;
  line-height: 150px;
  opacity: 0.8;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 150px;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.product-item .product-thumb .product-action {
  bottom: 20px;
  justify-content: center;
  left: auto;
  position: absolute;
  right: auto;
  text-align: center;
  width: 100%;
}
.product-item .product-thumb .product-action a {
  background-color: #f1f1f1;
  border-radius: 2px;
  color: #313131;
  display: inline-block;
  font-size: 18px;
  height: 40px;
  line-height: 44px;
  margin: 0 2px;
  width: 40px;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
}
.product-item .product-thumb .product-action a:hover {
  background-color: #f4a460;
  color: #fff;
}
.product-item .product-info {
  text-align: center;
}
.product-item .product-info .title {
  color: #333;
  font-family: "Work Sans", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 6px;
}
.product-item .product-info .title a {
  color: #333;
}
.product-item .product-info .title a:hover {
  color: #f4a460;
}
.product-item .product-info .prices {
  color: #333;
  font-size: 14px;
  font-weight: 700;
}
.product-item .product-info .prices .price-old {
  color: #767575;
  margin-left: 2px;
}
.product-item:hover .product-thumb .product-action a {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.product-item-list {
  display: flex;
}
@media only screen and (max-width: 767px) {
  .product-item-list {
    display: block;
  }
}
.product-item-list .product-thumb {
  flex: 0 0 270px;
  margin-right: 30px;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .product-item-list .product-thumb {
    margin-right: 0;
    margin-bottom: 30px;
  }
}
.product-item-list .product-info {
  text-align: left;
}
.product-item-list .product-info .title {
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 8px;
}
.product-item-list .product-info .prices {
  margin-bottom: 12px;
}
.product-item-list .product-info p {
  font-size: 14px;
  margin-bottom: 23px;
}
.product-item-list .product-action a {
  background-color: #f1f1f1;
  border-radius: 2px;
  color: #313131;
  display: inline-block;
  font-size: 18px;
  height: 40px;
  line-height: 44px;
  margin: 0 4px;
  width: 40px;
  text-align: center;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.product-item-list .product-action a:first-child {
  margin-left: 0;
}
.product-item-list .product-action a:hover {
  background-color: #f4a460;
  color: #fff;
}
.product-item-list .countdown-content {
  margin-top: 14px;
}
.product-item-list .countdown-content .countdown-timer {
  bottom: auto;
  display: inline-block;
  left: auto;
  margin-bottom: 0;
  position: relative;
  top: auto;
}
.product-item-list .countdown-content .countdown-timer li {
  display: inline-block;
  margin: 0;
  margin-right: 2px;
}

/* choose section - end */
/* feature section - start */
.feature_vehicle_filter {
  margin: 25px -15px 60px;
}
.feature_vehicle_filter .element-item {
  float: left;
  padding: 15px;
  width: 33.333%;
  display: inline-block;
}
.feature_vehicle_filter .feature_vehicle_item {
  margin: 0px auto;
}

.feature_vehicle_item {
  max-width: 370px;
  border-radius: 4px;
  margin: 30px auto 0px;
  background-color: #ffffff;
  box-shadow: 0px 1px 6px 1px rgba(108, 108, 108, 0.15);
}
.feature_vehicle_item .item_title {
  line-height: 1;
  padding: 16px 20px;
}
.feature_vehicle_item .item_title a {
  font-size: 18px;
  color: #000C21;
}
.feature_vehicle_item:hover .item_title a {
  color: #EA001E;
}
.feature_vehicle_item .image_wrap {
  display: block;
  overflow: hidden;
  position: relative;
}
.feature_vehicle_item .image_wrap img {
  width: 100%;
  display: block;
  transition: 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}
.feature_vehicle_item:hover .image_wrap img {
  transform: scale(1.05);
}
.feature_vehicle_item .item_price {
  left: 15px;
  bottom: 15px;
  height: 35px;
  color: #ffffff;
  min-width: 90px;
  font-size: 14px;
  font-weight: 700;
  line-height: 35px;
  padding: 0px 10px;
  text-align: center;
  border-radius: 4px;
  position: absolute;
  display: inline-block;
}
.feature_vehicle_item .info_list {
  text-align: center;
  justify-content: center;
}
.feature_vehicle_item .info_list li {
  font-size: 14px;
  padding: 10px 17px;
}
.feature_vehicle_item .info_list li:not(:last-child) {
  border-right: 1px solid #D8D8D8;
}

.feature_carousel_wrap {
  z-index: 1;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.5);
}
.feature_carousel_wrap .slideshow1_slider {
  margin-top: 130px;
  margin-bottom: -100px;
}
.feature_carousel_wrap .slick-dots {
  top: -35px;
  bottom: unset;
}
.feature_carousel_wrap .carousel_nav button {
  top: 50%;
  font-size: 46px;
  position: absolute;
  color: #EA001E;
  transform: translateY(-50%);
}
.feature_carousel_wrap .carousel_nav .s1_left_arrow {
  left: -60px;
}
.feature_carousel_wrap .carousel_nav .s1_right_arrow {
  right: -60px;
}

.feature_fullimage {
  overflow: hidden;
  position: relative;
}
.feature_fullimage:before {
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  content: "";
  z-index: 1;
  position: absolute;
  transition: 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  background-image: linear-gradient(0deg, rgba(1, 0, 10, 0.8), rgba(1, 0, 10, 0));
}
.feature_fullimage > img {
  width: 100%;
  display: block;
  transition: 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}
.feature_fullimage:hover > img {
  transform: scale(1.1);
}
.feature_fullimage .item_price {
  height: 35px;
  color: #ffffff;
  min-width: 90px;
  font-size: 14px;
  font-weight: 700;
  line-height: 35px;
  padding: 0px 10px;
  text-align: center;
  border-radius: 4px;
  margin-bottom: 20px;
  display: inline-block;
}
.feature_fullimage .item_content {
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 2;
  padding: 50px 60px;
  position: absolute;
  transition: 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}
.feature_fullimage .item_title {
  font-size: 40px;
}

 .feature_vehicle_item .info_list li {
    font-size: 12px;
    padding: 10px 15px;
  }

  .ul_li,
.ul_li_right,
.ul_li_center {
  margin: 0px;
  padding: 0px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.ul_li > li,
.ul_li_right > li,
.ul_li_center > li {
  float: left;
  list-style: none;
  display: inline-block;
}

.ul_li {
  justify-content: flex-start;
}

.ul_li_center {
  justify-content: center;
}

.ul_li_right {
  justify-content: flex-end;
}

.ul_li_block {
  margin: 0px;
  padding: 0px;
  display: block;
}
.ul_li_block > li {
  display: block;
  list-style: none;
}

.bg_default_blue {
    background-color: #0048B9;
}

/* NEW DESIGN */


.how-to-buy {
  padding: 80px 20px;
  background: #eef4f2;
  padding: 70px 0;
}

.how-to-buy .container {
  max-width: 1200px;
  margin: 0 auto;
}

.section-header {
  text-align: center;
  margin-bottom: 50px;
}

.section-badge {
  display: inline-block;
  padding: 6px 14px;
  border-radius: 999px;
  background: rgba(0, 94, 78, 0.08);
  color: #005e4e;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .4px;
  margin-bottom: 14px;
}

.section-header h2 {
  font-size: 38px;
  margin: 0 0 12px;
  color: #111827;
}

.section-header p {
  font-size: 17px;
  color: #6b7280;
  margin: 0;
}

.steps-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.step-card {
  background: #fff;
  border-radius: 20px;
  padding: 26px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
  border: 1px solid rgba(0, 0, 0, 0.05);
  transition: transform .25s ease, box-shadow .25s ease;
  position: relative;
  overflow: hidden;
}

.step-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.10);
}

.step-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 18px;
}

.step-icon {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: linear-gradient(135deg, #1e3a5f, #162e4d);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
}

.step-number {
  font-size: 34px;
  font-weight: 700;
  color: rgba(4, 7, 31, 0.14);
  line-height: 1;
}

.step-card h3 {
  font-size: 24px;
  margin: 0 0 12px;
  color: #111827;
}

.step-card p {
  font-size: 16px;
  line-height: 1.7;
  color: #4b5563;
  margin: 0;
}

.step-card ul {
  margin: 0;
  padding-left: 20px;
  color: #4b5563;
}

.list-group-item {
    background-color:unset!important;
    color:white!important;
    font-size:12px;
}

.step-card ul li {
  /*margin-bottom: 8px;
  line-height: 1.6;*/
}

.step-link {
  display: inline-block;
  margin-top: 14px;
  color: linear-gradient(135deg, #1e3a5f, #162e4d);
  font-weight: 600;
  text-decoration: none;
}

.step-link:hover {
  text-decoration: underline;
}

.has-popover {
  position: relative;
}

.step-more {
  display: inline-flex;
  align-items: center;
  margin-top: 14px;
  font-size: 14px;
  font-weight: 600;
  color: linear-gradient(135deg, #1e3a5f, #162e4d);
  cursor: pointer;
}

.step-popover {
  position: absolute;
  left: 26px;
  right: 26px;
  top: 60px; /* ajusta según tu card */
  background: #111827;
  color: #fff;
  padding: 18px;
  border-radius: 14px;
  box-shadow: 0 18px 40px rgba(0,0,0,.18);
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: all .22s ease;
  z-index: 20;
}

.step-popover:after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 34px;
  border-width: 8px;
  border-style: solid;
  border-color: transparent transparent #111827 transparent;
}

.step-popover h4 {
  margin: 0 0 10px;
  font-size: 15px;
  color: #fff;
}

.step-popover p {
  margin: 0 0 8px;
  font-size: 14px;
  line-height: 1.55;
  color: rgba(255,255,255,.88);
}

.step-popover p:last-child {
  margin-bottom: 0;
}

.has-popover:hover .step-popover {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

@media (max-width: 991px) {
  .steps-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .section-header h2 {
    font-size: 32px;
  }
}

@media (max-width: 640px) {
  .how-to-buy {
    padding: 60px 16px;
  }

  .steps-grid {
    grid-template-columns: 1fr;
  }

  .step-card {
    padding: 22px;
  }

  .section-header h2 {
    font-size: 28px;
  }

  .section-header p {
    font-size: 15px;
  }

  .step-card h3 {
    font-size: 21px;
  }
}

           :root {
      --bg: #f5f7f6;
      --card: #ffffff;
      --text: #163029;
      --muted: #6d7e79;
      --line: #e5ece9;
      --primary: #005f54;
      --primary-2: #0b7a6b;
      --primary-soft: #e7f4f1;
      --warning-soft: #fff3db;
      --warning: #d08a00;
      --blue-soft: #e8f3ff;
      --blue: #1682d4;
      --shadow: 0 10px 30px rgba(8, 36, 30, 0.08);
      --radius: 22px;
      --radius-sm: 14px;
    }
   #calendar {
      background:#f5f8f7;
      padding: 70px 0;
    }

    #calendar * {
      box-sizing: border-box;
    }

    #calendar .calendar-heading {
      text-align: center;
      margin-bottom: 30px;
    }

    #calendar .calendar-heading h2 {
      margin: 0;
      font-size: clamp(2rem, 4vw, 3rem);
      line-height: 1.05;
      letter-spacing: -.03em;
      color: var(--text);
      font-weight: 800;
    }

    #calendar .calendar-underline {
      width: 82px;
      height: 4px;
      background: linear-gradient(90deg, var(--primary), #16a085);
      border-radius: 999px;
      margin: 14px auto 18px;
    }

    #calendar .calendar-subtitle {
      margin: 0;
      color: var(--muted);
      font-size: 1.05rem;
    }

    
    #calendar .calendar-grid {
      row-gap: 26px;
    }

    #calendar .auction-card {
      background: var(--card);
      border: 1px solid var(--line);
      border-radius: var(--radius);
      box-shadow: var(--shadow);
      position: relative;
      overflow: hidden;
      transition: transform .2s ease, box-shadow .2s ease;
      height: 100%;
    }

    #calendar .auction-card::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      height: 5px;
      background: linear-gradient(90deg, var(--primary), #1da48f);
    }

    #calendar .auction-card:hover {
      transform: translateY(-4px);
      box-shadow: 0 18px 38px rgba(8, 36, 30, 0.12);
    }

    #calendar .auction-card-inner {
      padding: 18px;
      height: 100%;
      display: flex;
      flex-direction: column;
    }

    #calendar .card-top {
      display: flex;
      align-items: flex-start;
      justify-content: space-between;
      gap: 12px;
      margin-bottom: 16px;
    }

    #calendar .icon-box {
      width: 56px;
      height: 56px;
      border-radius: 18px;
      background: var(--primary-soft);
      display: grid;
      place-items: center;
      color: var(--primary);
      flex: 0 0 auto;
    }

    #calendar .icon-box svg {
      width: 28px;
      height: 28px;
    }

    #calendar .status-pill {
      display: inline-flex;
      align-items: center;
      padding: 8px 12px;
      border-radius: 999px;
      font-size: .83rem;
      font-weight: 800;
      letter-spacing: .02em;
      background: #e6f5ee;
      color: #177245;
      white-space: nowrap;
    }

    #calendar .auction-title {
      margin: 2px 0 18px;
      font-size: 2rem;
      font-weight: 800;
      line-height: 1.16;
      letter-spacing: -.03em;
      color: var(--text);
    }

    #calendar .meta-row {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 12px;
      padding-bottom: 16px;
      border-bottom: 1px solid #eef3f1;
      margin-bottom: 14px;
    }

    #calendar .meta-item {
      display: flex;
      gap: 10px;
      align-items: center;
    }

    #calendar .meta-icon {
      color: #70827c;
      width: 22px;
      height: 22px;
      flex: 0 0 auto;
    }

    #calendar .meta-value {
      font-weight: 800;
      font-size: 1.08rem;
      color: var(--text);
    }

    #calendar .meta-label {
      font-size: .92rem;
      color: var(--muted);
      margin-top: 2px;
    }

    #calendar .detail-grid {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 10px;
      margin-bottom: 18px;
    }

    #calendar .detail-pill {
      background: #f6f8f7;
      border: 1px solid #eef2f1;
      border-radius: 16px;
      padding: 12px;
      display: flex;
      align-items: center;
      gap: 10px;
      min-height: 64px;
    }

    #calendar .detail-pill svg {
      width: 20px;
      height: 20px;
      color: var(--primary);
      flex: 0 0 auto;
    }

    #calendar .detail-title {
      font-size: .83rem;
      color: var(--muted);
      line-height: 1.15;
    }

    #calendar .detail-value {
      font-weight: 800;
      margin-top: 3px;
      line-height: 1.2;
      color: var(--text);
    }

    #calendar .info-wrap {
      display: inline-flex;
      align-items: center;
      gap: 6px;
    }

    #calendar .info-dot {
      position: relative;
      display: inline-grid;
      place-items: center;
      width: 18px;
      height: 18px;
      border-radius: 50%;
      font-size: 12px;
      font-weight: 800;
      background: #dff1ec;
      color: var(--primary);
      cursor: pointer;
    }

    #calendar .tooltip-box {
      position: absolute;
      left: 50%;
      bottom: calc(100% + 10px);
      transform: translateX(-50%) translateY(4px);
      width: 240px;
      background: white;
      border: 1px solid var(--line);
      border-radius: 16px;
      box-shadow: 0 16px 36px rgba(8, 36, 30, 0.16);
      padding: 12px 14px;
      opacity: 0;
      visibility: hidden;
      transition: .18s ease;
      z-index: 20;
      text-align: left;
    }

    #calendar .tooltip-box::after {
      content: "";
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      top: 100%;
      border: 8px solid transparent;
      border-top-color: white;
    }

    #calendar .info-dot:hover .tooltip-box,
    #calendar .info-dot:focus .tooltip-box,
    #calendar .info-dot:focus-within .tooltip-box {
      opacity: 1;
      visibility: visible;
      transform: translateX(-50%) translateY(0);
    }

    #calendar .tooltip-title {
      font-weight: 800;
      margin-bottom: 8px;
      color: var(--text);
      font-size: .95rem;
    }

    #calendar .tooltip-box ul {
      margin: 0;
      padding-left: 16px;
      color: #50625d;
      font-size: .86rem;
      line-height: 1.45;
    }

    #calendar .button-row {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 12px;
      margin-top: auto;
      margin-bottom: 12px;
    }

    #calendar .calendar-action {
      border: 1px solid #ccd8d4;
      background: white;
      color: var(--text);
      border-radius: 14px;
      min-height: 48px;
      padding: 12px 14px;
      font-size: 1rem;
      font-weight: 800;
      text-decoration: none;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 10px;
      transition: .18s ease;
    }

    #calendar .calendar-action:hover {
      border-color: #adc5bf;
      transform: translateY(-1px);
      color: var(--text);
    }

    #calendar .calendar-action.full {
      width: 100%;
      justify-content: space-between;
      padding-inline: 16px;
    }

    #calendar .calendar-action.primary {
      background: var(--primary);
      border-color: var(--primary);
      color: white;
    }

    #calendar .calendar-action.primary:hover {
      background: var(--primary-2);
      border-color: var(--primary-2);
      color: white;
    }

    #calendar .calendar-action.locked {
      background: #f0f2f1;
      border-color: #ecefed;
      color: #96a39f;
      cursor: not-allowed;
      pointer-events: none;
      justify-content: center;
      flex-direction: column;
      gap: 2px;
      min-height: 58px;
    }

    #calendar .calendar-action small {
      font-size: .82rem;
      font-weight: 600;
      opacity: .95;
    }

    @media (max-width: 991.98px) {
      #calendar .auction-title {
        font-size: 1.6rem;
      }
    }

    @media (max-width: 767.98px) {
      #calendar {
        padding: 50px 0;
      }

      #calendar .meta-row,
      #calendar .detail-grid,
      #calendar .button-row {
        grid-template-columns: 1fr;
      }

      #calendar .tooltip-box {
        left: 0;
        transform: translateX(0) translateY(4px);
      }

      #calendar .tooltip-box::after {
        left: 18px;
        transform: none;
      }

      #calendar .info-dot:hover .tooltip-box,
      #calendar .info-dot:focus .tooltip-box,
      #calendar .info-dot:focus-within .tooltip-box {
        transform: translateX(0) translateY(0);
      }
    }

    /*:root {
  --bg: #f5f7f6;
  --card: #ffffff;
  --text: #163029;
  --muted: #6d7e79;
  --line: #e5ece9;
  --primary: #005f54;
  --primary-2: #0b7a6b;
  --primary-soft: #e7f4f1;
  --shadow: 0 10px 30px rgba(8, 36, 30, 0.08);
}*/

/* =========================
   MORTON INFO
========================= */
.morton-info-section {
  background: #ffffff;
  padding: 70px 0;
}

.morton-info-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 28px;
  box-shadow: var(--shadow);
  padding: 48px 40px;
  text-align: center;
}

.morton-info-icon {
  width: 78px;
  height: 78px;
  margin: 0 auto 20px;
  border-radius: 24px;
  background: var(--primary-soft);
  color: var(--primary);
  display: grid;
  place-items: center;
}

.morton-info-icon svg {
  width: 36px;
  height: 36px;
}

.morton-info-card h2 {
  margin: 0;
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.05;
  letter-spacing: -.03em;
  color: var(--text);
  font-weight: 800;
}

.section-underline {
  width: 82px;
  height: 4px;
  background: linear-gradient(90deg, var(--primary), #16a085);
  border-radius: 999px;
  margin: 14px auto 22px;
}

.morton-info-text {
  max-width: 860px;
  margin: 0 auto 34px;
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.8;
}

.morton-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  align-items: stretch;
}

.morton-stat {
  display: flex;
  align-items: center;
  gap: 16px;
  justify-content: center;
  text-align: left;
  padding: 12px 10px;
  border-right: 1px solid #edf2f0;
}

.morton-stat:last-child {
  border-right: 0;
}

.morton-stat-icon {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: #eef6f3;
  color: var(--primary);
  display: grid;
  place-items: center;
  flex: 0 0 auto;
}

.morton-stat-icon svg {
  width: 28px;
  height: 28px;
}

.morton-stat strong {
  display: block;
  color: var(--text);
  font-size: 1.15rem;
  font-weight: 800;
  margin-bottom: 4px;
}

.morton-stat span {
  display: block;
  color: #4e625c;
  font-size: 1rem;
  line-height: 1.55;
}

/* =========================
   NEWSLETTER
========================= */
.newsletter-section {
  padding: 20px 0 70px;
  background: linear-gradient(
    180deg,
    rgba(0,95,84,0.04),
    rgba(0,95,84,0.01)
  );
}

.newsletter-card {
  background:
    radial-gradient(circle at top right, rgba(255,255,255,.05), transparent 30%),
    linear-gradient(135deg, #005f54, #01443c);
  border-radius: 28px;
  padding: 40px;
  color: #fff;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 36px;
  align-items: center;
  overflow: hidden;
  position: relative;
  transform: translateY(-10px);
}

.newsletter-card::after {
  content: "";
  position: absolute;
  right: -80px;
  bottom: -80px;
  width: 260px;
  height: 260px;
  background: radial-gradient(circle, rgba(255,255,255,.06) 0%, transparent 70%);
  pointer-events: none;
}

.newsletter-left {
  display: flex;
  align-items: flex-start;
  gap: 22px;
}

.newsletter-mail-icon {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background: rgba(255,255,255,.10);
  color: #fff;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
}

.newsletter-mail-icon svg {
  width: 42px;
  height: 42px;
}

.newsletter-copy h2 {
  margin: 0 0 12px;
  font-size: clamp(1.8rem, 3vw, 2.7rem);
  line-height: 1.08;
  font-weight: 800;
  color: #fff;
}

.newsletter-copy p {
  margin: 0;
  color: rgba(255,255,255,.88);
  font-size: 1.08rem;
  line-height: 1.8;
}

.newsletter-form-wrap {
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 22px;
  padding: 24px;
  backdrop-filter: blur(6px);
}

.newsletter-form-wrap getresponse-form {
  display: block;
  width: 100%;
  min-height: 80px;
}

.newsletter-privacy {
  margin-top: 14px;
  color: rgba(255,255,255,.75);
  font-size: .95rem;
  line-height: 1.5;
}

/* Intento de heredar fuente al embed */
getresponse-form,
getresponse-form * {
  font-family: inherit !important;
}

/* =========================
   RESPONSIVE
========================= */
@media (max-width: 991.98px) {
  .morton-stats {
    grid-template-columns: 1fr;
  }

  .morton-stat {
    justify-content: flex-start;
    border-right: 0;
    border-bottom: 1px solid #edf2f0;
    padding-bottom: 20px;
  }

  .morton-stat:last-child {
    border-bottom: 0;
    padding-bottom: 0;
  }

  .newsletter-card {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767.98px) {
  .morton-info-card,
  .newsletter-card {
    padding: 28px 20px;
    border-radius: 22px;
  }

  .newsletter-left {
    flex-direction: column;
    gap: 16px;
  }

  .newsletter-mail-icon {
    width: 72px;
    height: 72px;
  }

  .newsletter-mail-icon svg {
    width: 34px;
    height: 34px;
  }

  .morton-info-text,
  .newsletter-copy p {
    font-size: 1rem;
    line-height: 1.7;
  }
}


.section-light {
  background: #f5f7f6;
}

.section-white {
  background: #ffffff;
}

.section-soft {
  background: linear-gradient(
    180deg,
    rgba(0,95,84,0.04),
    rgba(0,95,84,0.01)
  );
}

.wave-divider {
  height: 40px;
  overflow: hidden;
  line-height: 0;
}

.wave-divider svg {
  width: 100%;
  height: 100%;
  display: block;
}


/* colores por tipo */
.wave-soft path {
  fill: #ffffff;
}

.wave-light path {
  fill: #EEF3F1;
}

.wave-gray path {
  fill: #eef4f2;
}

.hero-auctions {
  position: relative;
  min-height: 420px;
  border-radius: 0 0 36px 36px;
  overflow: hidden;
  background: #0d1f1a;
  padding-top: 100px;
}

.hero-auctions::before {
  content: "";
  position: absolute;
  inset: 0;
  backdrop-filter: blur(6px);
  mask: linear-gradient(to right, black 30%, transparent 70%);
  z-index: 1;
}

.hero-auctions .hero-media {
  position: absolute;
  inset: 0;
}

.hero-auctions .hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: brightness(0.72) saturate(0.9);
  transform: scale(1.02);
}

.hero-auctions .hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(7,25,21,0.65) 0%, rgba(7,25,21,0.42) 45%, rgba(7,25,21,0.22) 100%),
    linear-gradient(180deg, rgba(0,95,84,0.15) 0%, rgba(0,95,84,0.40) 100%);
}

.hero-auctions .hero-content {
  position: relative;
  z-index: 2;
  min-height: 420px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 760px;
  padding-top: 60px;
  padding-bottom: 60px;
  color: #fff;
}

.hero-auctions .hero-badge {
  display: inline-flex;
  align-items: center;
  padding: 10px 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(8px);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
  margin-bottom: 18px;
}

.hero-auctions h1 {
  margin: 0 0 16px;
  font-size: clamp(2.2rem, 3.5vw, 3.6rem);
  line-height: 1.02;
  font-weight: 800;
  letter-spacing: -0.04em;
  color: #fff;
  max-width: 11ch;
}

.hero-auctions p {
  margin: 0 0 28px;
  max-width: 620px;
  font-size: 1.1rem;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.88);
}

.hero-auctions .hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.hero-auctions .hero-btn {
  min-height: 52px;
  padding: 14px 22px;
  border-radius: 14px;
  text-decoration: none;
  font-weight: 800;
  font-size: 1rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: .2s ease;
}

.hero-auctions .hero-btn-primary {
  background: #ffffff;
  color: #0c2b25;
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.18);
}

.hero-auctions .hero-btn-primary:hover {
  transform: translateY(-2px);
  color: #0c2b25;
}

.hero-auctions .hero-btn-secondary {
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.22);
  backdrop-filter: blur(8px);
}

.hero-auctions .hero-btn-secondary:hover {
  background: rgba(255, 255, 255, 0.18);
  color: #fff;
  transform: translateY(-2px);
}

@media (max-width: 991.98px) {
  .hero-auctions,
  .hero-auctions .hero-content {
    min-height: 360px;
  }

  .hero-auctions .hero-content {
    max-width: 100%;
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .hero-auctions h1 {
    max-width: 100%;
  }
}

@media (max-width: 767.98px) {
  .hero-auctions {
    min-height: 320px;
    border-radius: 0 0 24px 24px;
  }

  .hero-auctions .hero-content {
    min-height: 320px;
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .hero-auctions p {
    font-size: 1rem;
    line-height: 1.65;
  }

  .hero-auctions .hero-actions {
    width: 100%;
    flex-direction: column;
  }

  .hero-auctions .hero-btn {
    width: 100%;
  }
}

.faq-section {
  background: #ffffff;
  padding: 80px 0;
}

.faq-header {
  margin-bottom: 16px;
}

.faq-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 14px;
  border-radius: 999px;
  background: #e6f3ef;
  color: #005f54;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .03em;
  text-transform: uppercase;
  margin-bottom: 14px;
}

.faq-header h2 {
  margin: 0;
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.05;
  letter-spacing: -.03em;
  color: #163029;
  font-weight: 800;
}

.faq-underline {
  width: 82px;
  height: 4px;
  background: linear-gradient(90deg, #005f54, #16a085);
  border-radius: 999px;
  margin: 14px auto 18px;
}

.faq-header p {
  margin: 0 auto;
  max-width: 680px;
  color: #6d7e79;
  font-size: 1.05rem;
  line-height: 1.7;
}

.faq-tabs {
  border: 0 !important;
  gap: 12px;
  margin-bottom: 28px !important;
}

.faq-tabs .nav-item {
  flex: 0 0 auto;
}

.faq-tab {
  border: 1px solid #d7e4df !important;
  background: #ffffff !important;
  color: #47615b !important;
  border-radius: 999px !important;
  min-height: 48px;
  padding: 12px 24px !important;
  font-size: 1rem;
  font-weight: 800;
  transition: .2s ease;
  cursor: pointer;
  box-shadow: 0 4px 12px rgba(8, 36, 30, 0.03);
}

.faq-tab:hover {
  transform: translateY(-1px);
}

.faq-tab.active {
  background: #005f54 !important;
  border-color: #005f54 !important;
  color: #ffffff !important;
  box-shadow: 0 10px 22px rgba(0, 95, 84, 0.18);
}

.faq-accordion {
  display: grid;
  gap: 14px;
}

.faq-item {
  background: #ffffff !important;
  border: 1px solid #dfe8e4 !important;
  border-radius: 22px !important;
  overflow: hidden;
  box-shadow: 0 8px 22px rgba(8, 36, 30, 0.05);
  transition: .2s ease;
}

.faq-button {
  background: transparent !important;
  box-shadow: none !important;
  padding: 22px 24px !important;
  border: 0 !important;
  align-items: center !important;
}

.faq-button:not(.collapsed) {
  background: transparent !important;
  color: inherit !important;
  box-shadow: none !important;
}

.faq-button::after {
  background-size: 16px;
  width: 16px;
  height: 16px;
  filter: hue-rotate(120deg) saturate(120%);
}

.faq-question-wrap {
  display: flex;
  align-items: center;
  gap: 16px;
  min-width: 0;
}

.faq-badge {
  width: 46px;
  height: 46px;
  border-radius: 14px;
  background: #e9f4f1;
  color: #005f54;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 0.95rem;
  flex: 0 0 auto;
}

.faq-button h6 {
  margin: 0 !important;
  font-size: 1.12rem;
  font-weight: 800;
  line-height: 1.45;
  color: #163029;
}

.faq-button h6 span {
  display: none;
}

.faq-answer {
  padding: 0 24px 24px 86px !important;
  color: #536660;
}

.faq-answer p {
  margin: 0 0 18px;
  font-size: 1rem;
  line-height: 1.8;
  color: #536660 !important;
}

.faq-answer a {
  color: #005f54;
  font-weight: 700;
  text-decoration: none;
}

.faq-answer a:hover {
  text-decoration: underline;
}

.faq-answer-card {
  background: #f7faf9;
  border: 1px solid #e5ece9;
  border-radius: 18px;
  padding: 18px 18px 14px;
}

.faq-answer-card h4 {
  margin: 0 0 12px;
  font-size: 1rem;
  color: #163029;
  font-weight: 800;
}

.faq-answer-card ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 8px;
}

.faq-answer-card li {
  color: #47615b;
  line-height: 1.6;
}

@media (max-width: 767.98px) {
  .faq-section {
    padding: 60px 0;
    background: #ffffff;
  }

  .faq-tab {
    width: 100%;
    justify-content: center;
    display: inline-flex;
  }

  .faq-button {
    padding: 18px !important;
    align-items: flex-start !important;
  }

  .faq-question-wrap {
    gap: 12px;
    align-items: flex-start;
  }

  .faq-badge {
    width: 40px;
    height: 40px;
    border-radius: 12px;
    font-size: 0.85rem;
  }

  .faq-button h6 {
    font-size: 1rem;
    line-height: 1.5;
  }

  .faq-answer {
    padding: 0 18px 18px 18px !important;
  }
}

.site-footer {
  background: #f7faf9;
  padding: 70px 0 36px;
  border-top: 1px solid rgba(0, 95, 84, 0.06);
}

.site-footer .footer-top {
  margin-bottom: 30px;
}

.footer-brand {
  max-width: 320px;
}

.footer-logo-link {
  display: inline-block;
  margin-bottom: 18px;
}

.footer-logo {
  display: block;
}

.footer-brand-text {
  margin: 0;
  color: #62746f;
  font-size: 0.98rem;
  line-height: 1.8;
}

.footer-block {
  padding-top: 8px;
}

.footer-title {
  margin: 0 0 18px;
  font-size: 1rem;
  font-weight: 800;
  color: #163029;
}

.footer-links li + li {
  margin-top: 10px;
}

.footer-links a {
  color: #5e706b;
  text-decoration: none;
  transition: color 0.2s ease, transform 0.2s ease;
  display: inline-block;
}

.footer-links a:hover {
  color: #005f54;
  transform: translateX(2px);
}

.footer-info-label {
  margin: 0 0 8px;
  color: #163029;
  font-weight: 700;
}

.footer-info-text {
  margin: 0 0 14px;
  color: #5e706b;
  line-height: 1.7;
}

.footer-privacy-link {
  color: #005f54 !important;
  font-weight: 700;
  text-decoration: none;
  display: inline-block;
}

.footer-privacy-link:hover {
  text-decoration: underline;
}

.footer-social-wrap {
  border-top: 1px solid rgba(0, 95, 84, 0.08);
  padding-top: 28px;
}

.footer-social-title {
  margin: 0 0 16px;
  font-size: 0.95rem;
  font-weight: 800;
  color: #163029;
}

.footer-social-list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
}

.footer-social-list .list-inline-item {
  margin: 0 !important;
}

.footer-social-icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #ffffff;
  border: 1px solid #e4ece9;
  color: #163029;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 1.25rem;
  box-shadow: 0 8px 18px rgba(8, 36, 30, 0.06);
  transition: all 0.2s ease;
}

.footer-social-icon:hover {
  color: #005f54;
  border-color: #cfe2db;
  transform: translateY(-2px);
  box-shadow: 0 12px 24px rgba(8, 36, 30, 0.1);
}

.footer-bottom {
  background: #f2f7f5;
  border-top: 1px solid rgba(0, 95, 84, 0.08);
  padding: 18px 0;
}

.footer-bottom-inner p {
  color: #6b7d78;
  font-size: 0.95rem;
  line-height: 1.6;
}

.footer-divider-dot {
  margin: 0 8px;
  color: #8fa49d;
}

@media (max-width: 991.98px) {
  .footer-brand {
    max-width: 100%;
  }

  .site-footer {
    padding: 60px 0 30px;
  }
}

@media (max-width: 767.98px) {
  .site-footer {
    text-align: center;
  }

  .footer-brand,
  .footer-block {
    margin: 0 auto;
  }

  .footer-links a:hover {
    transform: none;
  }

  .footer-social-icon {
    width: 44px;
    height: 44px;
    font-size: 1.15rem;
  }

  .footer-bottom-inner p {
    font-size: 0.9rem;
  }
}