@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&display=swap');

*{
	
	font-family: 'Open Sans', sans-serif;

} 
a{
	color: #212529;
}

/* Evitar redimensionamiento de todos los textareas */
textarea {
  resize: none;
}
input[type="radio"], .load_more{
	cursor: pointer;
}
/* CSS personalizado para el checkbox warning */
.custom-warning-checkbox:checked {
    background-color: #ffc107 !important;
    border-color: #ffc107 !important;
}

.custom-warning-checkbox:focus {
    box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.25) !important;
}

.form-control:focus {
  outline: none !important;
  box-shadow: none !important;
  border-color: #ced4da !important;
}

.container{
	max-width:1020px;
}
.modal-loading{
	display:none;
}

.nav-pills .nav-link.active{
	background: #000;
}


.bg-image{
	
	background-image: url("images/bg-portupago.jpg");
  background-position: center; /* Center the image */
	  background-repeat: no-repeat; /* Do not repeat the image */
	  background-size: cover;
	}
	
	
@media (max-width: 576px) {
  .boniatillo-option,
  .boniatillo-img{
    width: 36px !important;
    height: 36px !important;
    font-size: 0.9rem !important;
  }
  #customAmount{
    width: 45px !important;
    height: 36px !important;
    font-size: 0.9rem !important;
  }
  .boniatillo-option span { font-size: 0.85rem; }
  .text-muted.fs-5 { font-size: 1rem !important; }
}