:root, [data-bs-theme=light] {
    --bs-blue: #e5007d;
    --bs-indigo
#6610f2
: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-black: #000;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-gray-100: rgba(31, 42, 46, 0.12);
    --bs-gray-200: #F4F8FA;
    --bs-gray-300: rgba(31, 42, 46, 0.6);
    --bs-gray-400: rgba(31, 42, 46, 0.7);
    --bs-gray-500: #1F2A2E;
    --bs-gray-600: #6c757d;
    --bs-gray-700: #495057;
    --bs-gray-800: #343a40;
    --bs-gray-900: #212529;
    --bs-primary: #e5007d;
	--bs-secondary: #1f2a2e;
    --bs-light: rgba(31, 42, 46, 0.12);
    --bs-dark: #1F2A2E;
    --bs-muted: rgba(31, 42, 46, 0.6);
    --bs-dark-light: rgba(31, 42, 46, 0.7);
    --bs-light-gray: #F4F8FA;
    --bs-primary-rgb: 229, 0, 125;
    --bs-secondary-rgb: 31, 42, 46;
    --bs-light-rgb: 31, 42, 46;
    --bs-dark-rgb: 31, 42, 46;
    --bs-muted-rgb: 31, 42, 46;
    --bs-dark-light-rgb: 31, 42, 46;
    --bs-light-gray-rgb: 244, 248, 250;
    --bs-primary-text-emphasis: #4d662e;
    --bs-secondary-text-emphasis: #0c1112;
    --bs-success-text-emphasis: #0a3622;
    --bs-info-text-emphasis: #055160;
    --bs-warning-text-emphasis: #664d03;
    --bs-danger-text-emphasis: #58151c;
    --bs-light-text-emphasis: #495057;
    --bs-dark-text-emphasis: #495057;
    --bs-primary-bg-subtle: #f3ffe3;
    --bs-secondary-bg-subtle: #d2d4d5;
    --bs-success-bg-subtle: #d1e7dd;
    --bs-info-bg-subtle: #cff4fc;
    --bs-warning-bg-subtle: #fff3cd;
    --bs-danger-bg-subtle: #f8d7da;
    --bs-light-bg-subtle: rgba(242, 242, 242, 0.56);
    --bs-dark-bg-subtle: rgba(31, 42, 46, 0.7);
    --bs-primary-border-subtle: #e6ffc7;
    --bs-secondary-border-subtle: #a5aaab;
    --bs-success-border-subtle: #a3cfbb;
    --bs-info-border-subtle: #9eeaf9;
    --bs-warning-border-subtle: #ffe69c;
    --bs-danger-border-subtle: #f1aeb5;
    --bs-light-border-subtle: #F4F8FA;
    --bs-dark-border-subtle: #1F2A2E;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 0, 0, 0;
    --bs-font-sans-serif: "Manrope", sans-serif;
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
    --bs-body-font-family: var(--bs-font-sans-serif);
    --bs-body-font-size: 1rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-color: rgba(31, 42, 46, 0.7);
    --bs-body-color-rgb: 31, 42, 46;
    --bs-body-bg: #fff;
    --bs-body-bg-rgb: 255, 255, 255;
    --bs-emphasis-color: #000;
    --bs-emphasis-color-rgb: 0, 0, 0;
    --bs-secondary-color: rgba(31, 42, 46, 0.75);
    --bs-secondary-color-rgb: 31, 42, 46;
    --bs-secondary-bg: #F4F8FA;
    --bs-secondary-bg-rgb: 244, 248, 250;
    --bs-tertiary-color: rgba(31, 42, 46, 0.5);
    --bs-tertiary-color-rgb: 31, 42, 46;
    --bs-tertiary-bg: rgba(31, 42, 46, 0.12);
    --bs-tertiary-bg-rgb: 31, 42, 46;
    --bs-heading-color: #1F2A2E;
    --bs-link-color: #1F2A2E;
    --bs-link-color-rgb: 31, 42, 46;
    --bs-link-decoration: underline;
    --bs-link-hover-color: #C1FF72;
    --bs-link-hover-color-rgb: 193, 255, 114;
    --bs-code-color: #d63384;
    --bs-highlight-color: rgba(31, 42, 46, 0.7);
    --bs-highlight-bg: #fff3cd;
    --bs-border-width: 1px;
    --bs-border-style: solid;
    --bs-border-color: rgba(31, 42, 46, 0.12);
    --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
    --bs-border-radius: 8px;
    --bs-border-radius-sm: 20px;
    --bs-border-radius-lg: 24px;
    --bs-border-radius-xl: 1rem;
    --bs-border-radius-xxl: 2rem;
    --bs-border-radius-2xl: var(--bs-border-radius-xxl);
    --bs-border-radius-pill: 50rem;
    --bs-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.15);
    --bs-box-shadow-sm: 0px 6px 8px -6px rgba(0, 0, 0, 0.15);
    --bs-box-shadow-lg: 0px 12px 16px -4px rgba(16, 24, 40, 0.08), 0px 4px 6px -2px rgba(16, 24, 40, 0.03);
    --bs-box-shadow-inset: unset;
    --bs-focus-ring-width: 0.25rem;
    --bs-focus-ring-opacity: 0.25;
    --bs-focus-ring-color: rgba(193, 255, 114, 0.25);
    --bs-form-valid-color: #198754;
    --bs-form-valid-border-color: #198754;
    --bs-form-invalid-color: #dc3545;
    --bs-form-invalid-border-color: #dc3545;
}



