/* =  Botones */
button {
  background: none;
  border: none;
  outline: inherit;
}

/* = Logo Menu */
.logo-menu{
  max-width: 300px;
}

/* = Navbar-With-Button-icons */
.bs-icon {
  --bs-icon-size: .75rem;
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  font-size: var(--bs-icon-size);
  width: calc(var(--bs-icon-size) * 2);
  height: calc(var(--bs-icon-size) * 2);
  color: var(--bs-primary);
}

.bs-icon-xs {
  --bs-icon-size: 1rem;
  width: calc(var(--bs-icon-size) * 1.5);
  height: calc(var(--bs-icon-size) * 1.5);
}

.bs-icon-sm {
  --bs-icon-size: 1rem;
}

.bs-icon-md {
  --bs-icon-size: 1.5rem;
}

.bs-icon-lg {
  --bs-icon-size: 2rem;
}

.bs-icon-xl {
  --bs-icon-size: 2.5rem;
}

.bs-icon.bs-icon-primary {
  color: var(--bs-white);
  background: var(--bs-primary);
}

.bs-icon.bs-icon-primary-light {
  color: var(--bs-primary);
  background: rgba(var(--bs-primary-rgb), .2);
}

.bs-icon.bs-icon-semi-white {
  color: var(--bs-primary);
  background: rgba(255, 255, 255, .5);
}

.bs-icon.bs-icon-rounded {
  border-radius: .5rem;
}

.bs-icon.bs-icon-circle {
  border-radius: 50%;
}


