@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter-Black.woff2') format('woff2'),
        url('../fonts/Inter-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter-Bold.woff2') format('woff2'),
        url('../fonts/Inter-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter-Light.woff2') format('woff2'),
        url('../fonts/Inter-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter-Regular.woff2') format('woff2'),
        url('../fonts/Inter-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter-Medium.woff2') format('woff2'),
        url('../fonts/Inter-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
  font-family:"COCOGOOSE  UltraLight";
  src:url("../fonts/Cocogoose_Pro_Ultralight-trial.eot?") format("eot"),
      url("../fonts/Cocogoose_Pro_Ultralight-trial.woff") format("woff"),
      url("../fonts/Cocogoose_Pro_Ultralight-trial.ttf") format("truetype"),
      url("../fonts/Cocogoose_Pro_Ultralight-trial.svg#COCOGOOSE-UltraLight") format("svg");
  font-weight:normal;
  font-style:normal;
}

@font-face {
  font-family: 'the_only_exceptionregular';
  src: url('../fonts/the-only-exception.regular.woff2') format('woff2'),
       url('../fonts/the-only-exception.regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}


@font-face {
  font-family: 'uglyhandwritingmedium';
  src: url('../fonts/uglyhandwriting.woff2') format('woff2'),
       url('../fonts/uglyhandwriting.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}


.cocoFont{
  font-family:"COCOGOOSE  UltraLight";
}

.onlyFont{
  font-family: 'the_only_exceptionregular';
}

.uglyFont{
  font-family: 'uglyhandwritingmedium';
}

.twoColumns { 
  -webkit-columns: 40px 2; 
  /* Chrome, Safari, Opera */ 
  -moz-columns: 60px 2; 
  /* Firefox */ 
  columns: 60px 2; 
}

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: 'Inter';
  color: #444444;
}

p {
  font-size: 15px 
}

a {
  color: #47b2e4;
  text-decoration: none;
}

a:hover {
  color: #73c5eb;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Inter';
  /* font-weight: bold */
}




/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #FFF;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(100% - 30%);
  left: calc(50% - 30px);
  border: 6px solid #FFF;
  border-top-color: #000;
  border-bottom-color: #000;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}













/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #25d366;
  width: 45px;
  height: 45px;
  border-radius: .375rem;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 20px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #075e54;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}













/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  transition: all 0.5s;
  z-index: 997;
  padding: 15px 0;
}

/*
#header.header-inner-pages
*/
#header.header-scrolled {
  background: rgba(255, 255, 255, 1);
  box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}

#header .logo {
  font-size: 30px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
}

#header .logo a {
  color: #fff;
}

#header .logo img {
  max-height: 40px;
}







/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 30px;
  font-size: 14px;
  font-weight: 500;
  color: #888888;
  white-space: nowrap;
  transition: 0.3s;
}

/* .navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
} */

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: #9C8A7B;
}

.navbar .getstarted,
.navbar .getstarted:focus {
  padding: 8px 20px;
  margin-left: 30px;
  border-radius: 50px;
  color: #fff;
  font-size: 14px;
  border: 2px solid #47b2e4;
  font-weight: 600;
}

.navbar .getstarted:hover,
.navbar .getstarted:focus:hover {
  color: #fff;
  background: #31a9e1;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
  border-radius: 4px;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 14px;
  text-transform: none;
  font-weight: 500;
  color: #0c3c53;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: #47b2e4;
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #252525;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
  color: #252525;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(255,255,255, 1);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  border-radius: 10px;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 20px;
  color: #888;
  display: block !important;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #9C8A7B;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
  color: #37517e;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: #47b2e4;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}


/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
}

.section-bg {
  background-color: #f3f5fa;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title h2 {
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  color: #37517e;
}

.section-title h2::before {
  content: "";
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px);
}

.section-title h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #47b2e4;
  bottom: 0;
  left: calc(50% - 20px);
}

.section-title p {
  margin-bottom: 0;
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  font-size: 14px;
  background: #252525;
}

#footer .footer-bottom {
  padding-top: 30px;
  padding-bottom: 30px;
  color: #fff;
}

#footer .copyright {
  float: left;
}

#footer .credits {
  float: right;
  font-size: 13px;
}

#footer .credits a {
  transition: 0.3s;
}

@media (max-width: 768px) {
  #footer .footer-bottom {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  #footer .copyright,
  #footer .credits {
    text-align: center;
    float: none;
  }

  #footer .credits {
    padding-top: 4px;
  }
}




