/*--------------------------------------------------------------
	Barra Cookies
--------------------------------------------------------------*/

#barra_aceptacion_cookies .btn-success {
    color: #fff;
    background-color: #157347 !important;
    border-color: #146c43!important;
	text-transform: none;
}

#barra_aceptacion_cookies .btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
	text-transform: none;
}

#barra_aceptacion_cookies .btn-primary {
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd;
	text-transform: none;
}

#barra_aceptacion_cookies {
    background-color: rgba(0, 0, 0, 0.8);
    bottom: 0;
    color: #fff;
    left: 0;
    /*min-height: 70px;*/
    padding: 15px;
    position: fixed;
    /*right: 0;*/
    text-align: center;
    /*width: 100%;*/
    z-index: 99999;

}

#barra_aceptacion_cookies p{
	color:#fff;
	line-height: normal;
	padding: 5px 20px;
	text-align: center;
}

code {
    background-color: #f9f2f4;
    border-radius: 4px;
    color: #c7254e;
    float: left;
    font-size: 90%;
    padding: 2px 4px;
    white-space: normal;
    width: 100%;
}

.listado_cookies {
    list-style-type: none;
    margin-left: 0;
    padding: 0;
}

.listado_cookies li {
    display: inline-block;
    padding: 5px 20px 5px 25px;
}

#barra_aceptacion_cookies a {
    color: #fff !important;
	font-weight: bold;
	font-size: 13px !important;
	 padding: 5px 10px !important;
}

#barra_aceptacion_cookies strong {
    color: #fff !important;
}



/*--------------------------------------------------------------
	Fin Barra Cookies
--------------------------------------------------------------*/



/*------- barra compartir -------*/



.compartir {
	background-color: #f1f1f1;
    border-bottom: 1px solid #fff;
    position: relative;
}

.hbf_3 .inner {
    min-height: 110px;
    padding: 35px 0;
}

.compartir .share {
    display: inline-block;
    float: left;
    margin-bottom: 15px;
}

.compartir .share .social_media {
    display: inline-block;
}

.social_media a {
    background: #fff;
    border: 1px solid #E6EFF2;
    display: inline-block;
    height: 40px;
    width: 40px;
    border-radius: 1px;
    line-height: 40px;
    margin: 4px;
    text-align: center;
}

.social_media a:hover {
    color: #fff;
}


.social_media .facebook {
    color: #3b5998;
}

.social_media .facebook:hover {
    background: #C11F59;
    border-color: #C11F59;
}