/* animate outline */
.hov-animate-outline{
    position: relative;;
}
.hov-animate-outline::before,
.hov-animate-outline::after{
    box-sizing: inherit;
    content: '';
    position: absolute;
/*    z-index: -1 !important;*/
    width: 0;
    height: 0;
    transition: color 0.3s;
    border: 2px solid transparent;
}
.hov-animate-outline::before {
    top: 0;
    left: 0;
}
[dir="rtl"] .hov-animate-outline::before {
    left: auto;
    right: 0;
}
.hov-animate-outline::after {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.hov-animate-outline:hover::before,
.hov-animate-outline:hover::after {
    width: 100%;
    height: 100%;
}
.hov-animate-outline:hover::before {
    border-top-color: #333333;
    border-right-color: #333333;
    transition:
      width 0.3s ease-out,
      height 0.3s ease-out 0.3s;
}
[dir="rtl"] .hov-animate-outline:hover::before {
    border-left-color: #333333;
    border-right-color: transparent;
}
.hov-animate-outline:hover::after {
    border-bottom-color: #333333;
    border-left-color: #333333;
    transition: 
      height 0.3s ease-out,
      width 0.3s ease-out 0.3s;
}
[dir="rtl"] .hov-animate-outline:hover::after {
    border-right-color: #333333;
    border-left-color: transparent;
}

/*-------------------------------------------------*/
/* = Imagenes
/*-------------------------------------------------*/
.img-fluid-total {
  width: 100%;
  height: auto;
} 

/* = Fondos */
/* = Bg Slider Home */
.bg-slider-home{
  background-image: url('../../images/fondos/fondo-slider-2.jpg');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
/* = Bg Cta */
.bg-cta-izq{
  background-image: url('../../images/fondos/cta-locator-img-black-2.jpg');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.bg-cta-der{
  background-image: url('../../images/fondos/marble_720.png');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
/* = Bg Cta pre pie */
.bg-cta-pre-pie-1{
  background-image: url('../../images/fondos/fondo-cta-pre-pie-1e.jpg');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.bg-cta-pre-pie-2{
  background-image: url('../../images/fondos/fondo-cta-pre-pie-2b.jpg');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.bg-cta-pre-pie-central{
  background-image: url('../../images/fondos/fondo-cta-pre-pie-central.jpg');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
/* = Bg Footer */
.bg-footer{
  background-image: url('../../images/fondos/marble_720.png');
  background-position: relative;
}
.bg-footer:before {
  background: rgba(27,23,30,0.63);
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

/* = Botones */
.btn-dark {
  background-color: #333333;
}
.btn-dark:hover {
  background-color: #000000;
}

.btn-redondo-grande {
  text-transform: uppercase;
  padding: 14px 26px;
  border-radius: 30px;
  font-size: 1.25rem;
  font-weight: 400;
}

/* = CTA */
.bloque-cta-texto {
  padding: 3rem 3rem;
}
@media (min-width: 768px) {
  .bloque-cta-texto {
    padding: 3rem 3rem;
  }
}
@media (min-width: 992px) {
  .bloque-cta-texto {
    padding: 4rem 3rem;
  }
}
@media (min-width: 1200px) {
  .bloque-cta-texto {
    padding: 6rem 3rem;
  }
}

/* = CTA pre pie */
.cta-pre-pie-central{
  padding-top: 70px;
  padding-bottom: 70px;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}
.cta-pre-pie-central img{
  max-width: 190px;
}
@media (min-width: 768px) {
  .cta-pre-pie-central{
    padding-top: 80px;
    padding-bottom: 80px;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
  .cta-pre-pie-central img{
    max-width: 190px;
  }
}
@media (min-width: 992px) {
  .cta-pre-pie-central{
    padding-top: 90px;
    padding-bottom: 90px;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
  .cta-pre-pie-central img{
    max-width: 200px;
  }
}
@media (min-width: 1200px) {
  .cta-pre-pie-central{
    padding-top: 100px;
    padding-bottom: 100px;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
  .cta-pre-pie-central img{
    max-width: 260px;
  }
}

/* = Footer */
footer{
  position: relative;
}



/* = BtStudio */
.btn-primary {
  background: #09B8EF;
  border-color: #09B8EF;
}

/*.btn {
  border-radius: 10px;
}*/

@media (min-width: 768px) {
  .hero-content {
    height: 500px;
  }
}

@media (min-width: 992px) {
  .hero-content {
    height: 600px;
  }
}

@media (min-width: 1200px) {
  .hero-content {
    height: 700px;
  }
}

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

.hr-footer {
  color: rgba(255,255,255,0.3);
  opacity: 1;
}

.divider {
  width: 70px;
  height: 6px;
  background: #09B8EF;
  position: relative;
  display: inline-block;
  margin-bottom: 24px;
}

@media (min-width: 768px) {
  .divider {
    transform: translateX(-50%);
  }
}

body {
  font-family: Montserrat, sans-serif;
  --bs-body-color: #485963;
  /*--bs-body-color: #152A34;*/
  --bs-body-font-weight: 300;
  --bs-body-bg: #ffffff;
  font-size: 1rem;
  --bs-primary: #09B8EF;
  --bs-primary-rgb: 9,184,239;
  /*-webkit-font-smoothing: antialiased;*/
  /*-moz-osx-font-smoothing: grayscale;*/
}

body-colores-antiguos {
  font-family: Montserrat, sans-serif;
  --bs-body-color: #485963;
  --bs-body-font-weight: 300;
  --bs-body-bg: #FFFEF2;
  font-size: 1.15rem;
  --bs-primary: #09B8EF;
  --bs-primary-rgb: 9,184,239;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: .5rem;
  font-weight: 400;
  line-height: 1.2;
  color: #152A34;
  font-family: 'Bodoni Moda', serif;
}

.titulo {
  font-weight: 600;
  font-size: 3rem;
}

.titulo b, .titulo strong {
  font-weight: 700;
}

.section-padding {
  padding: 3rem 0;
}

.section-padding-mini {
  padding: 2rem 0;
}

@media (min-width: 768px) {
  .section-padding {
    padding: 5rem 0;
  }
}

.hero-text-shadow {
  text-shadow: 2px 2px 6px var(--bs-gray-800);
}

.hr-titulo-sup {
  border-top: 3px solid #09B8EF;
  width: 40px;
  margin: 0.7rem 0;
  opacity: 1;
}

.contenedor-icono-propiedades {
  border-radius: 100px;
  display: inline-block;
  padding: 30px;
  margin-bottom: 1.5rem;
  border: 2px dashed rgb(122,122,115) ;
  border: 2px dashed rgb(255,255,255);
}

.icono-propiedades {
  max-width: 90px;
  /*margin-bottom: 1rem;*/
  opacity: 1;
}

.img-colores {
  width: 100%;
  transition: all .3s ease-in-out;
  opacity: 1;
}

.img-colores-holder {
  display: block;
  position: relative;
  overflow: hidden;
  box-shadow: 3px 3px 5px -3px rgb(0,0,0);
}

.img-colores-holder:hover .img-colores {
  transform: scale3d(2, 2, 2) !important;
  opacity: 1;
}

.btn-fijo-derecha {
  position: fixed;
  display: flex;
  flex-direction: column;
  justify-content: center;
  /*top: 40%;*/
  bottom: 10%;
  right: 0px;
  transition: width 1s;
  overflow: hidden;
  background-color: #FFED72;
  border-radius: 4px;
  border: none;
  width: 289px;
  height: 64px;
  box-shadow: 1px 2px 4px 1px rgb(184 153 30 / 50%);
  font-size: 16px;
  padding: 19px 30px;
  opacity: 0.95;
  z-index: 9999;
}

.btn-fijo-derecha:hover {
  background-color: #FFED72;
}

.btn-fijo-derecha > .btn-text {
  color: black;
  font-size: 18px;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 767px) {
  .btn-fijo-derecha {
    position: fixed;
    display: block;
    top: initial;
    left: 0;
    bottom: 0;
    opacity: 1;
    height: auto;
    width: 100%;
    border: none;
    border-radius: 0;
    box-shadow: none;
    padding: 0.7em 0;
    line-height: initial;
    z-index: 2147483641;
    margin: 0;
    transform: none;
  }
}

.galeria-p1 {
  height: 500px;
  background: url("../../assets/img/Galeria/latest01-620x627.jpg") center / cover no-repeat;
}

.galeria-p2 {
  height: 200px;
  background: url("../../assets/img/Galeria/02-1.jpg") center / cover no-repeat;
}

.galeria-p3 {
  height: 200px;
  background: url("../../assets/img/Galeria/03.jpg") bottom / cover no-repeat;
}

.galeria-p4 {
  height: 500px;
  background: url("../../assets/img/Galeria/komi_amb_08.jpg") bottom / cover no-repeat;
}

.galeria-p5 {
  background: url("../../assets/img/Galeria/IMG_2727.jpg") center / cover no-repeat;
  height: 500px;
}

.galeria-p6 {
  height: 200px;
  background: url("../../assets/img/Galeria/44-45-scaled.jpg") center / cover no-repeat;
}

.hr-titulo-sup-2 {
  border-top: 1px solid #425865;
}

.logo-texto {
  font-family: 'Montserrat Alternates', sans-serif;
  color: #1c1e20;
  font-size: 3em;
  font-weight: 700;
}

main {
  background: #F6F5E8;
}

.contenedor-lav-home {
}

p.card-text {
  font-size: 1rem;
}

/* = Listado de Productos = */
.card-producto {
  background: #F6F5E8;
  background-color: #ffffff;
  border: none;
  border-radius: 0;
  transition: background-color .3s;
  /*overflow: hidden;*/
  /*border-left: 1px solid #EBEADE;*/
}

.card-producto .card-img-top {
  border-radius: 0;
  overflow: hidden;
  opacity: 1;
  transition: all .5s ease-in-out;
}

.card-producto .card-footer .card-link {
  opacity: 1;
  /*background-color: #333333;
  color: #ffffff;*/
  background-color: transparent;
  color: #152A34;
  width: 100%;
  height: 60px;
  padding: 21px 23px;
  position: relative;
  display: block;
  transition: all .5s ease;
  text-decoration: snow;
  text-transform: capitalize;
  font-size: 1rem;
}

/* = Ficha de Productos = */
.product-details-footer .product-info-link {
  opacity: 1;
  background-color: #333333;
  width: 100%;
  height: 60px;
  padding: 21px 23px;
  position: relative;
  display: block;
  transition: all .5s ease;
  color: #ffffff;
  text-decoration: snow;
  font-size: 1rem;
  text-align: center;
}
.product-details-footer .product-info-link:hover {
  background-color: #000000;
}

.card-producto .card-footer {
  padding: 0;
  border: none;
  background-color: #FFFFFF;
}

.product-details-footer {
  padding: 0;
  border: none;
  background-color: #F6F5E8;
}

.card-producto:hover .card-footer .card-link {
  opacity: 1;
  background-color: #333333;
  color: #ffffff;
}

.card-producto .card-footer .card-link:hover {
  background-color: #000000;
}

.product-details-footer .producto-info-link:hover {
  background-color: #000000;
}

.card-producto .card-body {
  padding: 3rem 1.8rem 0rem 1.8rem;
}

.card-producto:hover {
  background-color: #EBEADE;
  background-color: #F0F0F0;
}

.product-details-info, .product-details-info-white {
  font-size: 1rem;
  width: 100%;
  text-align: left;
}

.product-details-info ul, .product-details-info-white ul {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 2px solid #4a4a4a;
  width: 100%;
}

.product-details-info-white ul {
  border-top: 2px solid #ffffff;
}

.product-details-info ul li, .product-details-info-white ul li {
  border-bottom: 1px solid rgba(51,51,51,.2);
  padding: 8px 10px;
}

.product-details-info-white ul li {
  border-bottom: 1px solid rgba(255,255,255,0.5);
}

.card-details {
  font-size: 1rem;
  width: 100%;
  text-align: left;
}

.card-details ul {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 2px solid #252525;
  width: 100%;
}

.card-details ul li {
  border-bottom: 1px solid rgba(51,51,51,.2);
  padding: 20px 0;
}

.card-details-title {
  color: #252525;
  font-weight: 600;
  margin: 0 20px 0 0;
  min-width: 80px;
}

.product-details-info-white ul .card-details-title {
  color: #ffffff;
  font-weight: 600;
  margin: 0 20px 0 0;
  min-width: 80px;
}

.card-details-content {
  color: #666;
}

.product-details-info-white ul .card-details-content {
  color: #ffffff;
}

.card-details-title p, .card-details-content p {
  margin: 0;
  width: auto;
}

.card-producto p.card-text-descripcion {
  margin-bottom: 1rem;
}

.card-producto .card-title {
  margin-bottom: 16px;
  font-weight: 600;
  font-size: 2rem;
}
@media (min-width: 992px) {
  .card-producto .card-title {
    margin-bottom: 16px;
    font-weight: 600;
    font-size: 2.5rem;
  }
}

.card-producto:hover .card-img-top {
  opacity: 1;
  /*transform: scale3d(1.1, 1.1, 1.1) !important;*/
}

.card-img-contenedor {
  width: 100%;
  overflow: hidden;
}

/* card-producto animate outline */
/*.card-producto .card-body{
    position: relative;
}
.card-producto .card-body::before,
.card-producto .card-body::after{
    box-sizing: inherit;
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    transition: color 0.3s;
    border: 2px solid transparent;
}
.card-producto .card-body::before {
    top: 0;
    left: 0;
}
.card-producto .card-body::after {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.card-producto:hover .card-body::before,
.card-producto:hover .card-body::after {
    width: 100%;
    height: 100%;
}
.card-producto:hover .card-body::before {
    border-top-color: #333333;
    border-right-color: #333333;
    transition:
      width 0.3s ease-out,
      height 0.3s ease-out 0.3s;
}
.card-producto .card-body::after {
    border-bottom-color: #333333;
    border-left-color: #333333;
    transition: 
      height 0.3s ease-out,
      width 0.3s ease-out 0.3s;
}*/

/* = Galeria ficha de producto = */
/*body{background:#ecf0f3 !important;font-family:Arial}*/
.vrmedia-gallery{
/*  max-width:567px;*/
  /*margin:0rem auto;
  padding:20px;*/
/*  background:#E8E4DE;*/
/*  box-shadow:rgb(100 100 111 / 20%) 0px 7px 29px 0px;*/
/*  border-radius:8px;*/
/*  backdrop-filter:opacity(0.5)*/
}
.vrmedia-gallery img{
  object-fit:cover;
  width:100%
}
.vrmedia-gallery .lSGallery{
  display:inline-flex
}
.vrmedia-gallery .lSGallery li{
/*  border-radius:12px !important;*/
  border-radius:0px !important;
}
.vrmedia-gallery .lSGallery li.active{
  border:1px solid #242423
}

/* === */

.section-padding-bt {
  padding: 0 0 3rem 0;
}

.section-padding-tp {
  padding: 3rem 0 0 0;
}

@media (min-width: 768px) {
  .section-padding-bt {
    padding: 0 0 5rem 0;
  }
}

@media (min-width: 768px) {
  .section-padding-tp {
    padding: 5rem 0 0 0;
  }
}

a {
  color: inherit;
  text-decoration: none;
}

@media (min-width: 992px) {
  .card-producto .card-footer .card-link {
/*    opacity: 0;*/
  }
}

.card-producto p.card-text-info {
  color: #666666;
  padding-bottom: 2rem;
  font-size: 1rem;
  border-bottom: 1px solid rgba(51,51,51,.2);
}

.card-text-info-separador {
  color: rgba(51,51,51,.2);
  display: inline-block;
  margin: 0 5px;
}

.bg-1-new {
  background-color: #FFFFFF;
}

.bg-2-new {
  background-color: #F4F0ED;
}

.bg-3-new {
  background-color: #E8E4DE;
}

.bg-5-new {
  background-color: #152A34;
}

.bg-1 {
  background-color: #FFFEF2;
}

.bg-2 {
  background-color: #F6F5E8;
}

.bg-3 {
  background-color: #F0EFE1;
}

.bg-4 {
  background-color: #EBEADE;
}

.bg-b-1 {
  background-color: #152A34;
}

.bg-b-2 {
  background-color: #425865;
}

.bg-b-3 {
  background-color: #B9C3C7;
}

.navbar {
  background: var(--bs-body-bg);
  border-bottom: 1px solid rgba(51,51,51,.2);
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  color: inherit;
  text-decoration: none;
}

.navbar a:after, .breadcrumb a:after {
  content: "";
  display: block;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .25s cubic-bezier(.645,.045,.355,1);
  border-bottom: 1px solid;
  margin-top: 0;
}

.navbar a:hover:after, .breadcrumb a:hover:after {
  transform: scaleX(1);
}

.navbar a.active:after {
  transform: scaleX(1);
}

.breadcrumb-item {
  font-size: 1rem;
}

.breadcrumb {
  margin-bottom: 0;
}

.breadcrumb-divider:before {
  padding-left: var(--bs-breadcrumb-item-padding-x);
  padding-right: var(--bs-breadcrumb-item-padding-x);
  color: var(--bs-breadcrumb-divider-color);
  content: var(--bs-breadcrumb-divider, "/");
}

.precio-antiguo {
  font-style: italic;
}

.product-details .bloque-precio {
  margin-bottom: 2rem;
}

.product-details {
}

.precio-antiguo-decuento {
  margin-left: 8px;
}

.precio-nuevo {
  font-size: 2.5rem;
  line-height: normal;
  color: #152A34;
}

.info-iva {
  font-size: 0.8rem;
  color: rgba(0,0,0,.5)!important;
  margin-bottom: 0;
}

.product-details .info-titulo {
  font-weight: 600;
  font-size: 1.5rem;
}

.badge-product {
  background-color: #425865 !important;
}

p:last-child {
  margin-bottom: 0;
}

p {
  margin-bottom: 0.4rem;
}

.bk-encabezado {
  padding-bottom: 2rem;
}

.bk-encabezado-titulo {
  font-weight: 600;
  font-size: 2rem;
  margin-bottom: 1rem;
}

.bk-encabezado-titulo-peq {
  font-weight: 600;
  font-size: 1.6rem;
  margin-bottom: 1rem;
}

.bk-titular-texto {
  margin-bottom: 0;
  font-size: 1rem;
}

@media (min-width: 992px) {
  .bk-encabezado-titulo {
    font-weight: 600;
    font-size: 2.5rem;
    margin-bottom: 1rem;
  }
}

@media (min-width: 1200px) {
  .bk-encabezado-titulo {
    font-weight: 600;
    font-size: 3rem;
    margin-bottom: 1rem;
  }
}

@media (min-width: 768px) {
  .bk-titular-texto {
    font-size: 1.2rem;
  }
}

@media (min-width: 992px) {
  .img-colores {
    max-height: 206px;
  }
}

b, strong {
  font-weight: bold;
  color: #152A34;
}

.product-details .titulo {
  font-weight: 600;
  font-size: 2.2rem;
  margin-bottom: 0.5rem;
}

@media (min-width: 992px) {
  .product-details .titulo {
    font-size: 2.5rem;
  }
}

@media (min-width: 1200px) {
  .product-details .titulo {
    font-size: 3rem;
  }
}

@media (min-width: 992px) {
  .bk-encabezado-titulo-peq {
    font-size: 2rem;
  }
}

.bk-titular-texto-peq {
  font-size: 1rem;
}

@media (min-width: 992px) {
  .bk-titular-texto-peq {
    font-size: 1.1rem;
  }
}

.icon-check-product {
  color: #152A34;
}

.container-cta-product {
  padding: 30px 35px;
  border-radius: 10px;
}

.contenedor-col-max {
  padding: 0rem;
}
@media (min-width: 1200px) {
  .contenedor-col-max {
    padding: 4rem;
    max-width: 750px;
    /*display: block;*/
  }
}
.contenedor-col-max-galeria-medidas {
  padding: 0rem;
  width: 100%;
  display: block;
}
@media (min-width: 768px) {
  .contenedor-col-max-galeria-medidas {
    padding: 0rem;
/*    max-width: 600px;*/
    max-width: 90%;
  }
}
@media (min-width: 992px) {
  .contenedor-col-max-galeria-medidas {
    padding: 0rem;
/*    max-width: 600px;*/
    max-width: 90%;
  }
}
@media (min-width: 1200px) {
  .contenedor-col-max-galeria-medidas {
    padding: 0rem;
/*    max-width: 600px;*/
    max-width: 70%;
  }
}

.navbar-nav .nav-link {
  font-size: 1.1rem;
  padding-right: 0.7rem !important;
  padding-left: 0.7rem !important;
}

/*-------------------------------------------------*/
/* =  Plugin Cookies 2.0
/*-------------------------------------------------*/
button#ihavecookiesBtn {
  margin-left: 0px !important;
}
/* Cookie Dialog */
#gdpr-cookie-message {
  background-color: #ffffff;
  position: fixed;
  bottom: 1.25em;
  right: 1.25em;
  max-width: 30em;
  width: 100%;
  padding: 1.1em 1.5em 1.4em;

/*  box-shadow: 0 0.625em 1.875em #000;*/
  box-shadow: 0 0.625em 1.875em rgba(2,2,3,.28);

  font-family: inherit;
  line-height: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

  border-radius: 0.35em;

  z-index: 999999;
}

#gdpr-cookie-body {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 50vh;
  padding-right: 12px;
}
#gdpr-cookie-types {
  margin-top: 20px;
}
#gdpr-cookie-message h4 {
  color: #2d4156;
  font-family:  var(--fuente-defecto), sans-serif;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 10px;
}
#gdpr-cookie-message h5 {
  color: #2d4156;
  font-family:  var(--fuente-defecto), sans-serif;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 10px;
}
#gdpr-cookie-message p, #gdpr-cookie-message ul {
  padding-left: 0;
  margin-bottom: 8px;
  color: #2d4156;
  font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0px;
}
#gdpr-cookie-message ul {
  margin-bottom: 0px;
}
#gdpr-cookie-message p strong {
  font-weight: 600;
  box-shadow: none;
  color: #2d4156 !important;
}
/*#gdpr-cookie-message p:last-child {
  margin-bottom: 0;
  text-align: right;
}*/
#gdpr-cookie-message li {
  list-style: none;
  margin-bottom: 10px;
  width: 100%;
  display: block;

/*  background: #eaeff2;*/
  background: #F0F4F7;
  border-radius: 0.35em;
  font-family: inherit;
/*  font-size: .95em;*/
  padding: 1.3em 6.4em 1.3em 1.5em;
  position: relative;
  transition: background-color .25s ease;
}
#gdpr-cookie-message li.activo {
/*  background: #d8e0e6;*/
  background: #e9eff4;
  margin-bottom: 0;
      border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
#gdpr-cookie-message li:after {
  border: solid #2d4156;
  border-width: 0 2px 2px 0;
  content: "";
  display: inline-block;
  right: 1.2em;
  margin-right: 15px;
  padding: 0.2em;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
#gdpr-cookie-message li.activo:after {
    transform: translateY(-20%) rotate(225deg);
}
#gdpr-cookie-message li:hover {
  /*  background: #d8e0e6;*/
  background: #e9eff4;
  cursor: pointer;
}
#gdpr-cookie-message li:last-child {
  margin-bottom: 0;
}
/*.gdpr-cookietype-info {
  background: #F0F4F7;
  display: none;
  margin-bottom: 0;
  max-height: 0;
  overflow: hidden;
  padding-top: 0;
  border-radius: 0.35em;
}
.gdpr-cookietype-info.activo {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  display: block;
  max-height: 100%;
  overflow: hidden;
  margin-bottom: 10px;
}
.gdpr-cookietype-info p {
  margin-top: 0;
  margin-bottom: 0;
  padding: 1em;
  color: #2d4156;
  font-size: 14px;
  line-height: 18px;
}*/
#gdpr-cookietype-info-esenciales, #gdpr-cookietype-info-analytics, #gdpr-cookietype-info-marketing {
/*  background: #eaeff2;*/
  background: #F0F4F7;
  display: none;
  margin-bottom: 0;
  max-height: 0;
  overflow: hidden;
  padding-top: 0;
  border-radius: 0.35em;
}
#gdpr-cookietype-info-esenciales.activo, #gdpr-cookietype-info-analytics.activo , #gdpr-cookietype-info-marketing.activo {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  display: block;
  max-height: 100%;
  overflow: hidden;
  margin-bottom: 10px;
}
#gdpr-cookietype-info-esenciales p, #gdpr-cookietype-info-analytics p, #gdpr-cookietype-info-marketing p {
  margin-top: 0;
  margin-bottom: 0;
  padding: 1em;
  color: #2d4156;
  font-size: 14px;
  line-height: 18px;
}