/* CUSTOM STYLES*/
.bg-transparent {
  background-color: transparent !important;
}
.overflow-hidden {
  overflow: hidden !important;
}
.f-bold {
  font-weight: bold !important;
  font-style: normal !important;
}
.f-black {
  font-weight: 900 !important;
  font-style: normal !important;
}
.f-medium {
  font-weight: 500 !important;
  font-style: normal !important;
}
.f-normal {
  font-weight: normal !important;
  font-style: normal !important;
}
.f-light {
  font-weight: 300 !important;
  font-style: normal !important;
}
.f-48 {
  font-size: 48px !important;
}
.f-34 {
 font-size: 34px !important;
}
.f-28 {
 font-size: 28px !important;
}
.f-24 {
 font-size: 24px !important;
}
.f-22 {
 font-size: 22px !important;
}
.f-20 {
 font-size: 20px !important;
}
.f-18 {
 font-size: 18px !important;
}
.f-16 {
 font-size: 16px !important;
}
.f-15 {
 font-size: 15px !important;
}
.f-14 {
 font-size: 14px !important;
}
.f-12 {
 font-size: 12px !important;
}
.f-10 {
 font-size: 10px !important;
}

.h-100 {
  height: 100%
}
.h-50 {
  height: 50%
}
.h-25 {
  height: 50%
}
.space-top-50 {
  margin-top: 50px
}
.bg-cover {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.init-background {
  height: 350px;
}
.main-color {
  color: #9C8A7B
}
.main-bg-color {
  background-color: #9C8A7B
}
.breadcrumb-light {
  background-color: #f9f9f9;
  padding: 20px
}
.content-light {
  background-color: #f9f9f9;
  padding: 40px
}
.content-white {
  background-color: #FFF;
  padding: 40px
}
.initial-icon {
  font-size: 30px;
}
.bg-animation {
  position: absolute;
  background-color: rgba(237,50,55,0.8);
  top: 0;
  right: 0;
  bottom: 0;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 25% 100%);
  width: 50%;
  border-radius: .375rem 0 0 .375rem;

}
.bg-second-animation {
  position: absolute;
  background-color: rgba(237,50,55,0.8);
  top: 0;
  right: 0;
  bottom: 0;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 25% 100%);
  width: 30%;
  border-radius: .375rem 0 0 .375rem; 

}
.item-for-slide .float-text, .cta-bg .float-text  {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 45%;
  z-index: 1;
  text-align: end;
}

