/* 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 {
  font-family: "Poppins", sans-serif;
  color: #000000;
  font-size: 15px;
  padding: 0px 20px 20px 20px;
}

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);
}

.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) {

  body{
    padding: unset !important;
  }

  .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);
  height: 300px;
}
.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;
}