:root {
    --dark-color: #1a1a1a;
    --white-color: #ffffff;
    --light-grey-color: #f5f5f5;
    --gold-color: #ffb944;
    --green-color: #008990;
    --green-subtle-color: rgba(0, 136, 144, 0.30);
    --gold1:#F4BD76;
    --gold2:#F6CD8F;
    --gray1:#FFFFFF80;
    --gray2:#F7D9D990;
    --black1:#1A1B1F;
    --black2:#30353B;
    --shadow: 0 8px 8px;
    --color_shadow: #00000033;
    --color-neutral-50: #fafafa;
    --color-neutral-100: #f5f5f5;
    --color-neutral-200: #e5e5e5;
    --color-neutral-300: #d4d4d4;
    --color-neutral-400: #a3a3a3;
    --color-neutral-500: #737373;
    --color-neutral-600: #525252;
    --color-neutral-700: #404040;
    --color-neutral-800: #262626;
    --color-neutral-900: #171717;
    --color-neutral-950: #0a0a0a;
    --color-protecsur-50: #f0fbfa;
    --color-protecsur-100: #d9f3f4;
    --color-protecsur-200: #b7e7ea;
    --color-protecsur-300: #85d5db;
    --color-protecsur-400: #4bbbc5;
    --color-protecsur-500: #2f9ca8;
    --color-protecsur-600: #2a8190;
    --color-protecsur-700: #008990;
    --color-protecsur-800: #066269;
    --color-protecsur-900: #0a5357;
    --color-protecsur-950: #002f35;
  }
 

  /* Typography */
  body, ul, li, p, a, label, input, div {
    font-family: 'Roboto', sans-serif;
    font-size: 18px !important;
    font-weight: 300 !important;
  }

  a{
    font-size: 16px !important;
    color: var(--green-color);
  }

  .h1 {
    font-family: 'Roboto', sans-serif;
    font-size: 48px !important;
    font-weight: 200 !important;
  }
  .h2 {
    font-family: 'Roboto', sans-serif;
    font-size: 30px !important;
    font-weight: 300;
  }
  .h3 {
    font-family: 'Roboto', sans-serif;
    font-size: 22px !important;
  }

  .h4 {
    font-family: 'Roboto', sans-serif;
    font-size: 18px !important;
  }

  .h5 {
    font-family: 'Roboto', sans-serif;
    font-size: 16px !important;
  }

  .activo{
    border-color: var(--color-protecsur-800) !important;
    background-color: var(--color-protecsur-300) !important;
    color: var(--color-protecsur-600) !important;
  }



  /* General */
  .text-warning {  color: #ede861 !important;}
  .text-muted { color: #bcbcbc !important;}
  .text-success { color: #59ab6e !important;}
  .text-light { color: #cfd6e1 !important;}
  .text-dark { color: var(--color-neutral-900) !important;}
  .bg-dark { background-color: #212934 !important;}
  .bg-light { background-color: #e9eef5 !important;}
  .bg-black { background-color: #1d242d !important;}
  .bg-success { background-color: #59ab6e !important;}
  .bg-protecsur-subtle { background-color: var(--green-subtle-color);}


  * {
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  
  html {
    scroll-behavior: smooth;
  }
  
  a{
    text-decoration: none;
  }
  
  .bgGreen{background-color: var(--green-color);}
  .colorGreen {color: var(--green-color);}
  .scale {width: 60%;}
  
  .btn-protecsur {
    background-color: var(--green-color);
    color: var(--white-color) !important;
    border: 2px solid var(--green-color);
  }
  
  .btn-protecsur:hover {
    background-color: var(--white-color);
    color: var(--green-color) !important;
    border: 2px solid var(--green-color);
  }
  
  .bg {  
    display: inline-block;
    color: #fff;
    background: cornflowerblue;
    padding: 5px 10px;
    border-radius: 50px;
    font-size: .7em;
  }
  
  .bg-novedad {
    display: inline-block;
    color: #fff;
    background: var(--green-color);
    padding: 5px 10px;
    border-radius: 50px;
    font-size: .7em;
  }
  
  /* Product */
.product-wap { box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.10);}
.product-wap .product-color-dot.color-dot-red { background:#f71515;}
.product-wap .product-color-dot.color-dot-blue { background:#6db4fe;}
.product-wap .product-color-dot.color-dot-black { background:#000000;}
.product-wap .product-color-dot.color-dot-light { background:#e0e0e0;}
.product-wap .product-color-dot.color-dot-green { background:#0bff7e;}
.card.product-wap .card .product-overlay {
  background: rgba(0,0,0,.2);
  visibility: hidden;
  opacity: 0;
  transition: .3s;
}
.card.product-wap:hover .card .product-overlay {
  visibility: visible;
  opacity: 1;
}
.card.product-wap a { color: #000;}
#carousel-related-product .slick-slide:focus { outline: none !important;}
#carousel-related-product .slick-dots li button:before {
  font-size: 15px;
  margin-top: 20px;
}
  #carousel-related-product .slick-dots li button:before {
    font-size: 15px;
    margin-top: 20px;
  }
  
  .logo-brand {
    max-width: 180px;
    min-width: 160px;
  }
  
  .hero-section {
    background-image: url('../img/hero.jpg'); /* Cambia esta URL por una imagen representativa */
    
    background-size: cover;
    background-position: center;
    color: white;
    text-align: center;
    padding: 120px 0;
  }
  .hero-text{
    background-color:rgba(158, 158, 158, 0.75);
  }
  
  .service-card {
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s;
  }
  .service-card:hover {
    transform: scale(1.05);
  }

  .card-img-component{
    width: 60%;
  }

  .novedad {
    width: 60px;
    /*text-align: right;*/
  }
  
  .testimonial-card {
    background-color: #f8f9fa;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  }
   
  .full-width {
    width: 100%;
  }
  
  .footer {
    background-color: #343a40;
    color: white;
    padding: 40px 0;
  }
  
  /*Cookie Consent Begin*/
  
  #cookieConsent {
    background-color: rgba(20, 20, 20, 0.8);
    min-height: 26px;
    font-size: 14px;
    color: #ccc;
    line-height: 26px;
    padding: 8px 0 8px 30px;
    font-family: "Trebuchet MS", Helvetica, sans-serif;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
    z-index: 9999;
  }
  
  #cookieConsent a {
    color: #4B8EE7;
    text-decoration: none;
  }
  
  #closeCookieConsent {
    float: right;
    display: inline-block;
    cursor: pointer;
    height: 20px;
    width: 20px;
    margin: -15px 0 0 0;
    font-weight: bold;
  }
  
  #closeCookieConsent:hover {
    color: #FFF;
  }
  
  #cookieConsent a.cookieConsentOK {
    background-color: rgb(0, 136, 144);
    color: #fff;
    display: inline-block;
    border-radius: 5px;
    padding: 0 20px;
    cursor: pointer;
    float: right;
    margin: 0 60px 0 10px;
  }
  
  #cookieConsent a.cookieConsentOK:hover {
    background-color: rgb(7, 97, 102);
  }
  
  
  /*Cookie Consent End*/
  
  /*//////////
  Politicas
  /////////*/
  
  #privaticidad p {
      font-size: 16px;
      color: var(--dark-color);
      opacity: 1;
      line-height: 1.5;
      margin-bottom: 0px;
  }
  
  .centrar {
    text-align: center;
  }
  
  
  /* //////////////
  Footer
  //////////////*/
  
  footer {
    padding: 80px 0;
    text-align: center;
    color: var(--white-color);
  }
  
  footer a {
    color: var(--white-color);
  }
  
  footer a:hover {
    color: var(--white-color);
  }
  
  footer .list-inline .list-inline-item {
    padding: 10px 15px;
  }
  
  /* Noticias */

  .fondo-noticia{
    background-color: #E5E8EA
  }

  .tarjeta-peq-noticia{
    border-top: 1px solid #DCE2E9;
    padding: 2em;
  }

  .tarjeta-peq{
    border-top: 1px solid #DCE2E9;
  }

  .border-protecsur {
    --bs-border-opacity: 1;
    border-color: var(--color-protecsur-700) !important;
  }

  .relacion {
    background-color: var(--color-protecsur-700);
    color: white;
    font-size: 18px;
  }
  
  .img-noticia{
    width: 50%;
  }

  .img-peq-noticia{
    width: 70%;
  }

  /* Error 404 */

  .error-title {
    font-size: 100px;
    font-weight: bold;
    color: #dc3545;
  }
  .message {
    font-size: 18px;
    color: #6c757d;
  }
  .btn-back {
    margin-top: 20px;
  }