.bg-animation2 {
  position: absolute;
  background-color: rgb(70, 185, 61, 0.8);
  top: 0;
  left: 0;
  bottom: 0;
  clip-path: polygon(0 0, 100% 0, 75% 100%, 0% 100%);
  width: 50%;
  border-radius: .375rem 0 0 .375rem;

}
.bg-second-animation2 {
  position: absolute;
  background-color: rgb(70, 185, 61, 0.8);
  top: 0;
  left: 0;
  bottom: 0;
  clip-path: polygon(0 0, 100% 0, 75% 100%, 0% 100%);
  width: 30%;
  border-radius: .375rem 0 0 .375rem; 

}
.float-text2  {
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 45%;
  z-index: 1
}
/* 

.btn {
    --bs-btn-padding-y: 0.600rem;
}
 .btn:hover {
  box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
} 
.btn-outline-custom {
    --bs-btn-color: #9C8A7B !important;
    --bs-btn-bg: #FFF !important;
    --bs-btn-border-color: #9C8A7B !important;
    --bs-btn-hover-color: #fff !important;
    --bs-btn-hover-bg: #9C8A7B !important;
    --bs-btn-hover-border-color: #9C8A7B !important;
    --bs-btn-focus-shadow-rgb: 220,53,69 !important;
    --bs-btn-active-color: #fff !important;
    --bs-btn-active-bg: #9C8A7B !important;
    --bs-btn-active-border-color: #9C8A7B !important;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125) !important;
    --bs-btn-disabled-color: #9C8A7B !important;
    --bs-btn-disabled-bg: transparent !important;
    --bs-btn-disabled-border-color: #9C8A7B !important;
    --bs-gradient: none !important;
    font-size: 14px !important;
    font-weight: bold !important;
}
.btn-outline-custom{
  color: #9C8A7B !important;
  background-color: transparent !important;
  border: 1px solid #9C8A7B !important;
  transition: .3S ease !important;
}
.btn-outline-custom:hover{
  color: white !important;
  background-color: #9C8A7B !important;
}
.btn-form-submit {
    font-size: 14px !important;
    font-weight: bold !important;
    letter-spacing: 2px !important;
    background-color: transparent !important;
    border: 1px solid #9C8A7B !important;
    color: #9C8A7B !important;
    transition: .3s ease !important;
}
.btn-form-submit:hover{
  background-color: #9C8A7B !important;
  color: white !important;
}

.btn-custom {
    --bs-btn-color: #FFF !important;
    --bs-btn-bg: #9C8A7B !important;
    --bs-btn-border-color: #9C8A7B !important;
    --bs-btn-hover-color: #FFF !important;
    --bs-btn-hover-bg: #9C8A7B  !important;
    --bs-btn-hover-border-color: #9C8A7B !important;
    --bs-btn-focus-shadow-rgb: 217,164,6 !important;
    --bs-btn-active-color: #FFF !important;
    --bs-btn-active-bg: #9C8A7B !important;
    --bs-btn-active-border-color: #9C8A7B !important;
    --bs-btn-active-shadow: none !important;
    --bs-btn-disabled-color: #FFF !important;
    --bs-btn-disabled-bg: #9C8A7B !important;
    --bs-btn-disabled-border-color: #9C8A7B !important;
    font-size: 14px !important;
    font-weight: bold !important;
    letter-spacing: 2p !important;
}

.btn-dark-atras{
  background-color: #000000 !important;
  color: white !important;
  transition: .3s ease !important;
  padding-top: 11px !important;
  padding-bottom: 11px !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
  border-radius: 6px !important;
}
.btn-dark-atras:hover{
  background-color: #1b1b1b !important;
  color: white !important;
}

.btn-outline-dark{
  background-color: transparent !important;
  border: 2px solid #000000 !important;
  color: #000000 !important;
}

.btn-danger{
  background-color: #dc3545 !important;
  color: white !important;
}

.btn-primary{
  background-color: #0d6efd !important;
  color: white !important;
}

.btn-custom-negro {
  --bs-btn-color: #FFF;
  --bs-btn-bg: #252525;
  --bs-btn-border-color: #252525;
  --bs-btn-hover-color: #FFF;
  --bs-btn-hover-bg: #535151;
  --bs-btn-hover-border-color: #535151;
  --bs-btn-focus-shadow-rgb: 217,164,6;
  --bs-btn-active-color: #FFF;
  --bs-btn-active-bg: #535151;
  --bs-btn-active-border-color: #535151;
  --bs-btn-active-shadow: none;
  --bs-btn-disabled-color: #FFF;
  --bs-btn-disabled-bg: #252525;
  --bs-btn-disabled-border-color: #252525;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 2px
}

.btn-custom-negro{
  background-color: #252525 !important;
  color: white !important;
}

.btn-siguiente{
  text-align: center !important;
  border: 2px solid #9C8A7B !important;
  color: #ffffff !important;
  background-color: #9C8A7B !important;
  padding-top: 11px !important;
  padding-bottom: 11px !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
  border-radius: 6px !important;
  transition: .3s ease;
}

.btn-siguiente:hover{
  background-color: #c28c80 !important;
  border: 2px solid #c28c80 !important;
}

.btn-entendido{
  text-align: center !important;
  border: 2px solid #0d6efd !important;
  color: #ffffff !important;
  background-color: #0d6efd !important;
  padding-top: 11px !important;
  padding-bottom: 11px !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
  border-radius: 6px !important;
  transition: .3s ease;
}

.btn-entendido:hover{
  background-color: #297dfb !important;
} 
*/





.product-card {
  transition: all .3s
}
.product-card:hover {
  box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
  transition: all .3s
}
.product-card .zoom-image {
  width: 100%;
  content: '';
  padding-bottom: 80%;
  border-radius: .375rem .375rem 0 0;
}
.product-card .zoom-image .bg-zoom {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
  transition: all .3s;
}
.product-card:hover .zoom-image .bg-zoom {
  transform: scale(1.1);
  transition: all .3s
}
.badge{
  position: absolute;
  z-index: 8;
  margin-top: 7px;
  margin-left: 7px;
}
.product-card .info-card {
  padding: 35px 20px 20px 20px;
  height: 155px;
}
.product-card .info-card p{
  line-height: 16px
}
.info-card .float-btn {
  position: absolute; 
  right: 20px;
  top: -23px;
  background-color: #9C8A7B;
  color: white;
  padding: 11px;
  border-radius: 5px;
  transition: .3s ease;
}
.info-card .float-btn:hover {
  position: absolute; 
  right: 20px;
  top: -23px;
  background-color: #c99285;
  color: white;
  padding: 11px;
  border-radius: 5px;
}
.info-card .float-btn i{
  font-size: 15px !important;
}