#gdpr-cookie-message input[type="checkbox"] {
  margin-top: 10px;
  margin-right: 15px;
  float: left;
}
#gdpr-cookie-message label {
  display: inline-block;
  max-width: 90%;
  font-size: 14px;
  letter-spacing: 0px;
}
#gdpr-cookie-message .info-simpre-activo {
  font-size: 13px;
  font-weight: 500;
  color: green;
  margin-left: 8px;
}
#gdpr-cookie-message a {
  color: #2d4156;
  text-decoration: underline;
  font-size: 14px;
  padding-bottom: 2px;
/*  border-bottom: 1px dotted rgba(255,255,255,0.75);*/
/*  border-bottom: 1px solid #2d4156;*/
  transition: all 0.3s ease-in;
}
#gdpr-cookie-message a:hover {
  color: #2d4156;
  text-decoration: none;
/*  border-bottom-color: #2d4156;*/
/*  border-bottom: 1px dotted #2d4156;*/
}

#gdpr-cookie-buttons {
  display: flex;
  justify-content: space-between;
  margin-top: 1.4em;
}

#gdpr-cookie-buttons button {
/*  background: #eaeff2;*/
  background: #F0F4F7;
  /*    background: var(--cc-btn-secondary-bg);*/
  border-radius: 4px;
  /*    border-radius: var(--cc-btn-border-radius);*/
  color: #2d4156;
  /*    color: var(--cc-btn-secondary-text);*/
  cursor: pointer;
  display: inline-block;
  flex: 1;
  font-size: 14px;
  font-weight: 500;
  padding: 1em 1.7em;
  text-align: center;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
  transition: background-color .25s ease!important;
}

