@charset "UTF-8";
:root {
  --bs-blue: #5e5e5e;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ecb807;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #5e5e5e;
  --bs-secondary: #ecb807;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ecb807;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 29, 128, 159;
  --bs-secondary-rgb: 236, 184, 7;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 236, 184, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --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: Source Sans Pro, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-bg: #fff;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  /* font-family: var(--bs-body-font-family); */
  font-family: Avenir, "Open Sans", sans-serif;
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body{
	min-height:100vh;
	height:120vh;
}
body, html {
  height: 100%;
  margin: 0;  
}


@font-face {
  font-family: 'Avenir';
  src: url("../fonts/Avenir.ttc") format("truetype");
}

.row>* {
    flex-shrink: 0;
    
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
    margin-top: var(--bs-gutter-y);
}
.mt-7{
	margin-top:7rem;
}
.m_lr_1_5{
	margin-left:1.5rem;
	margin-right:1.5rem;
}
.pt-4{
	padding-top: 4rem !important;
}
.pt-3{
	padding-top: 3rem !important;
}
.pb-4{
	padding-bottom: 4rem !important;
}
.prl-2_5{
	padding-left:2.5rem;
	padding-right:2.5rem;
}
.pd_rl_10{
	padding-right:10px;
	padding-left:10px;
}
/*
@media (max-width:580px) {
	.prl-2_5{
		padding-left:0;
		padding-right:0;
	}
}*/


.header {
	padding: 15px 0; /* Altura de la cabecera por defecto */
	transition: padding 0.3s ease, background-color 0.3s ease; /* Transición suave */
	border-bottom: 0.5px solid #ddd;
}
.pt_header{
	padding-top:92px;
}
.logo img {
	max-height: 45px; /* Tamaño por defecto del logo */
	transition: max-height 0.3s ease; /* Transición suave para el logo */
}
.header.smaller {
	padding: 10px 0; /* Reducir altura de la cabecera */
	background-color: #222; /* Cambiar el color de fondo al hacer scroll */
}
.header.smaller .logo img {
	max-height: 45px; /* Reducir tamaño del logo al hacer scroll */
}

.logo_head_pos{
	display: flex;
    justify-content: flex-start;
}
@media (min-width: 600px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: none;
    }
}
.head_bottons{
	width:33.3%;
	justify-content: flex-end;
}
.head_logo{
	width:33.3%;
}
.head_esp{
	width:33.3%;
}
.header_container{
	padding-left:1rem;
	padding-right:1rem;
}
.fl_wrap{
	display:flex;
	flex-wrap:wrap;
}
@media (max-width: 1381px) {
   .head_bottons{
		width:50%;
	
	}
	.head_logo{
		width:50%;
	}
	.head_esp{
		/*display:none;*/
	}
}
@media (max-width: 1381px) {
	.head_logo{
		width:33.3%;
	}
}

.header_idi{
    padding: 20px 0;
    transition: padding 0.3s ease, background-color 0.3s ease;
     border-bottom:none;
}
.icon_logout{
	height:2.4rem;
}
.nav-link {
    display: block;
    padding: .5rem 1rem;
    padding-right: 0.1rem;
    
}

.content {
	padding: 20px;
}
.table th, .table td {
	text-align: center;
}