/* 

.btn {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  box-shadow: none;
  border: none;
  outline: none;
  cursor: pointer;
  text-transform: none;
  text-shadow: none;
  text-decoration: none;
  white-space: nowrap;
  user-select: none;
  color: var(--btn-start-color);
  background: var(--btn-start-background);
  border: var(--btn-start-border);
  padding: var(--btn-start-padding);
  height: var(--btn-height);
  border-radius: 9999px;
  font-family: Montserrat;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  transition-property: color, background-color, border-color, opacity, box-shadow;
  transition-duration: var(--duration-normal);
  transition-timing-function: ease-in-out;
} 
.btn:focus {
  outline: none;
}
.btn:hover {
  color: var(--btn-hover-color);
  border: var(--btn-hover-border);
  padding: var(--btn-hover-padding);
  background: var(--btn-hover-background);
}
.btn:active, .btn:focus {
  color: var(--btn-focus-color);
  border: var(--btn-focus-border);
  padding: var(--btn-focus-padding);
  background: var(--btn-focus-background);
}

.btn_product {
  --btn-start-color: #b7b7b7;
  --btn-hover-color: #ffffff;
  --btn-focus-color: #ffffff;
  --btn-start-background: transparent;
  --btn-hover-background: linear-gradient(135deg, #9C8A7B 0%, #9C8A7B 100%);
  --btn-focus-background: #9C8A7B;
  --btn-start-border: 1px solid #b7b7b7;
  --btn-hover-border: 0;
  --btn-focus-border: 0;
  --btn-start-padding: 0 24px;
  --btn-hover-padding: 0 25px;
  --btn-focus-padding: 0 25px;
  height: 48px;
}

.btn-anadir{
  color: #ffffff;
  background-color: #9C8A7B;
  border: 2px solid #9C8A7B;
  border-radius: 7px;
  transition: .3s ease;
}

.btn-anadir:hover {
  background-color: #bd897d;
} */

.swiper-button-next, .swiper-button-prev {
  color: #ffffff !important;
  background-color: #9C8A7B !important;
  padding: 20px;
  transition: all .5s;
  border-radius: 5px;
}
.swiper-button-next:after, .swiper-button-prev:after {
  font-size: 14px !important;
  font-weight: bolder
}
.swiper-button-next:hover, .swiper-button-prev:hover {
  color: #ffffff !important;
  background-color: #bd877a !important;
  padding: 20px;
  transition: all .5s;
}


.cta-bg {
  height: 400px
}



.blog-card .zoom-image {
  width: 100%;
  content: '';
  padding-bottom: 75%
} 
.blog-card .zoom-image .bg-zoom {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
  transition: all .3s
}
.blog-card .zoom-image .float-date{
  position: absolute;
  bottom: 10px;
  right: 10px;
  z-index: 1;
  padding: 5px;
  background-color: #FFF
}

.blog-card .info-card {
  padding: 20px;
}
.blog-card .info-card {
  padding: 20px 10px;
}
.blog-card .info-card h6{
  color: #888;
  transition: all .3s;
}
.blog-card:hover .info-card h6{
  color: #9C8A7B;
  transition: all .3s
}
.blog-card:hover .zoom-image {
  box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
  transition: all .3s
}
.blog-card:hover .zoom-image .bg-zoom {
  transform: scale(1.1);
  transition: all .3s
}




.social-links a {
  font-size: 20px;
  display: inline-block;
  background: #9C8A7B;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  border-radius: .375rem;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  margin-right: 10px;
}
.social-links i{
  color: #ffffff !important;
  font-size: 24px !important;
}

.social-links a:hover {
  background: #c18679;
  color: #fff;
  box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}

.customLinkButton{
  border: none;
  border-radius: 50px;
  transition: .3s ease;
}

.customLinkButton:hover{
  color: #c18679;
}

.breadcrumb .breadcrumb-item {
  color: #888;
}
.breadcrumb .breadcrumb-item a {
  color: #9C8A7B;
  transition: .3s
}
.breadcrumb .breadcrumb-item a:hover {
  color: #9C8A7B;
  transition: .3s
}












