/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/
/* Estilo para las esquinas redondeadas de la tarjeta */
.rounded-card {
	border-radius: 1px; /* Ajusta el valor según tus preferencias */
  }
  .flag-image {

	border-radius: 50%;
	width: 18%; /* Ajusta el ancho de la imagen al 100% para que se ajuste al borde redondo */
	height: 18%; /* Ajusta la altura de la imagen al 100% para que se ajuste al borde redondo */

  }

  .ocultar-tarjeta .grid-inner {
	display: none;
  }
  


  

  .custom-card {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 300px;
	padding: 20px;
	border: 1px solid #e0e0e0;
	border-radius: 10px;
	background-color: #ffffff;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
  }
  
  .custom-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
  }
  
  .card-header {
	display: flex;
	align-items: center;
	margin-bottom: 15px;
  }
  
  .country-flag {
	width: 50px;
	/* height: 50px; */
	border-radius: 50%;
	margin-right: 15px;
  }
  
  .card-title {
	font-size: 1.2rem;
	font-weight: bold;
	margin: 0;
	color: #333;
  }
  
  .card-body {
	margin-bottom: 15px;
	border-radius: 20px; 
  }
  
  .price {
	font-size: 1rem;
	color: #555;
  }
  
  .price-highlight {
	font-weight: bold;
	color: #ff5722;
  }
  
  .details p {
	margin: 5px 0;
	font-size: 0.9rem;
	color: #666;
  }
  
  .card-footer {
	text-align: center;
  }
  
  .custom-button {
	display: inline-block;
	padding: 10px 20px;
	font-size: 0.9rem;
	color: #ffffff;
	background-color: #ff5722;
	border: none;
	border-radius: 5px;
	cursor: pointer;
	transition: background-color 0.3s ease;
  }
  
  .custom-button:hover {
	background-color: #e64a19;
  }

  
	/* Estilos para el botón flotante */
	.boton-flotante  {
		position: fixed;
		bottom: 20px;
		left: 20px;
		background-color: white;
		border: none;
		border-radius: 50%;
		padding: 0;
		z-index: 1000;
		cursor: pointer;
		box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2); /* Sombra del borde */
	}
	
	.boton-flotante  img {
		width: 60px;  /* Tamaño de la imagen */
		height: 60px;
		border-radius: 50%;
		object-fit: cover;  /* Hace que la imagen cubra todo el círculo */
		border: 2px solid white; /* Añadir borde blanco alrededor de la imagen */
	}


	.filter-btn {
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 10px; /* Espacio entre la imagen y el texto */
		border: 2px solid #ddd;
		border-radius: 10px;
		padding: 10px 20px;
		background-color: #fff;
		cursor: pointer;
		font-size: 16px;
		font-weight: bold;
		transition: all 0.3s ease-in-out;
	}
	
	.filter-btn:hover {
		background-color: #f5f5f5;
	}
	
	.flag-icon {
		width: 50px;
		height: 50px;
	}



	.modalC {
		display: none; /* Oculto por defecto */
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: rgba(0, 0, 0, 0.5);
		z-index: 1000;
		/* Centrado */
		display: flex;
		align-items: center;
		justify-content: center;
	}
	
	.modal-contentC {
		background: white;
		padding: 20px;
		border-radius: 10px;
		max-width: 500px;
		width: 100%; /* Mejor responsividad */
		margin: 0 auto; /* Backup para navegadores antiguos */
		position: relative; /* Para posicionar el botón close */
	}
	
	.close {
		position: absolute;
		top: 10px;
		right: 15px;
		cursor: pointer;
		font-size: 24px;
		font-weight: bold;
	}

    .close:hover {
        color: black;
    }
	
	/* Cookie */
	.cookie-banner {
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
		background-color: #222;
		color: white;
		text-align: center;
		padding: 15px;
		font-size: 14px;
		z-index: 1000;
	}
	
	.cookie-banner a {
		color: #FFD700;
		text-decoration: underline;
	}
	
	.cookie-banner button {
		background-color: #FFD700;
		border: none;
		color: black;
		padding: 10px 20px;
		margin-left: 15px;
		cursor: pointer;
		font-weight: bold;
	}
	



/* Floating STRIPE Notification */
	#floating-notification {
        position: fixed;
        bottom: 95px;
        left: 20px;
        z-index: 9999;
        background: #e6f6fd;
        padding: 15px;
        border-radius: 8px;
        box-shadow: 0 2px 5px rgba(0,0,0,0.1);
        font-size: 14px;
        color: #2a8fbd;
        max-width: 300px;
        transform: translateX(-120%);
        opacity: 0;
        transition: transform 0.5s ease, opacity 0.5s ease;
      }
      #floating-notification.show {
        transform: translateX(0);
        opacity: 1;
      }
      #floating-notification.hide {
        transform: translateX(-120%);
        opacity: 0;
      }

	/* Estilo para la tarjeta de días */
	.card-dias {
		background-color: #fcfcf4;
		border-radius: 20px; 
	}
	/* Espacio entre tarjetas y borde derecho */
	@media (max-width: 768px) {
	.row {
		margin-left: 0 !important;
		margin-right: 0 !important;
	}

	.col-lg-4 {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	.card {
		margin-left: auto;
		margin-right: auto;
	}
	}