.cont_display{
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.btn_display{
	display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

.m_h{
	min-height:100vh;
}
.al_centr{
	align-self: center;
}

.btn {
    display: inline-block;
    font-weight: 700;
    line-height: 1.2;
    color: #fff;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color:#fd070f;
    border:none;
    padding: 1.0em 2.0em;
    font-size: 16px;
    border-radius: .3rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.btn-check:active+.btn-primary, .btn-check:checked+.btn-primary, .btn-primary.active, .btn-primary:active, .show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #7b7b7b;
    border-color: #7b7b7b;
}
.btn-check:focus+.btn-primary, .btn-primary:focus {
    color: #fff;
    background-color: #7b7b7b;
    border-color: #7b7b7b;
    box-shadow: none;
}
.btn-primary:hover {
    color: #fff;
    background-color: #7b7b7b;
    border-color: #7b7b7b;
}

.size_small{
	height:1.5rem;
}

.form-control {
    display: block;
    width: 100%;
    padding: 0 .8rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 2.8;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 0.5px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .3rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #7b7b7b;
    outline: 0;
    box-shadow:none; 
}
.lang_select_start{
	
    position: fixed;
    bottom: 30px;
    right: 40px;
    width: auto;
}
.content-box {
	padding: 10px; /* Padding uniforme */
	background-color: #fff; /* Fondo claro */
	//border: 1px solid #ddd; /* Borde sutil */
	text-align: center;
	//margin-bottom: 10px; /* Espacio inferior entre los elementos */
	//border-radius: 8px; /* Bordes redondeados */
}
.content-box:hover{
	padding-left:5px;
	padding-right:5px;
	padding-top:9px;
	padding-bottom:9px;
	
}
.content-item{
	//background-color: #dbc3b0;
	border: 1px solid #ddd; /* Borde sutil */
	border-radius: 8px; /* Bordes redondeados */
	line-height: 1.75rem;
    padding: 10px;
	display: flex;
    flex-wrap: wrap;
}
.content-item a:hover{
	color:inherit;
	//transform: scale(1.02) translate(0%, 0%);
    opacity: 0.8;

}
.content-box:hover .content-item{
	padding-top:11px;
	padding-bottom:11px;
	line-height: 1.75rem;
   
}

.container-custom {
	max-width: 1200px; /* Ancho máximo para el contenedor */
}
p {
    margin-top: 0;
    margin-bottom: 0;
}
a{
	text-decoration:none;
	color: #000;
}
.content-box_art{
	display: flex;
    justify-content: center;
    flex-wrap: wrap;
	padding:24px;
}
.content-item_art{
	display: flex;
    align-items: center;
	flex-wrap: wrap;
	flex-direction: column;
}
   

.descr_art{
	width:100%;
	display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
}
.dispon_art{
	width:100%;
	display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: start;
}
.btn_add_fav{
	border: none;
}
.lin_reg_fav{
	display: flex;					
    justify-content: space-between;
	/* flex-wrap: wrap;*/
    align-items: center;
	padding: 15px 0;
}
.b_l{
	border-bottom:1px solid #aeb0b1;
}
.btn_borrar{			
	display: flex;		
    justify-content: center;
	border: none;				
	color: #000;	
	background-color:transparent;
	font-weight:400;
	padding:0.3rem;
}
.input_form_st{
	max-width: 600px;
	width:100%;
	line-height: 1.4;
	margin-left: auto;
	margin-right:auto;
}
.btn_header{
    font-size: 1rem;
    line-height: 1.2 !important;
    font-weight: 400;
    font-style: normal;
    text-transform: none;
    letter-spacing: 0em;
    border-radius: 3em;
    padding: 0.7em 1.8em;
    background: transparent;
	border: 0.5px solid #7b7b7b;
    color: #000;
}
.btn_header:hover{
	 font-size: 1rem;
    line-height: 1.2 !important;
    font-weight: 400;
    font-style: normal;
    text-transform: none;
    letter-spacing: 0em;
    border-radius: 3em;
    padding: 0.7em 1.8em;
    background: transparent;
	border: 0.5px solid #7b7b7b;
    color: #000;
}
.btn-check:focus+.btn, .btn:focus {
	box-shadow: none;
}

.form-select {
    display: block;
    width: auto;
    padding: .375rem 2.25rem .375rem .75rem;
    -moz-padding-start: calc(0.75rem - 3px);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
   /*// background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e);
   // background-repeat: no-repeat;
   // background-position: right .75rem center;
  //  background-size: 16px 12px;*/
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.title_art{
	font-size: calc(22px + 1.3vw);
	margin-bottom: 1.5rem;
	/*padding-left:2.5rem;*/
}
.art_img{
	/* min-width:333.3px; */
}
.pl-2_5{
	padding-left:2.5rem;										
}
.btn_volver{
	color:#7b7b7b;
}
.btn_volver:hover{
	color:#7b7b7b;
}
.div_separador_medium{
	height: 3rem;
}
.text_center{
	text-align:center;
}
.heart_col{
	color:#aeb0b1;
}
.pos_icon{
	display: flex;   
	align-items: center;
}
.btn_icon{
	margin-right:5px;
}
.row_btn_list{
	display:flex;
	flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center;
}
.content-box_list{
	padding: 10px; /* Padding uniforme */
	background-color: #ddd; /* Fondo claro */
	text-align: center;
	margin-bottom: 10px; /* Espacio inferior entre los elementos */
	border-radius: 8px; /* Bordes redondeados */
	border: 1px solid #ddd; /* Borde sutil */
}
.content-item_list{
	
	border-radius: 8px; /* Bordes redondeados */
	line-height: 1.75rem;
    padding: 10px;
	display: flex;
    flex-wrap: wrap;
}
.btn_listado_x{
	width:100%;
	display: flex;		
    justify-content: center;
	border: none;				
	color: #000;	
	background-color:transparent;
	
	padding:0.3rem;
}
.btn_listado_p{
	width:100%;
	display: flex;		
    justify-content: center;
	border: none;				
	color: #000;	
	background-color:transparent;	
	padding:0.3rem;
}
.btn_listado_f{
	width:100%;
	display: flex;		
    justify-content: center;
	border: none;				
	color: #fff;	
	background-color:transparent;
	padding:0.3rem;
}
.bg_r_pam{
	background-color: #fd070f;
}
.btn_listado_f:hover{
	width:100%;
	display: flex;		
    justify-content: center;
	border: none;				
	color: #fff;	
	background-color:transparent;
	padding:0.3rem;
}
.bg_r_pam:hover{
	background-color: #7d7d7d;
}
.bg_g_pam{
	background-color: #ddd;
}
.bg_g_pam:hover{
		
	background-color: #7d7d7d;
}
.bg_g_pam:hover button{
	color: #fff;
}
.content-item_list:hover{	
	color: #fff;	
	background-color: #7d7d7d;
}
.div_foot{
	padding-top:5rem;
}
a:hover {
    color: #fd070f;
}
.pt-20{
	padding-top:20px;
}


#dropdownMenuButton1 {
	border-color: white;
	background-color: white; 
	border: 1px solid #e0e0e0;
	border-radius: 0.3rem;
	width: 70px;
	height: 38px;
}


.dropdown-menu.show {
    display: block;
    transform: translate(0px, 40px) !important;
}

.dropdown-menu {
	min-width: 70px;
}

/* START BUTTON BACK TO TOP*/
#myBtn {
  display: none; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 20px; /* Place the button at the bottom of the page */
  right: 30px; /* Place the button 30px from the right */
  z-index: 99; /* Make sure it does not overlap */
  border: none; /* Remove borders */
  outline: none; /* Remove outline */
  background-color: #fd070f; /* Set a background color */
  color: white; /* Text color */
  cursor: pointer; /* Add a mouse pointer on hover */
  padding: 10px; /* Some padding */
  border-radius: 0.3rem; /* Rounded corners */
  font-size: 18px; /* Increase font size */
}

#myBtn:hover {
  background-color: #555; /* Add a dark-grey background on hover */
}
/* END BUTTON BACK TO TOP*/