#filter-nav {
  padding: 20px
}
#filter-nav, #filter-nav #navbarSupportedContent .navbar-nav{
    display: block !important;
}


#navbarSupportedContent .accordion .accordion-item .accordion-header .accordion-button {
  padding-left: 0 !important;
  padding-right: 0 !important
}
.accordion-link {
  padding: 1rem 0 !important;
  font-size: 1rem !important;
  color: #212529 !important;
  font-weight: normal !important;
}
.accordion-collapse .accordion-body .list-unstyled {
  display: block;
}
.accordion-button:focus {
  border-color: none !important;
    outline: none !important;
    box-shadow: none !important;
}
.accordion-button:not(.collapsed) {
    color: #9C8A7B !important;
    background-color: transparent !important;
    box-shadow: none !important;
}
.accordion-collapse .accordion-body .list-unstyled li a {
  padding-left: 0;
  padding-right: 0;
  text-align: left
}
.accordion-button:not(.collapsed)::after {
  background-image: var(--bs-accordion-btn-active-icon);
}

.img-50 {
  width: 50px;
  height: 50px
}
.bg-institucional {
  height: 350px
}













.hover-gallery {
  transition: all .3s
}
.hover-gallery .bgCoverCuadrado {
  width: 100%;
  background-size: cover;
  background-position: center;
  content: '';
  padding-bottom: 100%;
  transition: all .3s
}
.hover-gallery .bgCoverCuadrado .overlay-gallery {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: .25rem;
  background-color: rgba(0,0,0,0.6);
  transition: all .3s;
  opacity: 0
}
.hover-gallery:hover .bgCoverCuadrado {
  transition: all .3s;
  box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}
.hover-gallery:hover .bgCoverCuadrado .overlay-gallery {
  transition: all .3s;
  opacity: 1
}






.hover-small-news {
  transition: all .3s
}
.hover-small-news .bgCover100x100 {
  width: 60px;
  height: 60px;
  background-position: center;
  background-size: cover;
  margin-right: 15px;
  transition: all .3s
}
.hover-small-news .texto{
  width: calc(100% - 75px);
  transition: all .3s;
}
.hover-small-news .texto p {
  color: #444;
  transition: all .3s;
}
.hover-small-news .texto h6 {
  color: #888;
  transition: all .3s;
}

.hover-small-news:hover .bgCover100x100 {
  box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
  transition: all .3s
}
.hover-small-news:hover .texto p {
  color: #222;
  transition: all .3s;
}
.hover-small-news:hover .texto h6 {
  color: #9C8A7B;
  transition: all .3s;
}


.vdo-for-blog {
  width: 80%;
  height: 350px
}



.check-for-table {
  width: 1.5rem !important;
  height: 1.5rem !important;
  margin-top: 0.25em;
  vertical-align: top;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0,0,0,.25);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
  print-color-adjust: exact;
}

.number-for-table {
  width: 4.1rem !important;
  height: 1.5rem !important;
  margin-top: 0.25em;
  vertical-align: top;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0,0,0,.25);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
  print-color-adjust: exact;
}


.thumb-slider {
  box-sizing: border-box;
  padding: 10px 0;
  height: 100px !important;
}

.full-slider {
  height: 500px;
  width: 100%;
  border-radius: 10px;
}

.thumb-slider .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.4;
}

.thumb-slider .swiper-slide-thumb-active {
  opacity: 1;
}

.thumb-slider .swiper-slide img, .full-slider .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 7px;
}

.floating-button {
  position: absolute;
  right: 10px;
  top: 10px;
}


.steps{
  font-size: 1rem;
  vertical-align: baseline;
  /* margin-bottom: 80px !important; */
}

.steps span{
  opacity: .7;
}

.steps .active{
  font-size: 1.6rem;
}

.cartProduct{
  /*background-color: #e6ebee;*/
  padding: 20px 10px;
  margin-bottom: 5px;
}

.noborder-shopping-cart .summary{
  padding-left: 0px !important;
  border-left: none !important;
}

.shopping-cart .summary{
    /* border-top: 2px solid var(--color-default); */
    /* background-color: #f9f9f9; */
    height: 100%;
    padding-left: 30px;
    border-left: dotted 1px #ccc;

}


@media only screen and (max-width: 600px) {
  .shopping-cart .summary{
    border-left: none;
    padding-left: 0px;
    padding-top: 30px;
  }
  .leftcol{
    
    border-top: dotted 1px #ccc;
    padding-top:20px
  }

  .inner-page{
    padding-top: 0px !important;
    margin-top: 0px !important;
  }
}