.social_media .twitter {
    color: #000;
}

.social_media .twitter:hover {
    background: #C11F59;
    border-color: #C11F59;
}

.social_media .googleplus {
    color: #d34836;
}

.social_media .googleplus:hover {
    background: #C11F59;
    border-color: #C11F59;
}

.social_media .whatsapp {
    color: #25d366;
}

.social_media .whatsapp:hover {
    color: #fff;
    background: #C11F59;
    border-color: #C11F59;
}

.social_media .telegram {
    color: #34abdf;
}

.social_media .telegram:hover {
    color: #fff;
    background: #C11F59;
    border-color: #C11F59;
}


@media (max-width: 768px){
.hbf_3 {
    position: fixed;
    bottom: 0;
    z-index: 1030;
    width: 100%;
}
	

	
.compartir .share span {
    font-size: 13px;
}
	
.hbf_3 .inner {
    min-height: 50px;
    padding: 15px 0;
}	

}

.logo img {
  height: 85px;
  width: auto;
}

.banner-section {
    background-image: url("../images/bg-foto.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.img-intro{
	max-width: 220px;
	margin-top: 300px;
}

.texto-marca {
  font-family: "Arima", system-ui;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  color:#e5007d;
  font-size: 52px;	
}

.arima-txt {
  font-family: "Arima", system-ui !important;
  font-optical-sizing: auto !important;
  font-weight: 500 !important;
  font-style: normal !important;
  color:#e5007d !important;
  font-size: 55px;

}

.banner-inner-section {
  min-height: 500px;

}

.rosa{
	  color:#e5007d;
}

.footer p{
	color: #fff;
}

.footer a{
	color: #e5007d;
}

.header.fixed-header .logo .logo-dark {
    display: inline-block;
}

.logo_pie{
	max-width: 300px;
}

h1, .h1 {
  font-size: calc(1.525rem + 6vw);
}

@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 7rem;
  }
}


/*-------------------- GALERIA EXPOSCIONES ---------------------------*/

.rotado {
  transform: rotate(-90deg); 
  transform-origin: left bottom; 
  display: inline-block; 
}

/* CONTENEDOR FULL WIDTH */
.gallery-full {
  width: 100%;
  padding: 0;       
  margin: 0;
}

/* MASONRY */
.masonry-gallery {
  column-count: 2;
  column-gap: 1rem;
  padding: 1rem;    
}

/* ITEMS */
.masonry-gallery a {
  display: inline-block;
  width: 100%;
  margin-bottom: 1rem;
  break-inside: avoid;
  border-radius: 12px;
  overflow: hidden;
  background: #000;
}

/* IMÁGENES */
.masonry-gallery img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  transition: transform 0.3s ease;
}

/* HOVER */
.masonry-gallery a:hover img {
  transform: scale(1.03);
}

/* RESPONSIVE */
@media (max-width: 992px) {
  .masonry-gallery {
    column-count: 2;
  }
	
 	
}

@media (max-width: 576px) {
  .masonry-gallery {
    column-count: 1;
  }
}


/*-----------------------------------------------------------*/


.btn {
  padding: 16px 30px 16px 30px;
  color: #FFF;	
}

.btn:hover {
  color: var(--bs-primary);
}

 h3, .h3 {
    font-size: 28px !important;
  }

.banner-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.6);
}

.get-template {
  position: fixed;
  right: 30px;
  bottom: 95px;
  z-index: 99;
}

.texto-intro p{
	text-align: justify;
}

.texto-intro p i, .texto-intro p em{
	color:#e5007d;
	font-weight: bold;
}

@media (min-width: 992px) {

  .row-programa {
    padding-left: 140px;
  }

  .row-programa2 {
    padding-right: 140px;
  }

}


.bg-rosa {  
    background-image: url(../images/FFC26.png);
    background-position: left bottom;
    background-repeat: no-repeat;
    background-size: 1600px;	
	background-color: #e5007d !important;
}

.bg-rosa .rosa {
  color: #1F2A2E  !important;
}