/* START  FILTER CHECKBOX*/

.filter_container{
	display:flex;
	justify-content: space-between;
    align-items: center;
}
/*
input[type=checkbox]
{
  /* Double-sized Checkboxes */
 /* -ms-transform: scale(1.5); /* IE */
 /* -moz-transform: scale(1.5); /* FF */
 /* -webkit-transform: scale(1.5); /* Safari and Chrome */
  /*-o-transform: scale(1.5); /* Opera */
  /*transform: scale(1.5);
  padding: 10px;
}*/

/* Might want to wrap a span around your checkbox text */
.checkboxtext
{
  /* Checkbox text */
  /* font-size: 110%; */
  display: inline;
}						

/* The container */
.container_chb {
  position: relative;
  padding-left: 10px;
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.container_chb input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #fff;
  border: 0.5px solid #aeb0b1;
}

/* On mouse-over, add a grey background color */
.container_chb:hover input ~ .checkmark {
  background-color: #aeb0b1;
}

/* When the checkbox is checked, add a blue background */
.container_chb input:checked ~ .checkmark {
  background-color: #fff;
 
  border:1px solid #CB2027;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  
  display: none;
}

/* Show the checkmark when checked */
.container_chb input:checked ~ .checkmark:after {
  display: block;
  
}

/* Style the checkmark/indicator */
.container_chb .checkmark:after {
  left: 6px;
  top: 3px;
  width: 6px;
  height: 10px;
  border: solid #fd070f;
  border-width: 0 1.8px 1.8px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  
}

/* END  FILTER CHECKBOX*/

.bc_img_calid{
	background-repeat: no-repeat;
    background-size: cover;
    background-position-y: 10%;
	/*filter: blur(3px);*/
}
.pos_bg_cont{
	position:relative;
	
}
.pos_cont_bot{
	position:absolute;
	top:50%;
	right:18.8%
}

.bg_image {
  
  /* Add the blur effect */
  filter: blur(3px);
  -webkit-filter: blur(3px);
  
  /* Full height */
  height: 100%; 
  
  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* Position text in the middle of the page/image */
.bg-text {
	
    display: flex;
    justify-content: space-evenly;
    color: white;
    font-weight: bold;
    /* border: 3px solid #f1f1f1; */
    position: relative;
    bottom: 50%;
    left: 50%;
    transform: translate(-50%, -40%);
    z-index: 2;
    /* width: 80%; */
    padding: 20px;
    text-align: center;
    flex-wrap: wrap;

}
.imag_calidad{
	width: 400px;
    height: 400px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border: 0.5px solid #fd070f;
}
.div_txt_c{
	position: relative;
    top: 50%;
    display: flex;
    background-color: #fd070f;
    min-height: 25%;
    width: 85%;
    flex-wrap: wrap;
	align-content: center;
}
.tit_txt_c{
	color:#fff;
	font-size: 1.8rem;
    text-align: left;
    padding-left: 1rem;
}
@media (max-width: 600px) {
    .imag_calidad{
		width: 250px;
		margin-top: 10px;
		margin-bottom: 10px;
		height: 250px;
		background-position: center;
		background-size: cover;
		background-repeat: no-repeat;
		border: 0.5px solid #fd070f;
	}
	.tit_txt_c{
		color:#fff;
		font-size: 1.3rem;
		text-align: left;
		padding-left: 0.5rem;
	}
}
.pad_top_brc{
	padding-top: 3rem;
}
@media (max-width: 600px) {
	.pad_top_brc{
		padding-top: 5rem;
	}
}
.brc_act{
	color:#000;
}
.brc_hr{
	color: #6c757d;
}
.descr_cant{	
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0 10px;
}
.fs_1_2{
	font-size:1.2rem;
}