.shopping-cart .summary h3{
  text-align: center;
  font-size: 1.3em;
  font-weight: 600;
  padding-top: 20px;
  padding-bottom: 20px;
}

.shopping-cart .summary .summary-item:not(:last-of-type){
  padding-bottom: 10px;
  padding-top: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.shopping-cart .summary .text{
  font-size: 1em;
  font-weight: 400;
}

.shopping-cart .summary .price{
  font-size: 1em;
  float: right;
}


.shadow-text {
  text-shadow: 0 .5rem 1rem rgba(33,37,41,1);
}

.IntroSectionForAll {
  padding: 0;
  height: 400px;
  background-position: bottom center;
  background-size: cover;
}

.list-group-item.active {
  z-index: 2;
  color: #000;
  background-color: #fff;
  border-color: #9C8A7B;
}

.list-group-item svg{
width: 40px;
}

.list-group-item img{
filter: brightness(0) !important;
}


.list-group-item.active svg {
-webkit-filter: invert(100%); /* safari 6.0 - 9.0 */
        filter: invert(100%);
}

.list-group-item.active img {
filter: brightness(100) !important;
}

.btn-adelante{
  background-color: #c3cb91;
  color: #ffffff;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  border: none;
}

.btn-atras{
  background-color: #9C8A7B;
  color: #ffffff;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  border: none;
}







/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.formulario-contacto{
  background-color: #f9f9f9;
  padding: 40px;
}

.contact .info {
  padding: 40px 40px;
  background-color: #fff;
  /* box-shadow: 0px 5px 90px 0px rgba(110, 123, 131, 0.1); */
  text-align: center;
}

.contact .info i {
  font-size: 48px;
  color: #e9bb93;
  margin-bottom: 15px;
}

.contact .info h4 {
  padding: 0;
  margin: 0 0 10px 0;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
}

.contact .info p {
  font-size: 15px;
}

.contact .php-email-form {
  width: 100%;
  padding: 0 30px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br+br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form label {
  font-family: "Poppins", sans-serif;
  margin-bottom: 5px;
  color: #777777;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  border-radius: 4px;
}

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
  border-color: #428bca;
}

.contact .php-email-form input {
  padding: 10px 15px;
}

.contact .php-email-form textarea {
  padding: 12px 15px;
}

.contact .php-email-form button[type=submit] {
  background: #fff;
  border: 2px solid #428bca;
  padding: 12px 35px;
  transition: 0.4s;
  background: #428bca;
  color: #fff;
  border-radius: 4px;
}

.contact .php-email-form button[type=submit]:hover {
  background: #5697d0;
}

@media (max-width: 1024px) {
  .contact .php-email-form {
    padding: 30px 15px 15px 15px;
  }
}

@media (max-width: 768px) {
  .contact .php-email-form {
    padding: 15px 0 0 0;
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}











#image-empresa{
  width: 60% !important;
}  


@media only screen and (max-width: 600px) {

  .init-background {
      height: 500px;
  }
  .item-for-slide .float-text {
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 20px;
    top: unset;
    transform: unset;
    width: calc(100% - 20px);
    z-index: 1;
  }
  .bg-animation {
    display: none;
  }
  .bg-second-animation {
    position: absolute;
    background-color: rgba(237,50,55,0.8);
    top: 60%;
    left: 0;
    bottom: 0;
    right: 0;
    clip-path: unset;
    width: 100%;
    border-radius: unset;
  }
  .cta-bg {
    height: 500px
  }
  .cta-bg .float-text {
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 20px;
    top: unset;
    transform: unset;
    width: calc(100% - 35px);
    z-index: 1;
  }
  .vdo-for-blog {
    width: 100%;
    height: 250px
  }
  .content-light {
    background-color: #f9f9f9;
    padding: 40px 15px
  }
}

/* Hide the default radio button */
input[type="radio"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 15px; /* Width of the custom radio button */
  height: 15px; /* Height of the custom radio button */
  border-radius: 50%; /* Makes it round */
  border: 2px solid #6C757D; /* Border color */
  outline: none; /* Remove focus outline */
}

/* Style the custom radio button when checked */
input[type="radio"]:checked {
  background-color: #6C757D; /* Fill color when checked */
}




div[disabled]
{
    pointer-events: none;
    opacity: 0.5; 
}