#gdpr-cookie-message button#gdpr-cookie-accept {
  background: #2d4156;
  color: #fff;
}
#gdpr-cookie-message button#gdpr-cookie-accept:hover {
  background: #1d2e38;
  color: #fff;
}

#gdpr-cookie-message button#gdpr-cookie-advanced {
  float: right;
  margin-left: 1em;
}
#gdpr-cookie-message button#gdpr-cookie-advanced:hover {
  /*  background: #d8e0e6;*/
  background: #e9eff4;
}

/*#gdpr-cookie-message button,
button#ihavecookiesBtn {
  border: none;
  background: #2d4156;
  color: #ffffff;
  font-family: var(--fuente-defecto), sans-serif;
  font-size: 15px;
  padding: 7px;
  border-radius: 3px;
  margin-left: 15px;
  cursor: pointer;
  transition: all 0.3s ease-in;
}
#gdpr-cookie-message button:hover {
  background: #ffffff;
  color: #2d4156;
  transition: all 0.3s ease-in;
}
button#gdpr-cookie-advanced {
  background: #ffffff;
  color: #2d4156;
}*/
#gdpr-cookie-message button:disabled {
  opacity: 0.3;
}
#gdpr-cookie-message input[type="checkbox"] {
  float: none;
  margin-top: 0;
  margin-right: 5px;
}

#gdpr-cookie-links {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 1.4em;
}

#gdpr-cookie-links .gdpr-cookie-link {
    color: #304e55;
    font-size: 12px;
    text-decoration: underline;
    margin: 0;
}
#gdpr-cookie-links .gdpr-cookie-link:hover {
  color: #2d4156;
  text-decoration: none;
}

#gdpr-cookie-links-2 {
      border: 1px solid #f1f3f5;
      padding: 1em;
          transition: background-color .25s ease;
              border-radius: 0.35em;
  display: flex;
    flex-direction: column;
  justify-content: center;
  gap: 10px;
  margin-top: 1.4em;
  margin-bottom: 1em;
}
#gdpr-cookie-links-2:hover {
    background: #e9eff4;
}
#gdpr-cookie-links-2 h5, #gdpr-cookie-links-2 p {
  margin-bottom: 0;
}

@media (max-width: 768px) {
  #gdpr-cookie-message {
    left: initial;
    right: initial;
    bottom: 0;
    max-width: 100%;
  }

  #gdpr-cookie-buttons {
    flex-direction: column;
    gap: 10px;
  }
  #gdpr-cookie-message button#gdpr-cookie-advanced {
    margin-left: 0;
  }
}

.divShow{
  margin-top: 1rem;
  max-width:400px;
  box-shadow: 0 0 1px #000;
  padding: 1rem;
  opacity:1;
  display: none;
  transition: 0.2s all linear;
}

.div_hide{
  opacity: 0;
  display: none;
}

/* = Cookies post config boton */
.area-cookie2021-promemoria {
  position: fixed;
  bottom: 5px;
  left: 5px;
  width: 40px;
  height: 40px;
  border-radius: 5px;
  z-index: 20000000;
  cursor: pointer;
  line-height: normal;
  box-shadow: #121212 1px 1px 3px 1px;
  background-color: #fff;
  color: #333;
  text-align: center;
}

.area-cookie2021-promemoria > span {
  font-size: 35px;
  display: block;
  margin-top: 2.5px;
}

.area-cookie2021-promemoria > img {
  display: block;
  width: 30px;
  height: 30px;
  margin: 2.5px auto 0;
}